2022.2

Table Of Contents
pdfFilename
Name of the file to convert.
ppmlFilename
Name of the PPML file to embed.
GetInfos()
Retrieves the contents of the Document Information Dictionary from the PDF.
Syntax
IPdfInfos GetInfos ()
Return value
An "IPdfInfos" on page216 structure containing the PDF properties. Cannot be NULL.
GetVersion(*major, *minor)
Returns the version of the underlying PDF file format.
Note: This method is not available in all scripting environments.
Syntax
GetVersion(LONG *major, LONG *minor)
major
Pointer to a LONG that receives the major version number.
minor
Pointer to a LONG that receives the minor version number.
GetXMP()
Retrieves the XMP attachment embedded in the PDF.
Syntax
STRING GetXMP ()
Return value
String containing the complete text of the PDF's XMP attachment.
GetXYML()
Retrieves the entire extractable text from the PDF in XYML format.
Syntax
Page 197