Core PDF functions
Core PDF functions
Name | Description |
---|---|
New | Create a new PDF-document. |
Open | Open a PDF-document with filename. |
Save | Save the previously opened PDF-document. |
SaveAs | Save the previously opened PDF-document with new filename. |
Close | Release allocated resources for PDF-document. |
SetLicense | Set license with filename. |
PageAdd | Add new page in PDF-document. |
PageInsert | Insert new page at the specified position in PDF-document. |
PageDelete | Delete specified page in PDF-document. |
PageCount | Return page count in PDF-document. |
ExtractText | Return the PDF-document contents as plain text. |
Detailed Description
Core functions for working with PDF files.