Save As PDF Tool Arguments
The following properties are available for Save As PDF Tool Arguments objects, grouped by the categories shown in the Toolbars Designer.
Misc
| Property | Type | Default | Description |
|---|---|---|---|
PdfComplianceType |
PdfComplianceType.PDFA1b |
Specifies the ISO-standardization compliance of the resulting PDF document. The Compliance argument is optional, where the default configuration produces PDF/A-1b compliant documents. Valid Compliance argument values are as follows: PDFA1b - The document will be produced using PDF/A-1b compliance, which is appropriate for preventing modification and long-term archiving. None - The document will be produced without using ISO-standardization and can support image transparency. |
|
PdfOptimizationType |
PdfOptimizationType.Standard |
Specifies the optimization goal of the resulting PDF document. The Optimization argument is optional, where the default configuration produces standard documents. Valid Optimization argument values are as follows: Standard - The document will be produced without specific optimization. MinimumSize - The document will be produced with optimization to reduce size. |
|
bool |
false |
Specifies whether each sheet will be scaled in order to fit one sheet per page in the resulting PDF document. The ScaleSheets argument is optional, where the default configuration does not scale sheets. Valid ScaleSheets argument values are True and False. |