PDFreactor API
A C D E G I K L M O P R S T V

A

addProgressEventListener(ProgressEventListener) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a ProgressEventListener.
addUserStyleSheet(InputSource) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a user style sheet to the document.
addUserStyleSheet(String, String, String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a user style sheet to the document.
addXSLTStyleSheet(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds an XSLT style sheet to the document.

C

CLEANUP_CYBERNEKO - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the CyberNeko HTML parser will be used to perform a cleanup when loading a non-well-formed document.
CLEANUP_JTIDY - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JTidy will be used to perform a cleanup when loading a non-well-formed document.
CLEANUP_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that no cleanup will be performed when loading a document.
CLEANUP_TAGSOUP - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that tagsoup will be used to perform a cleanup when loading a non-well-formed document.
COLOR_SPACE_CMYK - Static variable in class com.realobjects.pdfreactor.PDFreactor
The color space CMYK
COLOR_SPACE_RGB - Static variable in class com.realobjects.pdfreactor.PDFreactor
The color space RGB
CONFORMANCE_PDF - Static variable in class com.realobjects.pdfreactor.PDFreactor
PDF with no additional restrictions (default)
CONFORMANCE_PDFA - Static variable in class com.realobjects.pdfreactor.PDFreactor
PDF/A-1a (ISO 19005-1 Level A)
com.realobjects.pdfreactor - package com.realobjects.pdfreactor
Main access to the API of PDFreactor.
com.realobjects.pdfreactor.events - package com.realobjects.pdfreactor.events
Custom events thrown by PDFreactor.
com.realobjects.pdfreactor.exceedingcontent - package com.realobjects.pdfreactor.exceedingcontent
The Exceeding Content results and related objects.

D

DOCTYPE_AUTODETECT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document type will be detected automatically.
DOCTYPE_XHTML - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document type will be set to XHTML.
DOCTYPE_XML - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document type will be set to generic XML.

E

ENCRYPTION_128 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will be encrypted using RC4 128 bit encryption.
ENCRYPTION_40 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will be encrypted using RC4 40 bit encryption.
ENCRYPTION_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will not be encrypted.
EXCEEDING_CONTENT_AGAINST_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Do not log exceeding content
EXCEEDING_CONTENT_AGAINST_PAGE_BORDERS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log content exceeding the edges of its page
EXCEEDING_CONTENT_AGAINST_PAGE_CONTENT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log content exceeding its page content area (overlaps the page margin)
EXCEEDING_CONTENT_AGAINST_PARENT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log content exceeding its container
EXCEEDING_CONTENT_ANALYZE_CONTENT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log exceeding content
EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_BOXES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log exceeding content and all boxes
EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_STATIC_BOXES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Log exceeding content and boxes without absolute positioning
EXCEEDING_CONTENT_ANALYZE_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Do not log exceeding content
ExceedingContent - class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent.
Object that describes one instance of content exceeding its page or parent.
ExceedingContent() - Constructor for class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
 

G

getByteStream() - Method in class org.w3c.css.sac.InputSource
Get the byte stream for this input source.
getCharacterStream() - Method in class org.w3c.css.sac.InputSource
Get the character stream for this input source.
getDescription() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
The description of the current progress step.
getDescription() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns a description of the content.
getEncoding() - Method in class org.w3c.css.sac.InputSource
Get the character encoding for a byte stream or URI.
getError() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the error messages generated during rendering.
getExceedingContents() - Method in class com.realobjects.pdfreactor.PDFreactor
Provides information about content exceeding its page or parent.
getLog() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the log messages generated during rendering based on the log level.
getLogger() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the Logger used by this PDFreactor.
getMedia() - Method in class org.w3c.css.sac.InputSource
Returns the media associated to the input source or null if media are currently unknown.
getNumberOfPages(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the number of pages of the document after conversion.
getPageNumber() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the number of the page that contains the exceeding content.
getProgressEndValue() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
Returns the endValue the progress value will finally reach upon completion.
getProgressValue() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
Returns the current progress value.
getTitle() - Method in class org.w3c.css.sac.InputSource
Returns the title for this input source.
getURI() - Method in class org.w3c.css.sac.InputSource
Get the URI for this input source.

I

InputSource - class org.w3c.css.sac.InputSource.
A single input source for a CSS source.
InputSource() - Constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
InputSource(Reader) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
isBottom() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns whether the content exceeds the page at the bottom.
isBox() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns whether the exceeding content is a box instead of text or image content.
isLeft() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns whether the content exceeds the page to the left.
isRight() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns whether the content exceeds the page to the right.
isTop() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns whether the content exceeds the page at the top.

K

KEYSTORE_TYPE_JKS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Keystore type "jks"
KEYSTORE_TYPE_PKCS12 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Keystore type "pkcs12"

L

LOG_LEVEL_DEBUG - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that debug, info, warn and fatal log events will be logged.
LOG_LEVEL_FATAL - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that only fatal log events will be logged.
LOG_LEVEL_INFO - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that info, warn and fatal log events will be logged.
LOG_LEVEL_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that no log events will be logged.
LOG_LEVEL_PERFORMANCE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that all log events will be logged.
LOG_LEVEL_WARN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that warn and fatal log events will be logged.

M

MERGE_MODE_APPEND - Static variable in class com.realobjects.pdfreactor.PDFreactor
Default merge mode: Append converted document to existing PDF
MERGE_MODE_OVERLAY - Static variable in class com.realobjects.pdfreactor.PDFreactor
Alternate merge mode (overlay): Adding converted document above the existing PDF
MERGE_MODE_OVERLAY_BELOW - Static variable in class com.realobjects.pdfreactor.PDFreactor
Alternate merge mode (overlay): Adding converted document below the existing PDF
MERGE_MODE_PREPEND - Static variable in class com.realobjects.pdfreactor.PDFreactor
Alternate merge mode: Prepend converted document to existing PDF

O

OVERLAY_REPEAT_ALL_PAGES - Static variable in class com.realobjects.pdfreactor.PDFreactor
All pages of the shorter document are repeated, to overlay all pages of the longer document
OVERLAY_REPEAT_LAST_PAGE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Last page of the shorter document is repeated, to overlay all pages of the longer document
OVERLAY_REPEAT_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay

P

PAGES_PER_SHEET_DIRECTION_DOWN_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from top to bottom and right to left
PAGES_PER_SHEET_DIRECTION_DOWN_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from top to bottom and left to right
PAGES_PER_SHEET_DIRECTION_LEFT_DOWN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from right to left and top to bottom
PAGES_PER_SHEET_DIRECTION_LEFT_UP - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from right to left and bottom to top
PAGES_PER_SHEET_DIRECTION_RIGHT_DOWN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from left to right and top to bottom
PAGES_PER_SHEET_DIRECTION_RIGHT_UP - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from left to right and bottom to top
PAGES_PER_SHEET_DIRECTION_UP_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from bottom to top and right to left
PAGES_PER_SHEET_DIRECTION_UP_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Arranges the pages on a sheet from bottom to top and left to right
PAGE_ORDER_BOOKLET - Static variable in class com.realobjects.pdfreactor.PDFreactor
Page order mode to arrange all pages in booklet order
PAGE_ORDER_BOOKLET_RTL - Static variable in class com.realobjects.pdfreactor.PDFreactor
Page order mode to arrange all pages in right-to-left booklet order
PAGE_ORDER_EVEN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Page order mode to keep even pages only
PAGE_ORDER_ODD - Static variable in class com.realobjects.pdfreactor.PDFreactor
Page order mode to keep odd pages only
PAGE_ORDER_REVERSE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Page order mode to reverse the page order
PDFreactor - class com.realobjects.pdfreactor.PDFreactor.
PDFreactor converts XML/XHTML documents into PDF and provides a large number of settings for the conversion process.
PDFreactor() - Constructor for class com.realobjects.pdfreactor.PDFreactor
Creates an instance of PDFreactor.
PROCESSING_PREFERENCES_SAVE_MEMORY_IMAGES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Processing preferences flag for the memory saving mode for images
ProgressEvent - interface com.realobjects.pdfreactor.events.ProgressEvent.
This interface defines a continuous progress event during PDF creation.
ProgressEventListener - interface com.realobjects.pdfreactor.events.ProgressEventListener.
Implement this interface to be informed about the PDF creation progress.
progress(ProgressEvent) - Method in interface com.realobjects.pdfreactor.events.ProgressEventListener
This method will be called when a progress event occurs.

R

removeAllUserStyleSheets() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all user style sheets.
removeAllXSLTStyleSheets() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all XSLT style sheets.
removeProgressEventListener(ProgressEventListener) - Method in class com.realobjects.pdfreactor.PDFreactor
Removes a ProgressEventListener.
renderDocument(InputSource, OutputStream) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an InputSource.
renderDocumentFromByteArray(byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document inside a byte array.
renderDocumentFromContent(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document inside a String.
renderDocumentFromURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document at a URL.

S

SIGNING_MODE_SELF_SIGNED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Signing mode for self-signed certificates
SIGNING_MODE_VERISIGN_SIGNED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Signing mode for VeriSign certificates
SIGNING_MODE_WINCER_SIGNED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Signing mode for Windows certificates
setAddBookmarks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables bookmarks in the PDF document.
setAddLinks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables links in the PDF document.
setAddPreviewImages(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables embedding of image previews per page in the PDF document.
setAddTags(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables tagging of the PDF document.
setAllowAnnotations(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'annotations' restriction in the PDF document.
setAllowAssembly(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'assembly' restriction in the PDF document.
setAllowCopy(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'copy' restriction in the PDF document.
setAllowDegradedPrinting(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'degraded printing' restriction in the PDF document.
setAllowFillIn(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'fill in' restriction in the PDF document.
setAllowModifyContents(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'modify contents' restriction in the PDF document.
setAllowPrinting(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'printing' restriction in the PDF document.
setAllowScreenReaders(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'screen readers' restriction in the PDF document.
setAppendLog(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Specifies whether or not the log data should be added to the PDF document.
setAuthenticationCredentials(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables access to resources that are secured via Basic or Digest authentication.
setAuthor(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the author field of the PDF document.
setBaseURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the base URL of the XML document.
setBookletMode(String, String, boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Convenience method to set pages-per-sheet properties and page order in one step to create a booklet.
setByteStream(InputStream) - Method in class org.w3c.css.sac.InputSource
Set the byte stream for this input source.
setCacheFonts(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables caching of font information.
setCharacterStream(Reader) - Method in class org.w3c.css.sac.InputSource
Set the character stream for this input source.
setCleanupTool(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the cleanup tool to use for documents with unparsable content.
setConformance(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the conformance of the PDF.
setCookie(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a cookie to all outgoing HTTP connections.
setCreator(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of creator field of the PDF document.
setDefaultColorSpace(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets whether to convert color key words to CMYK instead of RGB.
setDisableFontEmbedding(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets whether fonts will not be embedded into the resulting PDF.
setDisableFontRegistration(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the font registration.
setDocumentDefaultLanguage(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the language used for documents having no explicit language attribute set.
setDocumentType(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the document type.
setEncoding(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the encoding of the document.
setEncoding(String) - Method in class org.w3c.css.sac.InputSource
Set the character encoding, if known.
setEncryption(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the encryption.
setFontCachePath(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the path of the font cache.
setFontDirectory(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the font directory from which fonts will be read.
setFontFallback(String[]) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets a list of fallback font families used for character substitution.
setFullCompression(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables full compression of the PDF document.
setKeywords(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the keywords field of the PDF document.
setLicenseKey(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the license key using a String.
setLogExceedingContent(int, int) - Method in class com.realobjects.pdfreactor.PDFreactor
Whether to log content exceeding the page.
setLogLevel(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the log level.
setLogger(Logger) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets a Logger to receive log messages.
setMedia(String) - Method in class org.w3c.css.sac.InputSource
Set the media for this input source.
setMergeBeforePDF(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Deprecated. As of PDFreactor 5.0, replaced by PDFreactor.setMergeMode(int)
setMergeByteArray(byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets a byte array containing an external PDF document which will be merged with the PDF document generated by the XML source.
setMergeByteArrays(byte[][]) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets an array of byte arrays that contain multiple external PDFs which will be merged with the PDF document generated by the XML source.
setMergeMode(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the merge mode.
setMergeURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets a URL of an external PDF document which will be merged with the PDF document generated by the XML source.
setMergeURLs(String[]) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets an array of URLs of external PDF documents which will be merged with the PDF document generated by the XML source.
setOutputIntentFromByteArray(String, byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the output intent including the identifier and the ICC profile to be embedded into the PDF.
setOutputIntentFromURL(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the output intent including the identifier and the ICC profile to be embedded into the PDF.
setOverlayRepeat(int) - Method in class com.realobjects.pdfreactor.PDFreactor
If one of the documents of an overlay process is shorter than the other, this method allows repeating either its last page or all of its pages in order to overlay all pages of the longer document.
setOwnerPassword(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the owner password of the PDF document.
setPageOrder(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the page order of the direct result of the conversion.
setPagesPerSheetProperties(int, int, String, String, String, int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the properties of a sheet on which multiple pages are being arranged.
setPixelsPerInch(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the pixels per inch.
setPixelsPerInchShrinkToFit(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Whether the pixels per inch should be adapted automatically to avoid content exceeding pages.
setPrintDialogPrompt(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables a print dialog to be shown upon opening the generated PDF document by a PDF viewer.
setProcessingPreferences(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Preferences that influence the conversion process without changing the output
setRequestHeader(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a request header to all outgoing HTTP connections.
setSignPDF(String, String, String, String, int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets a digital certificate to sign the newly created PDF.
setSubject(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the subject field of the PDF document.
setThrowLicenseExceptions(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Whether an exception should be thrown when no legal full license key is set.
setTitle(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the title field of the PDF document.
setTitle(String) - Method in class org.w3c.css.sac.InputSource
Set the title for this input source.
setURI(String) - Method in class org.w3c.css.sac.InputSource
Set the URI for this input source.
setUserPassword(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the user password of the PDF document.
setViewerPreferences(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the page layout and page mode preferences of the PDF.
setXSLTMode(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables XSLT transformations.

T

toString() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns a summary of this instance.

V

VIEWER_PREFERENCES_CENTER_WINDOW - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position the document's window in the center of the screen.
VIEWER_PREFERENCES_DIRECTION_L2R - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position pages in ascending order from left to right.
VIEWER_PREFERENCES_DIRECTION_R2L - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position pages in ascending order from right to left.
VIEWER_PREFERENCES_DISPLAY_DOC_TITLE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the document's title in the top bar.
VIEWER_PREFERENCES_DUPLEX_FLIP_LONG_EDGE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: duplex (long edge)
VIEWER_PREFERENCES_DUPLEX_FLIP_SHORT_EDGE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: duplex (short edge)
VIEWER_PREFERENCES_DUPLEX_SIMPLEX - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: simplex
VIEWER_PREFERENCES_FIT_WINDOW - Static variable in class com.realobjects.pdfreactor.PDFreactor
Resize the document's window to fit the size of the first displayed page.
VIEWER_PREFERENCES_HIDE_MENUBAR - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide the viewer application's menu bar when the document is active.
VIEWER_PREFERENCES_HIDE_TOOLBAR - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide the viewer application's tool bars when the document is active.
VIEWER_PREFERENCES_HIDE_WINDOW_UI - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide user interface elements in the document's window.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show document outline panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show attachments panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show thumbnail images panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show optional content group panel on exiting full-screen mode.
VIEWER_PREFERENCES_PAGE_LAYOUT_ONE_COLUMN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in one column.
VIEWER_PREFERENCES_PAGE_LAYOUT_SINGLE_PAGE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display one page at a time.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in two columns, with odd numbered pages on the left.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in two columns, with odd numbered pages on the right.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display two pages at a time, with odd numbered pages on the left.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display two pages at a time, with odd numbered pages on the right.
VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Switch to fullscreen mode on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_ATTACHMENTS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show attachments panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show no panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show optional content group panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show document outline panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show thumbnail images panel on startup.
VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_FALSE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: do not pick tray by PDF size
VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_TRUE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: pick tray by PDF size
VIEWER_PREFERENCES_PRINTSCALING_APPDEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: set scaling to application default value.
VIEWER_PREFERENCES_PRINTSCALING_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Print dialog default setting: disabled scaling

A C D E G I K L M O P R S T V
PDFreactor API

This doc was generated on 2012-03-15. Copyright © 2002-2012 RealObjects GmbH. All Rights Reserved.