 |
 |
| 01-Welcome Sample : |
|
|
| This sample demonstrates
generation of basic PDF file from ASP.NET application. |
|
 |
| 02-TextBox Drawing Sample
: |
|
|
| This sample demonstrates
rendering of TextBox to PDF file from ASP.NET application. The TextBox in the
sample is rendered with different TextAlignment (Left, Right, Center, Justify)
and Border. |
|
 |
| 03-Geometric Drawing Sample
: |
|
|
| This sample demonstrates
rendering of Geometric shapes (Line, Rectangle, Ellipse, Polygon, Bezier
curves, Splines) to PDF file from ASP.NET application. |
|
 |
| 04-Image Drawing Sample : |
|
|
| This sample demonstrates
rendering of Image to PDF file from ASP.NET application. The image in the
sample is compressed to reduce the size of the PDF file. The image is generated
with SizeMode ( Clip, Zoom, Stretch), PictureAlignment (TopLeft, TopRight,
Center, BottomLeft, BottomRight, Center) and specified Border. |
|
 |
| 05- Encryption Sample : |
|
|
| This sample demonstrates
rendering of Encrypted PDF file from ASP.NET application. This sample generates
an Encrypted PDF file with UserPassword = “user” and OwnerPassword=”owner” and
with user permission to Copy, Edit the generated PDF file. |
|
 |
| 06-Table Sample : |
|
|
| This
sample demonstrates rendering of Table to PDF file from ASP.NET application.
Data for the table is read from xml file. |
|
 |
| 07-RichTextParagraph Sample
: |
|
|
| This sample demonstrates
rendering of RichText content to PDF file from ASP.NET application. |
|
 |
| 08-CharacterMap Sample : |
|
|
| This sample renders
CharacterMap in Latin font(WinAnsiEncoding), Symbol font, ZapfDingbats font to
PDF file from ASP.NET application. |
|
 |
| 09-Annotation Sample : |
|
|
| This sample demonstrates
rendering of annotation to PDF file from ASP.NET application. To open the
annotation content click on the icon. |
|
 |
| 10-Links Sample : |
|
|
| This sample demonstrates
rendering of links (link to page, link to web) to PDF file from ASP.NET
application. |
|
 |
| 11-Bookmark : |
|
|
| This sample demonstrates
how to create a PDF document outline with bookmark from ASP.NET application. |
|
 |