IllustratorSaveOptions

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

Constants/Events

Name

Type

Access

Description

artboardRange

String

readonly

If SaveMultipleArtboards is true ,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string.

compatibility

Compatibility

Compatibility.ILLUSTRATOR10

Compatibility.ILLUSTRATOR11

Compatibility.ILLUSTRATOR12

Compatibility.ILLUSTRATOR13

Compatibility.ILLUSTRATOR14

Compatibility.ILLUSTRATOR15

Compatibility.ILLUSTRATOR16

Compatibility.ILLUSTRATOR17

Compatibility.ILLUSTRATOR24

Compatibility.ILLUSTRATOR3

Compatibility.ILLUSTRATOR8

Compatibility.ILLUSTRATOR9

Compatibility.JAPANESEVERSION3

readonly

What Illustrator file format version to create.

compressed

Boolean

readonly

Should the saved file be compressed (version 10 or later)

embedICCProfile

Boolean

readonly

Embed the document's ICC profile in the saved file (version 9 or later)

embedLinkedFiles

Boolean

readonly

Are linked image files to be included in the saved document (versions 7 or later)

flattenOutput

OutputFlattening

OutputFlattening.PRESERVEAPPEARANCE

OutputFlattening.PRESERVEPATHS

readonly

How should transparency be flattened for older file format versions (pre-version 9)

fontSubsetThreshold

Number (range 0 - 100)

readonly

Include a subset of fonts when less than this percentage of characters are used (version 9 or later)

pdfCompatible

Boolean

readonly

Save as a PDF compatible file (version 10 or later)

saveMultipleArtboards

Boolean

readonly

All the artboards or range of the artboards will be saved.