PDFSaveOptions

Options for saving a document in PDF format.

Hierarchy:

Superclass: SaveOptions

Class: PDFSaveOptions

Constants/Events

Name

Type

Access

Description

PDFCompatibility

PDFCompatibilityType

PDFCompatibilityType.PDF13

PDFCompatibilityType.PDF14

PDFCompatibilityType.PDF15

PDFCompatibilityType.PDF16

PDFCompatibilityType.PDF17

readonly

The PDF version to make the document compatible with.

PDFStandard

PDFStandardType

PDFStandardType.NONE

PDFStandardType.PDFX1A2001

PDFStandardType.PDFX1A2003

PDFStandardType.PDFX32002

PDFStandardType.PDFX32003

PDFStandardType.PDFX42008

readonly

The PDF standard to make the document compatible with.

alphaChannels

Boolean

readonly

If true, the alpha channels are saved.

annotations

Boolean

readonly

If true, the annotations are saved.

colorConversion

Boolean

readonly

If true, converts the color profile to the destination profile.

convertToEightBit

Boolean

readonly

If true, converts a 16-bit image to 8-bit for better compatibility with other applications.

description

String

readonly

Description of the save options in use.

destinationProfile

String

readonly

Describes the final RGB or CMYK output device, such as a monitor or press standard.

downSample

PDFResampleType

PDFResampleType.NONE

PDFResampleType.PDFAVERAGE

PDFResampleType.PDFSUBSAMPLE

PDFResampleType.PDFBICUBIC

readonly

The downsample method to use.

downSampleSize

Number

readonly

The size (in pixels per inch) to downsample images to if they exceed the value specified for 'down sample size limit'.

downSampleSizeLimit

Number

readonly

Limits downsampling or subsampling to images that exceed this value (in pixels per inch).

downgradeColorProfile

Boolean

readonly

DEPRECATED, ( should the embedded color profile be downgraded to version 2 )

embedColorProfile

Boolean

readonly

If true, the color profile is embedded in the document.

embedFonts

Boolean

readonly

DEPRECATED. ( embed fonts? Only valid if a text layer is included )

embedThumbnail

Boolean

readonly

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

readonly

The encoding method to use.

interpolation

Boolean

readonly

DEPRECATED. ( use image interpolation? )

jpegQuality

Int (range 0 - 12)

readonly

The quality of the produced image. Valid only for JPEG-encoded PDF documents. Range: 0 to 12.

layers

Boolean

readonly

If true, the layers are saved.

optimizeForWeb

Boolean

readonly

If true, improves performance of PDFs on Web servers.

outputCondition

String

readonly

An optional comment field for inserting descriptions of the output condition. The text is stored in the PDF/X file.

outputConditionID

String

readonly

The identifier for the output condition.

preserveEditing

Boolean

readonly

If true, allows users to reopen the PDF in Photoshop with native Photoshop data intact.

presetFile

String

readonly

The preset file to use for settings; overrides other settings.

profileInclusionPolicy

Boolean

readonly

If true, shows which profiles to include.

registryName

String

readonly

The URL where the output condition is registered.

spotColors

Boolean

readonly

If true, the spot colors are saved.

tileSize

Int

readonly

The compression option. Valid only when encoding is JPEG2000.

transparency

Boolean

readonly

DEPRECATED.

useOutlines

Boolean

readonly

DEPRECATED. ( use outlines for text? Only valid if vector data is included )

vectorData

Boolean

readonly

DEPRECATED. ( include vector data )

view

Boolean

readonly

If true, opens the saved PDF in Acrobat.

Object of

PresentationOptions.PDFFileOptions