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

A

addAttachment(byte[], String, String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a file attachment to PDF document.
addCustomDocumentProperty(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a custom property to the PDF document.
addFont(String, String, boolean, boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Loads a font from a URL which can be used via the CSS property font-family.
addFontAlias(String, String, boolean, boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Registers an alias font family for an existing font.
addFontDirectory(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Registers an additional font directory to load fonts from.
addIntegrationStyleSheet(InputSource) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a integration style sheet to the document.
addIntegrationStyleSheet(String, String, String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds an integration style sheet to the document.
addProgressEventListener(ProgressEventListener) - Method in class com.realobjects.pdfreactor.PDFreactor
addUserScript(String, String, boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds an user script to the document.
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 default color space.
COLOR_SPACE_RGB - Static variable in class com.realobjects.pdfreactor.PDFreactor
The color space RGB
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.
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
Deprecated.
As of PDFreactor 7.0, replaced by PDFreactor.CONFORMANCE_PDFA1A
CONFORMANCE_PDFA1A - Static variable in class com.realobjects.pdfreactor.PDFreactor
PDF/A-1a (ISO 19005-1 Level A)
CONFORMANCE_PDFA3A - Static variable in class com.realobjects.pdfreactor.PDFreactor
PDF/A-3a (ISO 19005-3 Level A)

D

DOCTYPE_AUTODETECT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document type will be detected automatically.
DOCTYPE_HTML5 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document type will be set to HTML5.
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

enableDebugMode() - Method in class com.realobjects.pdfreactor.PDFreactor
Enables debug mode, which adds additional information to the output.
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 in com.realobjects.pdfreactor.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.
getContainerBottom() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the bottom coordinate of the the container box in the page in pixels.
getContainerLeft() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the left coordinate of the the container box in the page in pixels.
getContainerRight() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the right coordinate of the the container box in the page in pixels.
getContainerTop() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the top coordinate of the the container box in the page in pixels.
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.
getExceedingBoxBottom() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the bottom coordinate of the the exceeding box in the page in pixels.
getExceedingBoxLeft() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the left coordinate of the the exceeding box in the page in pixels.
getExceedingBoxRight() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the right coordinate of the the exceeding box in the page in pixels.
getExceedingBoxTop() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the top coordinate of the the exceeding box in the page in pixels.
getExceedingContents() - Method in class com.realobjects.pdfreactor.PDFreactor
Provides information about content exceeding its page or parent.
getHtml() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the HTML of the box that contains the exceeding content.
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.
getPageBottom() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the bottom coordinate of the the page in pixels.
getPageLeft() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the left coordinate of the the page in pixels.
getPageNumber() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the number of the page that contains the exceeding content.
getPageRight() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the right coordinate of the the page in pixels.
getPageTop() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns the top coordinate of the the page in pixels.
getPath() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns an array of integers denoting the indexes of the ancestors of the DOM node corresponding to the box containing the exceeding content, starting from below the root node down to the element itself.
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.
getSummary() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Returns a summary of this exceeding content object.
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.

H

HTTPS_MODE_LENIENT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates lenient HTTPS behavior.
HTTPS_MODE_STRICT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates strict HTTPS behavior.

I

InputSource - Class in org.w3c.css.sac
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.

J

JAVASCRIPT_MODE_DISABLED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JavaScript is disabled.
JAVASCRIPT_MODE_ENABLED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JavaScript is enabled.
JAVASCRIPT_MODE_ENABLED_NO_LAYOUT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JavaScript is enabled, without access to layout data.
JAVASCRIPT_MODE_ENABLED_REAL_TIME - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JavaScript is enabled, without converter-specific optimizations to timeouts and intervals.
JAVASCRIPT_MODE_ENABLED_TIME_LAPSE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JavaScript is enabled, with time stamps increasing more quickly.

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

OUTPUT_FORMAT_BMP - Static variable in class com.realobjects.pdfreactor.PDFreactor
BMP output format
OUTPUT_FORMAT_GIF - Static variable in class com.realobjects.pdfreactor.PDFreactor
GIF output format
OUTPUT_FORMAT_JPEG - Static variable in class com.realobjects.pdfreactor.PDFreactor
JPEG output format
OUTPUT_FORMAT_PDF - Static variable in class com.realobjects.pdfreactor.PDFreactor
PDF output format
OUTPUT_FORMAT_PNG - Static variable in class com.realobjects.pdfreactor.PDFreactor
PNG output format (using Java Image I/O)
OUTPUT_FORMAT_PNG_AI - Static variable in class com.realobjects.pdfreactor.PDFreactor
PNG output format (using Apache Imaging)
OUTPUT_FORMAT_PNG_TRANSPARENT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Transparent PNG output format (using Java Image I/O)
OUTPUT_FORMAT_PNG_TRANSPARENT_AI - Static variable in class com.realobjects.pdfreactor.PDFreactor
Transparent PNG output format (using Apache Imaging)
OUTPUT_FORMAT_TIFF_CCITT_1D - Static variable in class com.realobjects.pdfreactor.PDFreactor
Monochrome CCITT 1D compressed TIFF output format
OUTPUT_FORMAT_TIFF_CCITT_GROUP_3 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Monochrome CCITT Group 3 compressed TIFF output format
OUTPUT_FORMAT_TIFF_CCITT_GROUP_4 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Monochrome CCITT Group 4 compressed TIFF output format
OUTPUT_FORMAT_TIFF_LZW - Static variable in class com.realobjects.pdfreactor.PDFreactor
LZW compressed TIFF output format
OUTPUT_FORMAT_TIFF_PACKBITS - Static variable in class com.realobjects.pdfreactor.PDFreactor
PackBits compressed TIFF output format
OUTPUT_FORMAT_TIFF_UNCOMPRESSED - Static variable in class com.realobjects.pdfreactor.PDFreactor
Uncompressed TIFF output format
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

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
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
PDFreactor - Class in com.realobjects.pdfreactor
PDFreactor converts HTML and XML 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
progress(ProgressEvent) - Method in interface com.realobjects.pdfreactor.events.ProgressEventListener
This method will be called when a progress event occurs.
ProgressEvent - Interface in com.realobjects.pdfreactor.events
This interface defines a continuous progress event during PDF creation.
ProgressEventListener - Interface in com.realobjects.pdfreactor.events
Implement this interface to be informed about the PDF creation progress.

R

removeAllIntegrationStyleSheets() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all integration style sheets.
removeAllUserScripts() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all user scripts.
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
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 or an image from an HTML or XML document inside a byte-array.
renderDocumentFromByteArrayAsArray(byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates an array of byte-arrays each containing an image representing one page of the document from an HTML or XML document inside a byte-array.
renderDocumentFromContent(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document or an image from an HTML or XML document inside a String.
renderDocumentFromContentAsArray(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates an array of byte-arrays each containing an image representing one page of the document from an HTML or XML document inside a String.
renderDocumentFromURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document or an image from an HTML or XML document at a URL.
renderDocumentFromURLAsArray(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates an array of byte-arrays each containing an image representing one page of the document from an HTML or XML document at a URL.

S

setAddAttachments(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables attachments specified in style sheets.
setAddBookmarks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables bookmarks in the PDF document.
setAddComments(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables comments in the PDF document.
setAddLinks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables links in the PDF document.
setAddOverprint(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables overprinting.
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.
setContinuousOutput(int, int) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables the conversion of the input document into one image.
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.
setDisableSystemFonts(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the use of system fonts.
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
Deprecated.
As of PDFreactor 6.0, replaced by PDFreactor.addFontDirectory(String)
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.
setHTTPSMode(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the HTTPS mode.
setJavaScriptMode(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the JavaScript Mode.
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.
setLogger(Logger) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets a Logger to receive log messages.
setLogLevel(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the log level.
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.
setOutputFormat(int, int, int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the output format.
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.
setPostTransformationDocumentType(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the document type after the XSL-Transformations have been applied.
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
setRawCookie(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a cookie to all outgoing HTTP connections.
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.
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.

T

toString() - Method in class com.realobjects.pdfreactor.exceedingcontent.ExceedingContent
 

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 H I J K L M O P R S T V 
PDFreactor API

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