2019.2

Table Of Contents
"Create(filename)" on
page256
Creates a new empty PDF file.
"GetInfos()" on page257 "IPdfInfos"
on
page281
Retrieves the contents of the Document
Information Dictionary from the PDF.
"GetVersion(*major,
*minor)" on page257
Returns the version of the underlying PDF file
format. For example, for PDF 1.7, 1 is returned in
major and 7 is returned in minor.
Note that this method is not available in scripts.
"GetXMP()" on page258 STRING Retrieves the XMP attachment embedded in the
PDF.
"GetXYML()" on
page258
STRING Retrieves the entire extractable text from the
PDF in XYML format.
"IsProtected(filename)"
on page258
BOOL Returns True if the PDF file is password-
protected. When a file is password-protected, the
OpenEx() method must be used instead of the
Open() method.
"MergeWith
(pdfFilename)" on
page259
Merges the pages of pdfFilename (the source)
with the pages of the current PDF (the
destination).
"MergeWith2
(pdfFilename, xnum,
ynum, xoffset, yoffset,
scaleFactor)" on
page259
Overlays each page of pdfFilename (the source)
onto pages of the current PDF (the destination)
in a grid whose size is specified by xnum and
ynum. The pages are laid from left to right and
then from top to bottom.
"Open(filename,
doRepair)" on page260
Opens an existing PDF, optionally repairing it.
"OpenEx(filename,
password, doRepair)" on
page261
Opens an existing, password-protected PDF,
optionally repairing it.
Page 254