|
|
getting started
Essential PDF generates a PDF document without any dependence on Adobe. However, you will need a PDF viewer to view the generated document. This section demonstrates the creation of a new PDF document using Essential PDF.
|
|
|
|
Using Essential PDF, a new PDF document can be created using just a few lines of code. A PDF document has sections and pages. Each section can contain any number of pages. The creation of a new PDF document containing one section and page with text "HelloWorld" is illustrarted below:
Sample Code
Document Created Using Essential PDF
|
|
|
|
|
|
|