Getting Started | Description | Source |
| HelloWorld | This sample demonstrates how to create a new PDF document and to write "Hello World" String in the first page. |  |  |
| Unicode support | This sample demonstrates the various CJK fonts rendering support. |  |  |
| Booklet | This sample demonstrates the Essential PDF's support for creating booklets with the help of PdfBookletCreator class. |  |  |
DrawingText | Description | Source |
| TextFlow | This sample demonstrates the Essential PDF's support for various properties to format text in PDF document. |  |  |
| RTLSupport | This sample demonstrates the Essential PDF support for drawing text in RTL languages. |  |  |
| RTF Support | This sample demonstrates Drawing of RTF Text in PDF document. This can be done by drawing RTF text into a PDF document by converting it as bitmap or metafile image. |  |  |
| Bullets and Lists | Essential PDF support both the types of list and its formatting.This sample demonstrates various list features of Essential PDF. |  |  |
| TextFormattings | This sample demonstrates the various formattings that can be applied for the string. This uses PdfStringFormat class to set the formattings. |  |  |
Graphics | Description | Source |
| DrawingShapes | This sample demonstrates drawing of simple shapes like circle,arc,ellipse and rectangle in PDF document. |  |  |
| WorkingWithImages | This sample demonstrates the method of inserting tiff files into a PDF document. |  |  |
| Graphic Brushes | Essential PDF supports following types of brushes that can be used to fill the shapes. This sample demonstrates the Essential PDF support for various graphic brushes. |  |  |
| Layers | This sample focusses on demonstrating creation of layers in PDF. |  |  |
PageSettings | Description | Source |
| HeadersAndFooters | This sample demonstrates the method of inserting Header, Footer and Page numbers into a PDF document |  |  |
| Page Setup | This sample demonstrates Essential PDF's support for various page setting options like page orientation, page size, page layout and page mode. |  |  |
Tables | Description | Source |
| SimpleTable | This sample demonstrates how a simple table can be created from scratch with simple formattings. |  |  |
| Table features | This sample demonstrates the various features of tables supported by Essential PDF. |  |  |
| NorthwindReport | This sample demonstrates the creation of a small report with the customer contact details from the Northwind database. |  |  |
Security | Description | Source |
| EncryptionSupport | This sample demonstrates the Essential PDF's support for Digital signatures, which provides the greater assurances of document integrity, authenticity, and non-repudiation. |  |  |
| Digital Signature | This sample demonstrates the Essential PDF's support for Digital signatures, which provides the greater assurances of document integrity, authenticity, and non-repudiation. Essential PDF provides support for both Certify signature and standard signatures.
|  |  |
| Document Signing | This sample shows how to add digital signatures to an exising PDF document. |  |  |
Document Settings | Description | Source |
| Document Properties and XMP | This sample demonstrates setting of document properties like AuthorName ,ProducerName,Creation Date etc to a PDF document. It also demonstrates how XMP metadata can be added in a PDF document. |  |  |
| File format Settings | This sample demonstrates how various file formats of Adobe can be set to work with different versions. File formats of earliar versions will provide memory performance. |  |  |
Interactive Features | Description | Source |
| Interactive features | This sample demonstrates the Essential PDF support for user interacting features such as form creation, annotations,attachments and bookmarks. |  |  |
| 3DAnnotation | This sample demonstrates the support for PDF annotations implemented in Essential PDF library. |  |  |