PDFSaveOptions in Photoshop DOM
Settings for saving a PDF file.
Instance Properties
name | type | description |
---|---|---|
alphaChannels | Boolean | save alpha channels |
annotations | Boolean | save annotations |
downgradeColorProfile | Boolean | should the embedded color profile be downgraded to version 2 |
embedColorProfile | Boolean | embed color profile in document |
embedFonts | Boolean | embed fonts? (only valid if vector data is included) |
encoding | PDFEncoding | |
interpolation | Boolean | use image interpolation? |
jpegQuality | Number | quality of produced image (0-12) |
layers | Boolean | save layers |
spotColors | Boolean | save spot colors |
transparency | Boolean | |
typename | String | (read only) |
useOutlines | Boolean | use outlines for text? (only valid if vector data is included) |
vectorData | Boolean | include vector data |