Hi guys,
Does anyone know if it is possible to script/define the output options when using Acrobat Pro to convert PDF to EPS?
EG.
Postcript level
Font Inclusion
Include Preview
ect.
Cheers,
Kris
Acrobat Pro EPS options
Acrobat Pro EPS options
Hi Kris,
yes, that's absolutely possible.
You have to change the appropriate properties of the app.epsExportPreferences object.
The supported properties are:
epsSpreads
ignoreSpreadOverrides
omitBitmaps
omitEPS
omitPDF
opiImageReplacement
appliedFlattenerPreset
bleedBottom
bleedInside
bleedOutside
bleedTop
dataFormat
epsColor
fontEmbedding
imageData
pageRange
postscriptLevel
preview
For details please consult the JavaScript for Acrobat API.
Regards,
Robert
yes, that's absolutely possible.
You have to change the appropriate properties of the app.epsExportPreferences object.
The supported properties are:
epsSpreads
ignoreSpreadOverrides
omitBitmaps
omitEPS
omitPDF
opiImageReplacement
appliedFlattenerPreset
bleedBottom
bleedInside
bleedOutside
bleedTop
dataFormat
epsColor
fontEmbedding
imageData
pageRange
postscriptLevel
preview
For details please consult the JavaScript for Acrobat API.
Regards,
Robert
-
- Newbie
- Posts: 4
- Joined: Fri Jan 06, 2012 6:09 am
Acrobat Pro EPS options
Thank you for the details Robert.
Cheers,
Kris
Cheers,
Kris