Adobe Illustrator CS5 Type Library JS: PDFSaveOptions

Illustrator CS5

Class

PDFSaveOptions

 Options which may be supplied when saving a document as a PDF file.

Class

PropertyTypeAccessDescription
acrobatLayersbool r/wCreate acrobat layers from top-level layers - acrobat 6 only option. (default: false)
artboardRangestring r/wConsidered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string. (default: )
bleedLinkbool r/wLink 4 bleed values. (default: true)
bleedOffsetRectRect r/wThe bleed offset rect.
colorBarsbool r/wDraw color bars. (default: false)
colorCompressionCompressionQuality:
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/wHow should color bitmap images be compressed. (default: CompressionQuality.None)
colorConversionIDColorConversion:
ColorConversion.None
ColorConversion.COLORCONVERSIONTODEST
ColorConversion.COLORCONVERSIONREPURPOSE
r/wPDF color conversion policy. Three choices are available: (1)No Color Conversion (2) Repurpose (3) Convert to Destination. (default: ColorConversion.None)
colorDestinationIDColorDestination:
ColorDestination.None
ColorDestination.COLORDESTINATIONDOCCMYK
ColorDestination.COLORDESTINATIONWORKINGCMYK
ColorDestination.COLORDESTINATIONDOCRGB
ColorDestination.COLORDESTINATIONWORKINGRGB
ColorDestination.COLORDESTINATIONPROFILE
r/wWhen NoColorConversion is specified for Color Conversion, NoColorDestination is set. (default: ColorDestination.None)
colorDownsamplingnumber r/wIf zero, no downsampling, otherwise, the resolution to downsample color bitmap images to. (default: 150)
colorDownsamplingImageThresholdnumber r/wDownsample if the image's resolution is above this value. (default: 225)
colorDownsamplingMethodDownsampleMethod:
DownsampleMethod.NODOWNSAMPLE
DownsampleMethod.AVERAGEDOWNSAMPLE
DownsampleMethod.SUBSAMPLE
DownsampleMethod.BICUBICDOWNSAMPLE
r/wHow should color bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE)
colorProfileIDColorProfile:
ColorProfile.None
ColorProfile.INCLUDEALLPROFILE
ColorProfile.LEAVEPROFILEUNCHANGED
ColorProfile.INCLUDERGBPROFILE
ColorProfile.INCLUDEDESTPROFILE
r/wIf CMS is off, Don't Include Profiles is set. (default: ColorProfile.None)
colorTileSizeint r/wTile size when compressing with JPEG2000. (default: 256)
compatibilityPDFCompatibility:
PDFCompatibility.ACROBAT4
PDFCompatibility.ACROBAT5
PDFCompatibility.ACROBAT6
PDFCompatibility.ACROBAT7
PDFCompatibility.ACROBAT8
r/wThe version of the Acrobat file format to create. (default: PDFCompatibility.ACROBAT5)
compressArtbool r/wShould line art and text be compressed? (default: true)
documentPasswordstring r/wA password string to open the document. (default: )
enableAccessbool r/wEnable accessing 128-bit. (default: true)
enableCopybool r/wEnable copying of text 128-bit. (default: true)
enableCopyAccessbool r/wEnable copying and accessing 40-bit. (default: true)
enablePlainTextbool r/wEnable plaintext metadata 128-bit - available only for acrobat 6. (default: false)
flattenerOptionsPrintFlattenerOptions r/wThe printing flattener options.
flattenerPresetstring r/wThe transparency flattener preset name.
fontSubsetThresholdnumber (range: 0 - 100) r/wInclude a subset of fonts when less than this percentage of characters are used. (default: 100)
generateThumbnailsbool r/wGenerate thumbnails for the saved document. (default: true)
grayscaleCompressionCompressionQuality:
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/wHow should grayscale bitmap images be compressed. (default: CompressionQuality.None)
grayscaleDownsamplingnumber r/wIf zero, no downsampling, otherwise, the resolution to downsample grayscale images to. (default: 150)
grayscaleDownsamplingImageThresholdnumber r/wDownsample if the image's resolution is above this value. (default: 225)
grayscaleDownsamplingMethodDownsampleMethod:
DownsampleMethod.NODOWNSAMPLE
DownsampleMethod.AVERAGEDOWNSAMPLE
DownsampleMethod.SUBSAMPLE
DownsampleMethod.BICUBICDOWNSAMPLE
r/wHow should grayscale bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE)
grayscaleTileSizeint r/wTile size when compressing with JPEG2000. (default: 256)
monochromeCompressionMonochromeCompression:
MonochromeCompression.None
MonochromeCompression.CCIT3
MonochromeCompression.CCIT4
MonochromeCompression.MONOZIP
MonochromeCompression.RUNLENGTH
r/wHow should monochrome bitmap images be compressed. (default: MonochromeCompression.None)
monochromeDownsamplingnumber r/wIf zero, no downsampling, otherwise, the resolution to downsample images to. (default: 300)
monochromeDownsamplingImageThresholdnumber r/wDownsample if the image's resolution is above this value. (default: 450)
monochromeDownsamplingMethodDownsampleMethod:
DownsampleMethod.NODOWNSAMPLE
DownsampleMethod.AVERAGEDOWNSAMPLE
DownsampleMethod.SUBSAMPLE
DownsampleMethod.BICUBICDOWNSAMPLE
r/wHow should monochrome bitmap images be resampled. (default: DownsampleMethod.NODOWNSAMPLE)
offsetnumber r/wCustom offset (in points) for using the custom paper. (default: 0)
optimizationbool r/wShould the PDF document be optimized for fast web viewing. (default: false)
outputConditionstring r/wThis is an optional comment which, if present, is added to the PDF file and describes the intended printing condition. (default: )
outputConditionIDstring r/wIf selected for Output Intent Profile Name, you can set the name of a registered printing condition. (default: )
outputIntentProfilestring r/wWhen CMS is on, the output intent profile is the same profile selected for Destination in the Color group box. (default: )
pDFAllowPrintingPDFPrintAllowedEnum:
PDFPrintAllowedEnum.PRINT128NONE
PDFPrintAllowedEnum.PRINT128LOWRESOLUTION
PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION
PDFPrintAllowedEnum.PRINT40NONE
PDFPrintAllowedEnum.PRINT40HIGHRESOLUTION
r/wPDF security printing permission. (default: PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION)
pDFChangesAllowedPDFChangesAllowedEnum:
PDFChangesAllowedEnum.CHANGE128NONE
PDFChangesAllowedEnum.CHANGE128EDITPAGE
PDFChangesAllowedEnum.CHANGE128FILLFORM
PDFChangesAllowedEnum.CHANGE128COMMENTING
PDFChangesAllowedEnum.CHANGE128ANYCHANGES
PDFChangesAllowedEnum.CHANGE40NONE
PDFChangesAllowedEnum.CHANGE40COMMENTING
PDFChangesAllowedEnum.CHANGE40PAGELAYOUT
PDFChangesAllowedEnum.CHANGE40ANYCHANGES
r/wPDF security changes allowed. (default: PDFChangesAllowedEnum.CHANGE128ANYCHANGES)
pDFPresetstring r/wThe max string length is 255 bytes. Name of PDF preset to use.
pDFXStandardPDFXStandard:
PDFXStandard.PDFXNONE
PDFXStandard.PDFX1A2001
PDFXStandard.PDFX1A2003
PDFXStandard.PDFX32001
PDFXStandard.PDFX32002
PDFXStandard.PDFX32003
PDFXStandard.PDFX42007
r/wThis control includes the None option for when the user is not complying with any PDF standard. (default: PDFXStandard.PDFXNONE)
pDFXStandardDescriptionstring r/wThis displays the description from the selected preset.
pageInformationbool r/wDraw page information. (default: false)
pageMarksTypePageMarksTypes:
PageMarksTypes.Roman
PageMarksTypes.Japanese
r/wThe page marks style. (default: PageMarksTypes.Roman)
permissionPasswordstring r/wA password string to restrict editing security settings. (default: )
preserveEditabilitybool r/wPreserve Illustrator editing capabilities when saving the document. (default: true)
printerResolutionnumber r/wFlattening printer resolution. (default: 800)
registrationMarksbool r/wDraw registration marks. (default: false)
registryNamestring r/wURL to the site where the specified output condition is registered. No validation is performed on the URL. (default: )
requireDocumentPasswordbool r/wRequire a password to open the document. (default: false)
requirePermissionPasswordbool r/wUse a password to restrict editing security settings. (default: false)
trappedbool r/wThis indicates if manual trapping has been prepared in the document. (default: false)
trimMarkWeightPDFTrimMarkWeight:
PDFTrimMarkWeight.TRIMMARKWEIGHT0125
PDFTrimMarkWeight.TRIMMARKWEIGHT025
PDFTrimMarkWeight.TRIMMARKWEIGHT05
r/wTrim mark weight. (default: PDFTrimMarkWeight.TRIMMARKWEIGHT0125)
trimMarksbool r/wDraw trim marks. (default: false)
viewAfterSavingbool r/wView PDF after saving. (default: false)
Jongware, 27-Jun-2010 v3.0.3dContents :: Index