InteractivePDFExportPreference

Interactive PDF export settings for the application object.

Methods:

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Objects:

Boolean, EventListeners, Events, InteractivePDFInteractiveElementsOptions, Number, Object, PDFJPEGQualityOptions, PDFRasterCompressionOptions, PageLayoutOptions, PageRange, PageTransitionOverrideOptions, PdfDisplayTitleOptions, PdfMagnificationOptions, RasterResolutionOptions, String,

Hierarchy:

Superclass: Preference

Class: InteractivePDFExportPreference

Property Listing

Property

Type

Access

Description

defaultDocumentLanguage

String

read/write

Sets the default document language in the exported PDF. The correct ISO code of the language must be provided.

eventListeners

EventListeners EventListener

readonly

A collection of event listeners.

events

Events Event

readonly

A collection of events.

exportAsSinglePages

Boolean

read/write

Export each page or spread as a separate PDF file.

exportHiddenSpread

Boolean

read/write

If true, export hidden spreads in PDF. If false, skip export of hidden spreads.

exportLayers

Boolean

read/write

If true, saves each layer as an Acrobat layer within the PDF document.

exportReaderSpreads

Boolean

read/write

If true, each spread in the exported document is combined into a single page that has spread's original width.

flipPages

Boolean

read/write

Automatically flip pages in the exported PDF.

flipPagesSpeed

Number (range 0 - 32767)

read/write

The speed that the pages flip.

generateThumbnails

Boolean

read/write

If true, generates thumbnail images for each page or spread.

includeStructure

Boolean

read/write

If 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.

interactivePDFInteractiveElementsOption

InteractivePDFInteractiveElementsOptions

InteractivePDFInteractiveElementsOptions.APPEARANCE_ONLY

InteractivePDFInteractiveElementsOptions.INCLUDE_ALL_MEDIA

read/write

How to draw interactive elements.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

openInFullScreen

Boolean

read/write

Open PDF in full screen mode.

pageRange

PageRange

PageRange.ALL_PAGES

PageRange.SELECTED_ITEMS

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.

pageTransitionOverride

PageTransitionOverrideOptions

PageTransitionOverrideOptions.BLINDS_TRANSITION

PageTransitionOverrideOptions.BOX_TRANSITION

PageTransitionOverrideOptions.COMB_TRANSITION

PageTransitionOverrideOptions.COVER_TRANSITION

PageTransitionOverrideOptions.DISSOLVE_TRANSITION

PageTransitionOverrideOptions.FADE_TRANSITION

PageTransitionOverrideOptions.FROM_DOCUMENT

PageTransitionOverrideOptions.NONE

PageTransitionOverrideOptions.PAGE_TURN_TRANSITION

PageTransitionOverrideOptions.PUSH_TRANSITION

PageTransitionOverrideOptions.SPLIT_TRANSITION

PageTransitionOverrideOptions.UNCOVER_TRANSITION

PageTransitionOverrideOptions.WIPE_TRANSITION

PageTransitionOverrideOptions.ZOOM_IN_TRANSITION

PageTransitionOverrideOptions.ZOOM_OUT_TRANSITION

read/write

The name of the page transition to use for all pages.

parent

Application

readonly

The parent of the InteractivePDFExportPreference (a Application).

pdfDisplayTitle

PdfDisplayTitleOptions

PdfDisplayTitleOptions.DISPLAY_DOCUMENT_TITLE

PdfDisplayTitleOptions.DISPLAY_FILE_NAME

read/write

The export PDF display title.

pdfJPEGQuality

PDFJPEGQualityOptions

PDFJPEGQualityOptions.HIGH

PDFJPEGQualityOptions.LOW

PDFJPEGQualityOptions.MAXIMUM

PDFJPEGQualityOptions.MEDIUM

PDFJPEGQualityOptions.MINIMUM

read/write

The PDF JPEG quality options.

pdfMagnification

PdfMagnificationOptions

PdfMagnificationOptions.ACTUAL_SIZE

PdfMagnificationOptions.DEFAULT_VALUE

PdfMagnificationOptions.FIFTY_PERCENT

PdfMagnificationOptions.FIT_HEIGHT

PdfMagnificationOptions.FIT_PAGE

PdfMagnificationOptions.FIT_VISIBLE

PdfMagnificationOptions.FIT_WIDTH

PdfMagnificationOptions.ONE_HUNDRED_PERCENT

PdfMagnificationOptions.SEVENTY_FIVE_PERCENT

PdfMagnificationOptions.TWENTY_FIVE_PERCENT

read/write

The export PDF magnification options.

pdfPageLayout

PageLayoutOptions

PageLayoutOptions.DEFAULT_VALUE

PageLayoutOptions.SINGLE_PAGE

PageLayoutOptions.SINGLE_PAGE_CONTINUOUS

PageLayoutOptions.TWO_UP_COVER_PAGE

PageLayoutOptions.TWO_UP_COVER_PAGE_CONTINUOUS

PageLayoutOptions.TWO_UP_FACING

PageLayoutOptions.TWO_UP_FACING_CONTINUOUS

read/write

The export PDF page layout.

pdfRasterCompression

PDFRasterCompressionOptions

PDFRasterCompressionOptions.AUTOMATIC_COMPRESSION

PDFRasterCompressionOptions.JPEG_COMPRESSION

PDFRasterCompressionOptions.LOSSLESS_COMPRESSION

read/write

The PDF raster compression options.

properties

Object

read/write

A property that allows setting of several properties at the same time.

rasterResolution

RasterResolutionOptions

RasterResolutionOptions.NINETY_SIX_PPI

RasterResolutionOptions.ONE_HUNDRED_FORTY_FOUR_PPI

RasterResolutionOptions.SEVENTY_TWO_PPI

LongInteger(72-300)

read/write

The raster resolution. Can return: RasterResolutionOptions enumerator or Long Integer (72 - 300).

singlePagesPDFSuffix

String

read/write

Suffix to be used at the end of each file when pages are exported as separate PDF files.

usePDFStructureForTabOrder

Boolean

read/write

Use tagged PDF structure for interactive elements tab order.

viewPDF

Boolean

read/write

If true, automatically opens the PDF file after exporting.

Method Listing

EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Adds an event listener.

Parameter

Type

Description

eventType

String

The event type.

handler

File

JavaScriptFunction

The event handler. Can accept: File or JavaScript Function.

captures

Boolean

This parameter is obsolete. (Optional)

(default: false)

InteractivePDFExportPreference getElements ()

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

Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Removes the event listener.

Parameter

Type

Description

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. (Optional)

(default: false)

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.interactivePDFExportPreferences

Event.parent

EventListener.parent

MutationEvent.parent

Return

InteractivePDFExportPreference.getElements()