You may search for each PDF Builder object, or click the link at each object in the above section to view its properties and functions. There are necessary script examples provided in the property/function description.
Note
The compression level setting on a PDF document mainly affects the high-resolution images in the document. There is little compression difference on text.
Note
When you add a PDF Builder object (such as adding a PDFPage object) into a PDF document, the object can only be added once. If you want to add it again, please clone it and then add.
In addition, These enumerated datatypes are specific to the PDF Builder:
-
PDFPageSize, with these values: PDFPage_A1!, PDFPage_A2!, PDFPage_A3!, PDFPage_A4!, PDFPage_Letter!, and PDFPage_Legal!
-
PDFTextAlignment, with these values: PDFTextAlignLeft!, PDFTextAlignCenter!, PDFTextAlignRight!, and PDFTextAlignJustify!
-
PDFImageFitMethod, with these values: PDFImageFitmethod_Clip!, PDFImageFitmethod_Entire!, and PDFImageFitmethod_Meet!
-
PDFTableOfContentsStyle, with these values: PDFTableOfContentsStyle_Classic!, and PDFTableOfContentsStyle_Simple!
-
PDFDocInformation, with these values: PDFDocInfo_All!, PDFDocInfo_Properties!, PDFDocInfo_Security!
-
PDFStandard, with these values: PDF_None!, PDFA_1a!, PDFA_1b!, PDFA_3a!, PDFA_3b!, PDFA_3u!
The table below shows the compatibility between the supported PDF/A standards:
PDF/A standard compatibility | PDFA_1a! | PDFA_1b! | PDFA_3a! | PDFA_3b! | PDFA_3u! |
---|---|---|---|---|---|
PDFA_1a! | Yes | No | No | No | No |
PDFA_1b! | Yes | Yes | No | No | No |
PDFA_3a! | Yes | No | Yes | No | No |
PDFA_3b! | Yes | Yes | Yes | Yes | Yes |
PDFA_3u! | Yes | No | Yes | No | Yes |