Class
Options for saving a document in PDF format. Base Class: SaveOptions
PDFSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
PDFCompatibility | PDFCompatibility: PDFCompatibility.PDF13 PDFCompatibility.PDF14 PDFCompatibility.PDF15 PDFCompatibility.PDF16 PDFCompatibility.PDF17 |
r/w | The PDF version to make the document compatible with. |
PDFStandard | PDFStandard: PDFStandard.NONE PDFStandard.PDFX1A2001 PDFStandard.PDFX1A2003 PDFStandard.PDFX32002 PDFStandard.PDFX32003 PDFStandard.PDFX42008 |
r/w | The PDF standard to make the document compatible with. |
alphaChannels | bool | r/w | If true, the alpha channels are saved. |
annotations | bool | r/w | If true, the annotations are saved. |
colorConversion | bool | r/w | If true, converts the color profile to the destination profile. |
convertToEightBit | bool | r/w | If true, converts a 16-bit image to 8-bit for better compatibility with other applications. |
description | string | r/w | Description of the save options in use. |
destinationProfile | string | r/w | Describes the final RGB or CMYK output device, such as a monitor or press standard. |
downSample | PDFResample: PDFResample.NONE PDFResample.PDFAVERAGE PDFResample.PDFSUBSAMPLE PDFResample.PDFBICUBIC |
r/w | The downsample method to use. |
downSampleSize | number | r/w | The size (in pixels per inch) to downsample images to if they exceed the value specified for 'down sample size limit'. |
downSampleSizeLimit | number | r/w | Limits downsampling or subsampling to images that exceed this value (in pixels per inch). |
downgradeColorProfile | bool | r/w | Deprecated for Adobe Photoshop CS3. |
embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
embedFonts | bool | r/w | Deprecated for Adobe Photoshop CS3. |
embedThumbnail | bool | r/w | If true, includes a small preview image in Acrobat. |
encoding | PDFEncodingType: PDFEncodingType.NONE PDFEncodingType.PDFZIP PDFEncodingType.JPEG PDFEncodingType.PDFZIP4BIT PDFEncodingType.JPEGHIGH PDFEncodingType.JPEGMEDHIGH PDFEncodingType.JPEGMED PDFEncodingType.JPEGMEDLOW PDFEncodingType.JPEGLOW PDFEncodingType.JPEG2000HIGH PDFEncodingType.JPEG2000MEDHIGH PDFEncodingType.JPEG2000MED PDFEncodingType.JPEG2000MEDLOW PDFEncodingType.JPEG2000LOW PDFEncodingType.JPEG2000LOSSLESS |
r/w | The encoding method to use. |
interpolation | bool | r/w | Deprecated for Adobe Photoshop CS3. |
jpegQuality | int (range: 0 - 12) | r/w | The quality of the produced image. Valid only for JPEG-encoded PDF documents. Range: 0 to 12. |
layers | bool | r/w | If true, the layers are saved. |
optimizeForWeb | bool | r/w | If true, improves performance of PDFs on Web servers. |
outputCondition | string | r/w | An optional comment field for inserting descriptions of the output condition. The text is stored in the PDF/X file. |
outputConditionID | string | r/w | The identifier for the output condition. |
preserveEditing | bool | r/w | If true, allows users to reopen the PDF in Photoshop with native Photoshop data intact. |
presetFile | string | r/w | The preset file to use for settings; overrides other settings. |
profileInclusionPolicy | bool | r/w | If true, shows which profiles to include. |
registryName | string | r/w | The URL where the output condition is registered. |
spotColors | bool | r/w | If true, the spot colors are saved. |
tileSize | int | r/w | The compression option. Valid only when encoding is JPEG2000. |
transparency | bool | r/w | Deprecated for Adobe Photoshop CS3. |
useOutlines | bool | r/w | Deprecated for Adobe Photoshop CS3. |
vectorData | bool | r/w | Deprecated for Adobe Photoshop CS3. |
view | bool | r/w | If true, opens the saved PDF in Acrobat. |
Element of
PresentationOptions.PDFFileOptions
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |