Class
Options which may be supplied when saving a document as a PDF file.
PDFSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
acrobatLayers | bool | r/w | Create acrobat layers from top-level layers - acrobat 6 only option. (default: false) |
artboardRange | string | r/w | Considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string. (default: ) |
bleedLink | bool | r/w | Link 4 bleed values. (default: true) |
bleedOffsetRect | Rect | r/w | The bleed offset rect. |
colorBars | bool | r/w | Draw color bars. (default: false) |
colorCompression | CompressionQuality: CompressionQuality.None CompressionQuality.JPEGMINIMUM CompressionQuality.JPEGLOW CompressionQuality.JPEGMEDIUM CompressionQuality.JPEGHIGH CompressionQuality.JPEGMAXIMUM CompressionQuality.ZIP4BIT CompressionQuality.ZIP8BIT CompressionQuality.AUTOMATICJPEGMINIMUM CompressionQuality.AUTOMATICJPEGLOW CompressionQuality.AUTOMATICJPEGMEDIUM CompressionQuality.AUTOMATICJPEGHIGH CompressionQuality.AUTOMATICJPEGMAXIMUM CompressionQuality.AUTOMATICJPEG2000MINIMUM CompressionQuality.AUTOMATICJPEG2000LOW CompressionQuality.AUTOMATICJPEG2000MEDIUM CompressionQuality.AUTOMATICJPEG2000HIGH CompressionQuality.AUTOMATICJPEG2000MAXIMUM CompressionQuality.AUTOMATICJPEG2000LOSSLESS CompressionQuality.JPEG2000MINIMUM CompressionQuality.JPEG2000LOW CompressionQuality.JPEG2000MEDIUM CompressionQuality.JPEG2000HIGH CompressionQuality.JPEG2000MAXIMUM CompressionQuality.JPEG2000LOSSLESS |
r/w | How should color bitmap images be compressed. (default: CompressionQuality.None) |
colorConversionID | ColorConversion: ColorConversion.None ColorConversion.COLORCONVERSIONTODEST ColorConversion.COLORCONVERSIONREPURPOSE |
r/w | PDF color conversion policy. Three choices are available: (1)No Color Conversion (2) Repurpose (3) Convert to Destination. (default: ColorConversion.None) |
colorDestinationID | ColorDestination: ColorDestination.None ColorDestination.COLORDESTINATIONDOCCMYK ColorDestination.COLORDESTINATIONWORKINGCMYK ColorDestination.COLORDESTINATIONDOCRGB ColorDestination.COLORDESTINATIONWORKINGRGB ColorDestination.COLORDESTINATIONPROFILE |
r/w | When NoColorConversion is specified for Color Conversion, NoColorDestination is set. (default: ColorDestination.None) |
colorDownsampling | number | r/w | If zero, no downsampling, otherwise, the resolution to downsample color bitmap images to. (default: 150) |
colorDownsamplingImageThreshold | number | r/w | Downsample if the image's resolution is above this value. (default: 225) |
colorDownsamplingMethod | DownsampleMethod: DownsampleMethod.NODOWNSAMPLE DownsampleMethod.AVERAGEDOWNSAMPLE DownsampleMethod.SUBSAMPLE DownsampleMethod.BICUBICDOWNSAMPLE |
r/w | How should color bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE) |
colorProfileID | ColorProfile: ColorProfile.None ColorProfile.INCLUDEALLPROFILE ColorProfile.LEAVEPROFILEUNCHANGED ColorProfile.INCLUDERGBPROFILE ColorProfile.INCLUDEDESTPROFILE |
r/w | If CMS is off, Don't Include Profiles is set. (default: ColorProfile.None) |
colorTileSize | int | r/w | Tile size when compressing with JPEG2000. (default: 256) |
compatibility | PDFCompatibility: PDFCompatibility.ACROBAT4 PDFCompatibility.ACROBAT5 PDFCompatibility.ACROBAT6 PDFCompatibility.ACROBAT7 PDFCompatibility.ACROBAT8 |
r/w | The version of the Acrobat file format to create. (default: PDFCompatibility.ACROBAT5) |
compressArt | bool | r/w | Should line art and text be compressed? (default: true) |
documentPassword | string | r/w | A password string to open the document. (default: ) |
enableAccess | bool | r/w | Enable accessing 128-bit. (default: true) |
enableCopy | bool | r/w | Enable copying of text 128-bit. (default: true) |
enableCopyAccess | bool | r/w | Enable copying and accessing 40-bit. (default: true) |
enablePlainText | bool | r/w | Enable plaintext metadata 128-bit - available only for acrobat 6. (default: false) |
flattenerOptions | PrintFLOptions | r/w | The printing flattener options. |
flattenerPreset | string | r/w | The transparency flattener preset name. |
fontSubsetThreshold | number (range: 0 - 100) | r/w | Include a subset of fonts when less than this percentage of characters are used. (default: 100) |
generateThumbnails | bool | r/w | Generate thumbnails for the saved document. (default: true) |
grayscaleCompression | CompressionQuality: CompressionQuality.None CompressionQuality.JPEGMINIMUM CompressionQuality.JPEGLOW CompressionQuality.JPEGMEDIUM CompressionQuality.JPEGHIGH CompressionQuality.JPEGMAXIMUM CompressionQuality.ZIP4BIT CompressionQuality.ZIP8BIT CompressionQuality.AUTOMATICJPEGMINIMUM CompressionQuality.AUTOMATICJPEGLOW CompressionQuality.AUTOMATICJPEGMEDIUM CompressionQuality.AUTOMATICJPEGHIGH CompressionQuality.AUTOMATICJPEGMAXIMUM CompressionQuality.AUTOMATICJPEG2000MINIMUM CompressionQuality.AUTOMATICJPEG2000LOW CompressionQuality.AUTOMATICJPEG2000MEDIUM CompressionQuality.AUTOMATICJPEG2000HIGH CompressionQuality.AUTOMATICJPEG2000MAXIMUM CompressionQuality.AUTOMATICJPEG2000LOSSLESS CompressionQuality.JPEG2000MINIMUM CompressionQuality.JPEG2000LOW CompressionQuality.JPEG2000MEDIUM CompressionQuality.JPEG2000HIGH CompressionQuality.JPEG2000MAXIMUM CompressionQuality.JPEG2000LOSSLESS |
r/w | How should grayscale bitmap images be compressed. (default: CompressionQuality.None) |
grayscaleDownsampling | number | r/w | If zero, no downsampling, otherwise, the resolution to downsample grayscale images to. (default: 150) |
grayscaleDownsamplingImageThreshold | number | r/w | Downsample if the image's resolution is above this value. (default: 225) |
grayscaleDownsamplingMethod | DownsampleMethod: DownsampleMethod.NODOWNSAMPLE DownsampleMethod.AVERAGEDOWNSAMPLE DownsampleMethod.SUBSAMPLE DownsampleMethod.BICUBICDOWNSAMPLE |
r/w | How should grayscale bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE) |
grayscaleTileSize | int | r/w | Tile size when compressing with JPEG2000. (default: 256) |
monochromeCompression | MonochromeCompression: MonochromeCompression.None MonochromeCompression.CCIT3 MonochromeCompression.CCIT4 MonochromeCompression.MONOZIP MonochromeCompression.RUNLENGTH |
r/w | How should monochrome bitmap images be compressed. (default: MonochromeCompression.None) |
monochromeDownsampling | number | r/w | If zero, no downsampling, otherwise, the resolution to downsample images to. (default: 300) |
monochromeDownsamplingImageThreshold | number | r/w | Downsample if the image's resolution is above this value. (default: 450) |
monochromeDownsamplingMethod | DownsampleMethod: DownsampleMethod.NODOWNSAMPLE DownsampleMethod.AVERAGEDOWNSAMPLE DownsampleMethod.SUBSAMPLE DownsampleMethod.BICUBICDOWNSAMPLE |
r/w | How should monochrome bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE) |
offset | number | r/w | Custom offset (in points) for using the custom paper. (default: 0) |
optimization | bool | r/w | Should the PDF document be optimized for fast web viewing. (default: false) |
outputCondition | string | r/w | This is an optional comment which, if present, is added to the PDF file and describes the intended printing condition. (default: ) |
outputConditionID | string | r/w | If selected for Output Intent Profile Name, you can set the name of a registered printing condition. (default: ) |
outputIntentProfile | string | r/w | When CMS is on, the output intent profile is the same profile selected for Destination in the Color group box. (default: ) |
pDFAllowPrinting | PDFPrintAllowedEnum: PDFPrintAllowedEnum.PRINT128NONE PDFPrintAllowedEnum.PRINT128LOWRESOLUTION PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION PDFPrintAllowedEnum.PRINT40NONE PDFPrintAllowedEnum.PRINT40HIGHRESOLUTION |
r/w | PDF security printing permission. (default: PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION) |
pDFChangesAllowed | PDFChangesAllowedEnum: PDFChangesAllowedEnum.CHANGE128NONE PDFChangesAllowedEnum.CHANGE128EDITPAGE PDFChangesAllowedEnum.CHANGE128FILLFORM PDFChangesAllowedEnum.CHANGE128COMMENTING PDFChangesAllowedEnum.CHANGE128ANYCHANGES PDFChangesAllowedEnum.CHANGE40NONE PDFChangesAllowedEnum.CHANGE40COMMENTING PDFChangesAllowedEnum.CHANGE40PAGELAYOUT PDFChangesAllowedEnum.CHANGE40ANYCHANGES |
r/w | PDF security changes allowed. (default: PDFChangesAllowedEnum.CHANGE128ANYCHANGES) |
pDFPreset | string | r/w | The max string length is 255 bytes. Name of PDF preset to use. |
pDFXStandard | PDFXStandard: PDFXStandard.PDFXNONE PDFXStandard.PDFX1A2001 PDFXStandard.PDFX1A2003 PDFXStandard.PDFX32001 PDFXStandard.PDFX32002 PDFXStandard.PDFX32003 PDFXStandard.PDFX42007 |
r/w | This control includes the None option for when the user is not complying with any PDF standard. (default: PDFXStandard.PDFXNONE) |
pDFXStandardDescription | string | r/w | This displays the description from the selected preset. |
pageInformation | bool | r/w | Draw page information. (default: false) |
pageMarksType | PageMarksTypes: PageMarksTypes.Roman PageMarksTypes.Japanese |
r/w | The page marks style. (default: PageMarksTypes.Roman) |
permissionPassword | string | r/w | A password string to restrict editing security settings. (default: ) |
preserveEditability | bool | r/w | Preserve Illustrator editing capabilities when saving the document. (default: true) |
printerResolution | number | r/w | Flattening printer resolution. (default: 800) |
registrationMarks | bool | r/w | Draw registration marks. (default: false) |
registryName | string | r/w | URL to the site where the specified output condition is registered. No validation is performed on the URL. (default: ) |
requireDocumentPassword | bool | r/w | Require a password to open the document. (default: false) |
requirePermissionPassword | bool | r/w | Use a password to restrict editing security settings. (default: false) |
trapped | bool | r/w | This indicates if manual trapping has been prepared in the document. (default: false) |
trimMarkWeight | PDFTrimMarkWeight: PDFTrimMarkWeight.TRIMMARKWEIGHT0125 PDFTrimMarkWeight.TRIMMARKWEIGHT025 PDFTrimMarkWeight.TRIMMARKWEIGHT05 |
r/w | Trim mark weight. (default: PDFTrimMarkWeight.TRIMMARKWEIGHT0125) |
trimMarks | bool | r/w | Draw trim marks. (default: false) |
viewAfterSaving | bool | r/w | View PDF after saving. (default: false) |
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |