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.
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.
ExtractTextReturn the PDF-document contents as plain text.

Detailed Description

Core functions for working with PDF files.