Adobe InDesign CS5.5 Server (7.5) Object Model JS: InteractivePDFExportPreference

InDesign Server CS5.5

Class

InteractivePDFExportPreference

 Interactive PDF export settings for the application object. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

Application
Preference
InteractivePDFExportPreference
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
eventListenersEventListeners EventListener readonlyA collection of event listeners.
eventsEvents Event readonlyA collection of events.
exportLayersbool r/wIf true, saves each layer as an Acrobat layer within the PDF document.
exportReaderSpreadsbool r/wIf true, each spread in the exported document is combined into a single page that has spread's original width.
flipPagesbool r/wAutomatically flip pages in the exported PDF.
flipPagesSpeednumber (range: 0 - 32767) r/wThe speed that the pages flip.
generateThumbnailsbool r/wIf true, generates thumbnail images for each page or spread.
includeStructurebool r/wIf true, creates a tagged PDF file. Note: If acrobat compatibility is acrobat 6 or higher, tags are visible only when the PDF is opened in Acrobat 6 or higher.
interactivePDFInteractiveElementsOptionInteractivePDFInteractiveElementsOptions:
InteractivePDFInteractiveElementsOptions.INCLUDE_ALL_MEDIA
InteractivePDFInteractiveElementsOptions.APPEARANCE_ONLY
r/wHow to draw interactive elements.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
openInFullScreenbool r/wOpen PDF in full screen mode.
pageRangePageRange
String
r/wThe 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.
pageTransitionOverridePageTransitionOverrideOptions:
PageTransitionOverrideOptions.FROM_DOCUMENT
PageTransitionOverrideOptions.NONE
PageTransitionOverrideOptions.BLINDS_TRANSITION
PageTransitionOverrideOptions.BOX_TRANSITION
PageTransitionOverrideOptions.COMB_TRANSITION
PageTransitionOverrideOptions.COVER_TRANSITION
PageTransitionOverrideOptions.DISSOLVE_TRANSITION
PageTransitionOverrideOptions.FADE_TRANSITION
PageTransitionOverrideOptions.PAGE_TURN_TRANSITION
PageTransitionOverrideOptions.PUSH_TRANSITION
PageTransitionOverrideOptions.SPLIT_TRANSITION
PageTransitionOverrideOptions.UNCOVER_TRANSITION
PageTransitionOverrideOptions.WIPE_TRANSITION
PageTransitionOverrideOptions.ZOOM_IN_TRANSITION
PageTransitionOverrideOptions.ZOOM_OUT_TRANSITION
r/wThe name of the page transition to use for all pages.
parentApplication readonlyThe parent of the InteractivePDFExportPreference (a Application).
pdfJPEGQualityPDFJPEGQualityOptions:
PDFJPEGQualityOptions.MINIMUM
PDFJPEGQualityOptions.LOW
PDFJPEGQualityOptions.MEDIUM
PDFJPEGQualityOptions.HIGH
PDFJPEGQualityOptions.MAXIMUM
r/wThe PDF JPEG quality options.
pdfMagnificationPdfMagnificationOptions:
PdfMagnificationOptions.DEFAULT_VALUE
PdfMagnificationOptions.ACTUAL_SIZE
PdfMagnificationOptions.FIT_PAGE
PdfMagnificationOptions.FIT_WIDTH
PdfMagnificationOptions.FIT_HEIGHT
PdfMagnificationOptions.FIT_VISIBLE
PdfMagnificationOptions.TWENTY_FIVE_PERCENT
PdfMagnificationOptions.FIFTY_PERCENT
PdfMagnificationOptions.SEVENTY_FIVE_PERCENT
PdfMagnificationOptions.ONE_HUNDRED_PERCENT
r/wThe export PDF magnification options.
pdfPageLayoutPageLayoutOptions:
PageLayoutOptions.DEFAULT_VALUE
PageLayoutOptions.SINGLE_PAGE
PageLayoutOptions.SINGLE_PAGE_CONTINUOUS
PageLayoutOptions.TWO_UP_FACING
PageLayoutOptions.TWO_UP_FACING_CONTINUOUS
PageLayoutOptions.TWO_UP_COVER_PAGE
PageLayoutOptions.TWO_UP_COVER_PAGE_CONTINUOUS
r/wThe export PDF page layout.
pdfRasterCompressionPDFRasterCompressionOptions:
PDFRasterCompressionOptions.JPEG_COMPRESSION
PDFRasterCompressionOptions.LOSSLESS_COMPRESSION
PDFRasterCompressionOptions.AUTOMATIC_COMPRESSION
r/wThe PDF raster compression options.
propertiesObject r/wA property that allows setting of several properties at the same time.
rasterResolutionLong Integer (72 - 300)
RasterResolutionOptions
r/wThe raster resolution. Can return: RasterResolutionOptions enumerator or Long Integer (72 - 300).
viewPDFbool r/wIf true, automatically opens the PDF file after exporting.

Methods

Instances

EventListener addEventListener (eventType: string, handler: varies[, captures: bool=false])
Adds an event listener.

ParameterTypeDescription
eventTypestringThe event type.
handlerFile
JavaScript Function
The event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

Array of InteractivePDFExportPreference getElements ()
Resolves the object specifier, creating an array of object references.

bool removeEventListener (eventType: string, handler: varies[, captures: bool=false])
Removes the event listener.

ParameterTypeDescription
eventTypestringThe registered event type.
handlerFile
JavaScript Function
The registered event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

string toSource ()
Generates a string which, if executed, will return the InteractivePDFExportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.interactivePDFExportPreferences

Return

Array of InteractivePDFExportPreference InteractivePDFExportPreference.getElements ()

Jongware, 28-Apr-2012 v3.0.3iContents :: Index