| Property | Type | Access | Description |
| artboardRange | string |
r/w | 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.ILLUSTRATOR3 Compatibility.JAPANESEVERSION3 Compatibility.ILLUSTRATOR8 Compatibility.ILLUSTRATOR9 Compatibility.ILLUSTRATOR10 Compatibility.ILLUSTRATOR11 Compatibility.ILLUSTRATOR12 Compatibility.ILLUSTRATOR13 Compatibility.ILLUSTRATOR14 Compatibility.ILLUSTRATOR15 Compatibility.ILLUSTRATOR16 |
r/w | What Illustrator file format version to create. (default: Compatibility.ILLUSTRATOR16) |
| compressed | bool |
r/w | Should the saved file be compressed (version 10 or later) (default: true) |
| embedICCProfile | bool |
r/w | Embed the document's ICC profile in the saved file (version 9 or later) (default: false) |
| embedLinkedFiles | bool |
r/w | Are linked image files to be included in the saved document (versions 7 or later) (default: false) |
| flattenOutput | OutputFlattening: OutputFlattening.PRESERVEPATHS OutputFlattening.PRESERVEAPPEARANCE |
r/w | How should transparency be flattened for older file format versions (pre-version 9) (default: OutputFlattening.PRESERVEAPPEARANCE) |
| fontSubsetThreshold | number (range: 0 - 100) |
r/w | Include a subset of fonts when less than this percentage of characters are used (version 9 or later) (default: 100) |
| pdfCompatible | bool |
r/w | Save as a PDF compatible file (version 10 or later) (default: true) |
| saveMultipleArtboards | bool |
r/w | All the artboards or range of the artboards will be saved. (default: false) |