Core PDF functions

Core PDF functions

NameDescription
NewCreate a new PDF-document.
OpenOpen a PDF-document with filename.
SaveSave the previously opened PDF-document.
SaveAsSave the previously opened PDF-document with new filename.
CloseRelease allocated resources for PDF-document.
SetLicenseSet license with filename.
ExtractTextReturn the PDF-document contents as plain text.
WordCountReturn word count in PDF-document.
CharacterCountReturn character count in PDF-document.
AppendAppend pages from another PDF-document.
AppendPagesAppend selected pages from another PDF-document.
MergeDocumentsCreate a new PDF-document by merging the provided PDF-documents.
SplitDocumentCreate multiple new PDF-documents by extracting pages from the source PDF-document.
SplitAtPageSplit the PDF-document into two new PDF-documents.
PageAddAdd new page in PDF-document.
PageInsertInsert new page at the specified position in PDF-document.
PageDeleteDelete specified page in PDF-document.
PageCountReturn page count in PDF-document.
PageWordCountReturn word count on specified page in PDF-document.
PageCharacterCountReturn character count on specified page in PDF-document.
PageIsBlankReturn page is blank in PDF-document.

Detailed Description

Core functions for working with PDF files.