2019.2

Table Of Contents
VOID MergeWith2 (STRING pdfFilename, LONG xnum, LONG ynum, LONG xoffset, LONG
yoffset, FLOAT scaleFactor)
pdfFilename
Name of the source PDF from which pages are taken.
xnum
Number of columns.
ynum
Number of rows.
xoffset
Horizontal space to put between the top left corner of each source page, in points.
yoffset
Vertical space to put between the top left corner of each source page, in points.
scaleFactor
Scale at which to draw on source pages on the destination. Use 1.0 to draw the page at its
nominal size.
Open(filename, doRepair)
Opens an existing PDF, optionally repairing it.
Syntax
VOID Open (STRING filename, BOOL doRepair)
filename
Name of the file to open.
doRepair
Boolean. If true, the software automatically attempts to repair the file if it is found to be
damaged or corrupt. Otherwise, the operation fails if the file is damaged.
Page 260