2019.2

Table Of Contents
VOID ConvertToVDX (STRING pdfFilename, STRING ppmlFilename)
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 page282 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 ()
Page 259