PreferencesInteractivePDFExportPreference

Interactive PDF export settings for the application object.

Extends

Instance Properties

Name Description Access
defaultDocumentLanguage string Sets the default document language in the exported PDF. The correct ISO code of the language must be provided. read-write
eventListeners EventListeners A collection of event listeners. read-only
events Events A collection of events. read-only
exportLayers bool If true, saves each layer as an Acrobat layer within the PDF document. read-write
exportReaderSpreads bool If true, each spread in the exported document is combined into a single page that has spread's original width. read-write
flipPages bool Automatically flip pages in the exported PDF. read-write
flipPagesSpeed number The speed that the pages flip. read-write
generateThumbnails bool If true, generates thumbnail images for each page or spread. read-write
includeStructure bool 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. read-write
interactivePDFInteractiveElementsOption InteractivePDFInteractiveElementsOptions How to draw interactive elements. read-write
isValid bool Returns true if the object specifier resolves to valid objects. read-only
openInFullScreen bool Open PDF in full screen mode. read-write
pageRange 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. read-write
pageTransitionOverride PageTransitionOverrideOptions The name of the page transition to use for all pages. read-write
parent Application The parent of the InteractivePDFExportPreference (a Application). read-only
pdfDisplayTitle PdfDisplayTitleOptions The export PDF display title. read-write
pdfJPEGQuality PDFJPEGQualityOptions The PDF JPEG quality options. read-write
pdfMagnification PdfMagnificationOptions The export PDF magnification options. read-write
pdfPageLayout PageLayoutOptions The export PDF page layout. read-write
pdfRasterCompression PDFRasterCompressionOptions The PDF raster compression options. read-write
properties Object A property that allows setting of several properties at the same time. read-write
rasterResolution The raster resolution. Can return: RasterResolutionOptions enumerator or Long Integer (72 - 300). read-write
usePDFStructureForTabOrder bool Use tagged PDF structure for interactive elements tab order. read-write
viewPDF bool If true, automatically opens the PDF file after exporting. read-write

Methods

addEventListener(
eventType, handler ​[, captures])
 → EventListener
removeEventListener(
eventType, handler ​[, captures])
 → bool
toSource(
)
 → string
toSpecifier(
)
 → string
addEventListener(
eventType, handler ​[, captures=false])
 → EventListener
Adds an event listener.
eventType string The event type.
handler The event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
getElements(
)
 → InteractivePDFExportPreference
Resolves the object specifier, creating an array of object references.
removeEventListener(
eventType, handler ​[, captures=false])
 → bool
Removes the event listener.
eventType string The registered event type.
handler The registered event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
toSource(
)
 → string
Generates a string which, if executed, will return the InteractivePDFExportPreference.
toSpecifier(
)
 → string
Retrieves the object specifier.