-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathexamples-dotnet.html
More file actions
160 lines (160 loc) · 9.53 KB
/
examples-dotnet.html
File metadata and controls
160 lines (160 loc) · 9.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html>
<head></head>
<body>
<p><strong>PDFjet Java Examples</strong></p>
<p>Please run the <strong>build-dotnet.cmd</strong>, <strong>build-dotnet-core.cmd</strong>, <strong>build-mono.cmd</strong> or <strong>build-mono.sh</strong> scripts to generate all the PDF files:</strong></p>
<ol>
<li><a href="examples/Example_01.cs">Example_01.cs</a> <a href="Example_01.pdf">Example_01.pdf</a> <strong>
Using TTF fonts to display Latin, Greek, Cyrillic, Chinese, Japanese and Korean text.
</strong></li>
<li><a href="examples/Example_02.cs">Example_02.cs</a> <a href="Example_02.pdf">Example_02.pdf</a> <strong>
Using Paths.
</strong></li>
<li><a href="examples/Example_03.cs">Example_03.cs</a> <a href="Example_03.pdf">Example_03.pdf</a> <strong>
Embedding PNG, JPG and BMP Images.
</strong></li>
<li><a href="examples/Example_04.cs">Example_04.cs</a> <a href="Example_04.pdf">Example_04.pdf</a> <strong>
Using Chinese, Japanese and Korean fonts.
</strong></li>
<li><a href="examples/Example_05.cs">Example_05.cs</a> <a href="Example_05.pdf">Example_05.pdf</a> <strong>
Text kerning and drawing rotated text.
</strong></li>
<li><a href="examples/Example_06.cs">Example_06.cs</a> <a href="Example_06.pdf">Example_06.pdf</a> <strong>
Embedding file attachments in PDF.
</strong></li>
<li><a href="examples/Example_07.cs">Example_07.cs</a> <a href="Example_07.pdf">Example_07.pdf</a> <strong>
Adding watermark to PDF page.
</strong></li>
<li><a href="examples/Example_08.cs">Example_08.cs</a> <a href="Example_08.pdf">Example_08.pdf</a> <strong>
Using the Table component.
</strong></li>
<li><a href="examples/Example_09.cs">Example_09.cs</a> <a href="Example_09.pdf">Example_09.pdf</a> <strong>
Using the Chart component.
</strong></li>
<li><a href="examples/Example_10.cs">Example_10.cs</a> <a href="Example_10.pdf">Example_10.pdf</a> <strong>
Using the TextColumn component.
</strong></li>
<li><a href="examples/Example_11.cs">Example_11.cs</a> <a href="Example_11.pdf">Example_11.pdf</a> <strong>
Using 1D linear bacodes.
</strong></li>
<li><a href="examples/Example_12.cs">Example_12.cs</a> <a href="Example_12.pdf">Example_12.pdf</a> <strong>
Using PDF417 2D barcodes.
</strong></li>
<li><a href="examples/Example_13.cs">Example_13.cs</a> <a href="Example_13.pdf">Example_13.pdf</a> <strong>
Drawing three tables side by side.
</strong></li>
<li><a href="examples/Example_14.cs">Example_14.cs</a> <a href="Example_14.pdf">Example_14.pdf</a> <strong>
Using the Table's SetColSpan method.
</strong></li>
<li><a href="examples/Example_15.cs">Example_15.cs</a> <a href="Example_15.pdf">Example_15.pdf</a> <strong>
Using the CompositeTextLine together with the Table class.
</strong></li>
<li><a href="examples/Example_16.cs">Example_16.cs</a> <a href="Example_16.pdf">Example_16.pdf</a> <strong>
Using the TextBox component.
</strong></li>
<li><a href="examples/Example_17.cs">Example_17.cs</a> <a href="Example_17.pdf">Example_17.pdf</a> <strong>
Test case for PNG images.
</strong></li>
<li><a href="examples/Example_18.cs">Example_18.cs</a> <a href="Example_18.pdf">Example_18.pdf</a> <strong>
Example that shows how to write "Page X of N" footer on every page.
</strong></li>
<li><a href="examples/Example_19.cs">Example_19.cs</a> <a href="Example_19.pdf">Example_19.pdf</a> <strong>
Using the TextBox component.
</strong></li>
<li><a href="examples/Example_20.cs">Example_20.cs</a> <a href="Example_20.pdf">Example_20.pdf</a> <strong>
Reading a logo in PDF format and drawing it on a new PDF document.
</strong></li>
<li><a href="examples/Example_21.cs">Example_21.cs</a> <a href="Example_21.pdf">Example_21.pdf</a> <strong>
Using QR code 2D barcodes.
</strong></li>
<li><a href="examples/Example_22.cs">Example_22.cs</a> <a href="Example_22.pdf">Example_22.pdf</a> <strong>
Adding "Destinations" and "Go To" actions.
</strong></li>
<li><a href="examples/Example_23.cs">Example_23.cs</a> <a href="Example_23.pdf">Example_23.pdf</a> <strong>
Example showing how to use TextBox effectively.
</strong></li>
<li><a href="examples/Example_24.cs">Example_24.cs</a> <a href="Example_24.pdf">Example_24.pdf</a> <strong>
Using PNG stream images to reduce PDF size and improve performance.
</strong></li>
<li><a href="examples/Example_25.cs">Example_25.cs</a> <a href="Example_25.pdf">Example_25.pdf</a> <strong>
Using the CompositeTextLine component to display chemical formulas and the DonutChart component.
</strong></li>
<li><a href="examples/Example_26.cs">Example_26.cs</a> <a href="Example_26.pdf">Example_26.pdf</a> <strong>
Using the CheckBox and RadioButton components.
</strong></li>
<li><a href="examples/Example_27.cs">Example_27.cs</a> <a href="Example_27.pdf">Example_27.pdf</a> <strong>
Drawing Thai, Hebrew and Arabic text.
</strong></li>
<li><a href="examples/Example_28.cs">Example_28.cs</a> <a href="Example_28.pdf">Example_28.pdf</a> <strong>
Using the DroidSansFallback.ttf font to display icons.
</strong></li>
<li><a href="examples/Example_29.cs">Example_29.cs</a> <a href="Example_29.pdf">Example_29.pdf</a> <strong>
Another TextColumn example.
</strong></li>
<li><a href="examples/Example_30.cs">Example_30.cs</a> <a href="Example_30.pdf">Example_30.pdf</a> <strong>
Using PDF layers.
</strong></li>
<li><a href="examples/Example_31.cs">Example_31.cs</a> <a href="Example_31.pdf">Example_31.pdf</a> <strong>
Using Tamil and Hindi.
</strong></li>
<li><a href="examples/Example_32.cs">Example_32.cs</a> <a href="Example_32.pdf">Example_32.pdf</a> <strong>
Drawing highlighted text using the draw string method.
</strong></li>
<li><a href="examples/Example_33.cs">Example_33.cs</a> <a href="Example_33.pdf">Example_33.pdf</a> <strong>
Using the SVGImage component.
</strong></li>
<li><a href="examples/Example_34.cs">Example_34.cs</a> <a href="Example_34.pdf">Example_34.pdf</a> <strong>
Adding points with URI Action to Table cells.
</strong></li>
<li><a href="examples/Example_35.cs">Example_35.cs</a> <a href="Example_35.pdf">Example_35.pdf</a> <strong>
Shows how to use the Chart class to display line charts.
</strong></li>
<li><a href="examples/Example_36.cs">Example_36.cs</a> <a href="Example_36.pdf">Example_36.pdf</a> <strong>
Adding pages "out of order" to PDF document.
</strong></li>
<li><a href="examples/Example_37.cs">Example_37.cs</a> <a href="Example_37.pdf">Example_37.pdf</a> <strong>
Open existing PDF and write on it.
</strong></li>
<li><a href="examples/Example_38.cs">Example_38.cs</a> <a href="Example_38.pdf">Example_38.pdf</a> <strong>
Example that showscases the flexibility of the Table class.
</strong></li>
<li><a href="examples/Example_39.cs">Example_39.cs</a> <a href="Example_39.pdf">Example_39.pdf</a> <strong>
Creating a chart with horizontal bars.
</strong></li>
<li><a href="examples/Example_40.cs">Example_40.cs</a> <a href="Example_40.pdf">Example_40.pdf</a> <strong>
Creating a chart with vertical bars.
</strong></li>
<li><a href="examples/Example_41.cs">Example_41.cs</a> <a href="Example_41.pdf">Example_41.pdf</a> <strong>
Using the Text and Paragraph components.
</strong></li>
<li><a href="examples/Example_42.cs">Example_42.cs</a> <a href="Example_42.pdf">Example_42.pdf</a> <strong>
Using the Form and Field classes to create forms.
</strong></li>
<li><a href="examples/Example_43.cs">Example_43.cs</a> <a href="Example_43.pdf">Example_43.pdf</a> <strong>
Using the BigTable class.
</strong></li>
<li><a href="examples/Example_44.cs">Example_44.cs</a> <a href="Example_44.pdf">Example_44.pdf</a> <strong>
How to use the method addChineseParagraph in the TextColumn class.
</strong></li>
<li><a href="examples/Example_45.cs">Example_45.cs</a> <a href="Example_45.pdf">Example_45.pdf</a> <strong>
Another example of using the Form and Field components.
</strong></li>
<li><a href="examples/Example_46.cs">Example_46.cs</a> <a href="Example_46.pdf">Example_46.pdf</a> <strong>
Another example showing how to use the Text and Paragraph classes.
</strong></li>
<li><a href="examples/Example_47.cs">Example_47.cs</a> <a href="Example_47.pdf">Example_47.pdf</a> <strong>
Example showing how to use the TextFrame class.
</strong></li>
<li><a href="examples/Example_48.cs">Example_48.cs</a> <a href="Example_48.pdf">Example_48.pdf</a> <strong>
Example showing how to use bookmarks.
</strong></li>
<li><a href="examples/Example_49.cs">Example_49.cs</a> <a href="Example_49.pdf">Example_49.pdf</a> <strong>
Example showing how to highlight text segments or characters.
</strong></li>
<li><a href="examples/Example_50.cs">Example_50.cs</a> <a href="Example_50.pdf">Example_50.pdf</a> <strong>
Example showing how to open existing PDF form and fill it in.
</strong></li>
</ol>
</body>
</html>