InDesign Server2025
API 20.5.0.49
Object

EPSExportPreference

EPS export preferences.

Preference EPSExportPreference
Hierarchy

Application

EPSExportPreference

Properties

NameType AccessDescription
FlattenerPreset read/write The transparency flattener preset to use.
Number | String unit read/write The height of the bleed area at the bottom of the page. Note: Valid only when use document bleed to print is true.
Number | String unit read/write The width of the bleed area at the inside of the page. Note: Valid only when use document bleed to print is true.
Number | String unit read/write The width of the bleed area at the outside of the page. Note: Valid only when use document bleed to print is true.
Number | String unit read/write The height of the bleed area at the top of the page. Note: Valid only when use document bleed to print is true.
DataFormat
read/write The format in which to send image data to the printer.
EPSColorSpace
read/write The color space for representing color in the exported EPS.
Boolean read/write If true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
FontEmbedding
read/write Controls how fonts are embedded in the exported EPS.
Boolean read/write If true, ignores flattener spread overrides.
EPSImageData
read/write The image data to export to the EPS document.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Boolean read/write If true, replaces bitmap images with OPI links.
Boolean read/write If true, replaces EPS images with OPI links.
Boolean read/write If true, replaces PDF images with OPI links.
Boolean read/write If true, prints graphics that are either OPI comments stored in imported EPS files or linked using OPI comments. For information on linking files using OPI comments, see omit EPS, omit PDF, or omit bitmaps.
PageRange | String
read/write The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String.
Application readonly The parent of the EPSExportPreference (a Application).
PostScriptLevels
read/write The PostScript level of the printer.
PreviewTypes
read/write The file format of the preview image saved with the exported EPS file.
Object read/write A property that allows setting of several properties at the same time.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
EPSExportPreference[]

Resolves the object specifier, creating an array of object references.

Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

Generates a string which, if executed, will return the EPSExportPreference.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a EPSExportPreference.

Return 1

Methods that return a EPSExportPreference.