Core PDF functions

Core PDF functions

NameDescription
newCreate a new PDF-document.
openOpen a PDF-document with filename.
saveSave the previously opened PDF-document.
save_asSave the previously opened PDF-document with new filename.
set_licenseSet license with filename.
extract_textReturn the PDF-document contents as plain text.
page_addAdd new page in PDF-document.
page_insertInsert new page at the specified position in PDF-document.
page_deleteDelete specified page in PDF-document.
page_countReturn the number of pages in the PDF-document.

Detailed Description

Core functions for working with PDF files.