Outils pour utilisateurs

Outils du site


developpement:dotnet:csharp:itextsharp

Démos pour l'utilisation de iTextSharp

Page de base : http://www.steedsoft.com/itextsharp/tutorial01/index.html

Titre Page
Creation of a document in 5 steps: Hello World http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0101.cs.html
PageSize http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0102.cs.html
Portrait/Landscape orientation http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0103.cs.html
Define left, right, upper and lower margins http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0104.cs.html
Meta data + opening the document http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0106.cs.html
Page initializations http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0107.cs.html
Viewerpreferences http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0108.cs.html
Encryption http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0109.cs.html
Encryption http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0110.cs.html
Watermark http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0111.cs.html
Reading PDF http://www.steedsoft.com/itextsharp/tutorial01/ap01Chap0112.cs.html
Titre Page
Hyphenation http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap02_hyphenation.cs.html
Type 1 fonts http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0201.cs.html
Type 1 fonts http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0201a.cs.html
Phrase http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0202.cs.html
Phrase:Ancient Greek http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0203.cs.html
Negative leading http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0204.cs.html
Paragraph http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0205.cs.html
Keeping a paragraph together http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0206.cs.html
Propagation of the font style http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0207.cs.html
Changing the split character http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0208.cs.html
Some advanced stuff http://www.steedsoft.com/itextsharp/tutorial01/ap02Chap0209.cs.html
Titre Page
Anchors:external link and internal link http://www.steedsoft.com/itextsharp/tutorial01/ap03Chap0301.cs.html
Lists http://www.steedsoft.com/itextsharp/tutorial01/ap03Chap0302.cs.html
Annotations http://www.steedsoft.com/itextsharp/tutorial01/ap03Chap0303.cs.html
Annotations at absolute positions http://www.steedsoft.com/itextsharp/tutorial01/ap03Chap0304.cs.html
Titre Page
Headers en Footers http://www.steedsoft.com/itextsharp/tutorial01/ap04Chap0401.cs.html
Chapters and Sections http://www.steedsoft.com/itextsharp/tutorial01/ap04Chap0402.cs.html
Chapters and Sections http://www.steedsoft.com/itextsharp/tutorial01/ap04Chap0403.cs.html
Simple Graphic http://www.steedsoft.com/itextsharp/tutorial01/ap04Chap0404.cs.html
Page borders and horizontal lines http://www.steedsoft.com/itextsharp/tutorial01/ap04Chap0405.cs.html
Titre Page
Some simple tables http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0501.cs.html
Add cells at a certain position in the table http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0502.cs.html
Rows added automatically http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0503.cs.html
Adding columns http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0504.cs.html
Some Table parameters http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0505.cs.html
Table spacing, padding, alignment http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0506.cs.html
Table borders http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0507.cs.html
Table splitting http://www.steedsoft.com/itextsharp/tutorial01/ap05Chap0508.cs.html

Exemples

Rechercher le titre

PdfReader reader = new PdfReader("HelloWorldNoMetadata.pdf");
string s = reader.Info["Author"];
developpement/dotnet/csharp/itextsharp.txt · Dernière modification : 2022/02/02 00:42 de 127.0.0.1