Skip navigation links
PDFreactor API
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AFTER_PRINT - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered after the PDF has been printed by the viewer application.
AFTER_SAVE - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered after the PDF has been saved by the viewer application.
ALL - Static variable in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
Indicates that all style declarations are considered valid disregarding the possibility of improper rendering.
ALL_PAGES - Static variable in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
All pages of the shorter document are repeated, to overlay all pages of the longer document.
ALLOW - Static variable in class com.realobjects.pdfreactor.Configuration.ConnectionRuleAction
Allows connections to resources matching the rule.
APPEND - Static variable in class com.realobjects.pdfreactor.Configuration.MergeMode
Default merge mode: Append converted document to existing PDF.
ARRANGE - Static variable in class com.realobjects.pdfreactor.Configuration.MergeMode
Advanced merge mode: Allows to insert specific pages from existing PDFs into the converted document.
ASPECT_RATIO - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the aspect ratio of the page content.
Attachment() - Constructor for class com.realobjects.pdfreactor.Configuration.Attachment
 
Attachment(byte[], String, String, String) - Constructor for class com.realobjects.pdfreactor.Configuration.Attachment
Deprecated.
ATTACHMENT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An attachment.
AUTODETECT - Static variable in class com.realobjects.pdfreactor.Configuration.Doctype
Indicates that the document type will be detected automatically.

B

BEFORE_PRINT - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered before the PDF is printed by the viewer application.
BEFORE_SAVE - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered before the PDF is saved by the viewer application.
BMP - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
BMP output format.
BOOKLET - Static variable in class com.realobjects.pdfreactor.Configuration.PageOrder
Page order mode to arrange all pages in booklet order.
BOOKLET_RTL - Static variable in class com.realobjects.pdfreactor.Configuration.PageOrder
Page order mode to arrange all pages in right-to-left booklet order.
BookletMode() - Constructor for class com.realobjects.pdfreactor.Configuration.BookletMode
 
BookletMode(String, String, Boolean) - Constructor for class com.realobjects.pdfreactor.Configuration.BookletMode
Deprecated.

C

CENTER_WINDOW - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Position the document's window in the center of the screen.
cleanup() - Static method in class com.realobjects.pdfreactor.util.CleanupUtil
Cleans static resources used by PDFreactor and its libraries.
CleanupUtil - Class in com.realobjects.pdfreactor.util
This class provides a single static method to cleanup static resources.
CLOSE - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered when the PDF is closed by the viewer application.
CMYK - Static variable in class com.realobjects.pdfreactor.Configuration.ColorSpace
The color space CMYK.
COLOR - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the number of bits per color component.
COLOR_INDEX - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the number of entries in the color lookup table.
ColorSpaceSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
 
com.realobjects.pdfreactor - package com.realobjects.pdfreactor
Main access to the API of PDFreactor.
com.realobjects.pdfreactor.contentobserver - package com.realobjects.pdfreactor.contentobserver
The Content Observer result and related objects, inlcuding Exceeding Content, Missing Resources, Connections.
com.realobjects.pdfreactor.events - package com.realobjects.pdfreactor.events
Custom events thrown by PDFreactor.
com.realobjects.pdfreactor.Exceptions - package com.realobjects.pdfreactor.Exceptions
Exceptions thrown by PDFreactor's convert methods.
com.realobjects.pdfreactor.util - package com.realobjects.pdfreactor.util
Provides utilities for PDFreactor.
compareTo(Version) - Method in class com.realobjects.pdfreactor.Version
 
Configuration - Class in com.realobjects.pdfreactor
This class contains all options related to the PDF or image conversion.
Configuration() - Constructor for class com.realobjects.pdfreactor.Configuration
 
Configuration.AddressType - Class in com.realobjects.pdfreactor
An enum containing IP address types.
Configuration.Attachment - Class in com.realobjects.pdfreactor
A type containing attachment data.
Configuration.BookletMode - Class in com.realobjects.pdfreactor
A type containing booklet mode data.
Configuration.Cleanup - Class in com.realobjects.pdfreactor
An enum containing cleanup constants.
Configuration.ColorSpace - Class in com.realobjects.pdfreactor
An enum containing color space constants.
Configuration.ColorSpaceSettings - Class in com.realobjects.pdfreactor
A type containing settings for the potential conversion of CSS colors and images into the target color space.
Configuration.Conformance - Class in com.realobjects.pdfreactor
An enum containing conformance constants.
Configuration.ConnectionRule - Class in com.realobjects.pdfreactor
A type containing security rule properties.
Configuration.ConnectionRuleAction - Class in com.realobjects.pdfreactor
An enum containing security rule action constants.
Configuration.ContentObserver - Class in com.realobjects.pdfreactor
A type containing specifications on which content should be observed.
Configuration.ContinuousOutput - Class in com.realobjects.pdfreactor
A type containing continuous output data.
Configuration.CssPropertySupport - Class in com.realobjects.pdfreactor
An enum containing CSS property support mode constants.
Configuration.CssSettings - Class in com.realobjects.pdfreactor
A type containing settings of how CSS properties are supported.
Configuration.CustomUrlStreamHandler - Class in com.realobjects.pdfreactor
A type containing a custom URLStreamHandler for a certain protocol.
Configuration.DebugSettings - Class in com.realobjects.pdfreactor
A type containing various options for debugging.
Configuration.Doctype - Class in com.realobjects.pdfreactor
An enum containing document type constants.
Configuration.Encryption - Class in com.realobjects.pdfreactor
An enum containing encryption constants.
Configuration.ErrorPolicy - Class in com.realobjects.pdfreactor
An enum containing error policies.
Configuration.ExceedingContentAgainst - Class in com.realobjects.pdfreactor
An enum containing constants for logging exceeding content against.
Configuration.ExceedingContentAnalyze - Class in com.realobjects.pdfreactor
An enum containing constants for analyzing exceeding content.
Configuration.Font - Class in com.realobjects.pdfreactor
A type containing font data.
Configuration.HttpsMode - Class in com.realobjects.pdfreactor
An enum containing HTTPS mode constants.
Configuration.InspectableSettings - Class in com.realobjects.pdfreactor
A type containing settings related to inspectable documents.
Configuration.JavaScriptDebugMode - Class in com.realobjects.pdfreactor
An enum containing JavaScript debug mode constants.
Configuration.JavaScriptMode - Class in com.realobjects.pdfreactor
Deprecated.
Configuration.JavaScriptSettings - Class in com.realobjects.pdfreactor
A type containing settings related to JavaScript.
Configuration.KeystoreType - Class in com.realobjects.pdfreactor
An enum containing keystore type constants.
Configuration.KeyValuePair - Class in com.realobjects.pdfreactor
A type containing a key-value-pair.
Configuration.LogExceedingContent - Class in com.realobjects.pdfreactor
A type containing data for logging exceeding content.
Configuration.LogLevel - Class in com.realobjects.pdfreactor
An enum containing log level constants.
Configuration.MediaFeature - Class in com.realobjects.pdfreactor
An enum containing media feature constants.
Configuration.MediaFeatureValue - Class in com.realobjects.pdfreactor
A type containing media feature data.
Configuration.MergeMode - Class in com.realobjects.pdfreactor
An enum containing merge mode constants.
Configuration.OutputFormat - Class in com.realobjects.pdfreactor
A type containing output data.
Configuration.OutputIntent - Class in com.realobjects.pdfreactor
A type containing data for an output intents.
Configuration.OutputIntentDefaultProfile - Class in com.realobjects.pdfreactor
An enum containing default profiles for output intents.
Configuration.OutputType - Class in com.realobjects.pdfreactor
An enum containing output format constants.
Configuration.OverlayRepeat - Class in com.realobjects.pdfreactor
An enum containing data for repeating overlays.
Configuration.PageOrder - Class in com.realobjects.pdfreactor
An enum containing pre-defined page orders.
Configuration.PagesPerSheetDirection - Class in com.realobjects.pdfreactor
An enum containing constants for pages per sheet directions.
Configuration.PagesPerSheetProperties - Class in com.realobjects.pdfreactor
A type containing data for pages per sheet properties.
Configuration.PdfScriptAction - Class in com.realobjects.pdfreactor
A type containing PDF script data.
Configuration.PdfScriptTriggerEvent - Class in com.realobjects.pdfreactor
An enum containing trigger events for PDF scripts.
Configuration.ProcessingPreferences - Class in com.realobjects.pdfreactor
An enum containing constants for processing preferences.
Configuration.QuirksMode - Class in com.realobjects.pdfreactor
An enum containing modes for Quirks.
Configuration.QuirksSettings - Class in com.realobjects.pdfreactor
A type containing quirks settings.
Configuration.ResolutionUnit - Class in com.realobjects.pdfreactor
An enum containing resolution units.
Configuration.Resource - Class in com.realobjects.pdfreactor
A type containing data for external resources such as style sheets.
Configuration.ScriptResource - Class in com.realobjects.pdfreactor
Deprecated.
Configuration.SecurityDefaults - Class in com.realobjects.pdfreactor
A type containing default behaviors for security settings.
Configuration.SecuritySettings - Class in com.realobjects.pdfreactor
A type containing security settings.
Configuration.SegmentationSettings - Class in com.realobjects.pdfreactor
A type containing settings for segmenting input documents.
Configuration.SigningMode - Class in com.realobjects.pdfreactor
An enum containing the cryptographic filter type that is used for signing.
Configuration.SignPDF - Class in com.realobjects.pdfreactor
A type containing data for signing the PDF.
Configuration.UrlRewriteRule - Class in com.realobjects.pdfreactor
A type containing various options for debugging.
Configuration.UrlRewriteSettings - Class in com.realobjects.pdfreactor
A type containing various options for URL rewrites.
Configuration.ViewerPreferences - Class in com.realobjects.pdfreactor
An enum containing constants for viewer preferences.
Configuration.Xmp - Class in com.realobjects.pdfreactor
A type containing XMP data.
Configuration.XmpPriority - Class in com.realobjects.pdfreactor
An enum containing the priority for XMP.
CONFORMANCE_VALIDATION_UNAVAILABLE - Static variable in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
Whether an exception should be thrown when the PDF's conformance was not validated even though Configuration.setValidateConformance(Boolean) was enabled.
Connection - Class in com.realobjects.pdfreactor.contentobserver
A type that describes a URL connection attempt of PDFreactor during a conversion.
CONTENT - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
Log exceeding content.
CONTENT_AND_BOXES - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
Log exceeding content and all boxes.
CONTENT_AND_STATIC_BOXES - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
Log exceeding content and boxes without absolute positioning.
ContentObserver() - Constructor for class com.realobjects.pdfreactor.Configuration.ContentObserver
 
ContinuousOutput() - Constructor for class com.realobjects.pdfreactor.Configuration.ContinuousOutput
 
ContinuousOutput(int, int) - Constructor for class com.realobjects.pdfreactor.Configuration.ContinuousOutput
Deprecated.
convert(Configuration) - Method in class com.realobjects.pdfreactor.PDFreactor
Converts the specified Configuration into PDF or image.
convert(Configuration, OutputStream) - Method in class com.realobjects.pdfreactor.PDFreactor
Converts the specified Configuration into PDF or image and writes it directly in the supplied OutputStream.
convertAsBinary(Configuration) - Method in class com.realobjects.pdfreactor.PDFreactor
Converts the specified Configuration into PDF or image.
convertAsBinary(Configuration, OutputStream) - Method in class com.realobjects.pdfreactor.PDFreactor
Converts the specified Configuration into PDF or image and writes it directly in the supplied OutputStream.
create(String) - Static method in exception com.realobjects.pdfreactor.Exceptions.EmptyPDFException
 
create(String, String) - Static method in exception com.realobjects.pdfreactor.Exceptions.PageOrderException
 
create(String, String, String) - Static method in exception com.realobjects.pdfreactor.Exceptions.PageOrderException
 
CssSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.CssSettings
 
CustomUrlStreamHandler() - Constructor for class com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
 
CustomUrlStreamHandler(String, URLStreamHandler) - Constructor for class com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
Deprecated.
CYBERNEKO - Static variable in class com.realobjects.pdfreactor.Configuration.Cleanup
Indicates that the CyberNeko HTML parser will be used to perform a cleanup when loading a non-well-formed document.

D

DEBUG - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that debug, info, warn and fatal log events will be logged.
DebugSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.DebugSettings
 
DENY - Static variable in class com.realobjects.pdfreactor.Configuration.ConnectionRuleAction
Denies connections to resources matching the rule.
DETECT - Static variable in class com.realobjects.pdfreactor.Configuration.QuirksMode
Doctype dependent behavior.
DEVICE_ASPECT_RATIO - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the aspect ratio of the page.
DEVICE_HEIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the height of the page.
DEVICE_WIDTH - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the width of the page.
DIRECTION_L2R - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Position pages in ascending order from left to right.
DIRECTION_R2L - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Position pages in ascending order from right to left.
DISABLED - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
Indicates that JavaScript is disabled.
DISPLAY_DOC_TITLE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display the document's title in the top bar.
DOCUMENT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
The main HTML or XML document.
DOWN_LEFT - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from top to bottom and right to left.
DOWN_RIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from top to bottom and left to right.
DPCM - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Dots per inch.
DPI - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Dots per Inch.
DPPX - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Dots per 'px' unit.
DUPLEX_FLIP_LONG_EDGE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: duplex (long edge).
DUPLEX_FLIP_SHORT_EDGE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: duplex (short edge).
DUPLEX_SIMPLEX - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: simplex.

E

EmptyPDFException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown when the configured Configuration.setPageOrder(String) resulted in an empty PDF.
EmptyPDFException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.EmptyPDFException
 
ENABLED - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
Indicates that JavaScript is enabled.
ENABLED_NO_LAYOUT - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
Indicates that JavaScript is enabled, without access to layout data.
ENABLED_REAL_TIME - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
Indicates that JavaScript is enabled, without converter-specific optimizations to timeouts and intervals.
ENABLED_TIME_LAPSE - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
Indicates that JavaScript is enabled, with time stamps increasing more quickly.
EVEN - Static variable in class com.realobjects.pdfreactor.Configuration.PageOrder
Page order mode to keep even pages only.
ExceedingContent - Class in com.realobjects.pdfreactor.contentobserver
A type that describes one instance of content exceeding its page or parent.
EXCEPTIONS - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
Indicates that all exceptions thrown during JavaScript processing are logged in addition to the effects of POSITIONS.

F

FATAL - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that only fatal log events will be logged.
FIT_WINDOW - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Resize the document's window to fit the size of the first displayed page.
FOGRA39 - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Coated FOGRA39" output intent default profile.
Font() - Constructor for class com.realobjects.pdfreactor.Configuration.Font
 
Font(String, String, Boolean, Boolean) - Constructor for class com.realobjects.pdfreactor.Configuration.Font
Deprecated.
FONT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
A font.
FUNCTIONS - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
Indicates that all JavaScript functions entered or exited are logged in addition to the effects of POSITIONS and EXCEPTIONS.

G

getBuild() - Method in class com.realobjects.pdfreactor.Version
The build version.
getCached() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
Whether the response was retrieved from a cache.
getConnections() - Method in class com.realobjects.pdfreactor.Result
Provides a log about all URL connections attempted by PDFreactor, including information about HTTP request and result, should the connection be an HTTP or HTTPS connection.
getContainerBottom() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the bottom coordinate of the the container box in the page in pixels.
getContainerLeft() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the left coordinate of the the container box in the page in pixels.
getContainerRight() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the right coordinate of the the container box in the page in pixels.
getContainerTop() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the top coordinate of the the container box in the page in pixels.
getContentSize() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The amount of content bytes downloaded or read from this connection.
getContext() - Method in exception com.realobjects.pdfreactor.Exceptions.TimeoutException
The context which timed out.
getConversionFactor() - Method in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
 
getConversionName() - Method in class com.realobjects.pdfreactor.Result
Returns the name of the conversion if it was specified via Configuration.setConversionName(String).
getDescription() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns a description of the content.
getDescription() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
The description of the current progress step.
getDocument() - Method in class com.realobjects.pdfreactor.Result
Returns the converted PDF or image.
getDocumentArray() - Method in class com.realobjects.pdfreactor.Result
Returns the converted multi-page image, only if Configuration.OutputFormat.setMultiImage(Boolean) was set to true and Configuration.setOutputFormat(com.realobjects.pdfreactor.Configuration.OutputFormat) was set to an image format, otherwise it returns null.
getDuration() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The duration in milliseconds how long this connection remained open.
getError() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The error message if the connection could not be established.
getExceedingBoxBottom() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the bottom coordinate of the the exceeding box in the page in pixels.
getExceedingBoxLeft() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the left coordinate of the the exceeding box in the page in pixels.
getExceedingBoxRight() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the right coordinate of the the exceeding box in the page in pixels.
getExceedingBoxTop() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the top coordinate of the the exceeding box in the page in pixels.
getExceedingContents() - Method in class com.realobjects.pdfreactor.Result
Provides information about content exceeding its page or parent.
getHtml() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the HTML of the box that contains the exceeding content.
getJavaScriptExports() - Method in class com.realobjects.pdfreactor.Result
Returns data that has been exported from document JavaScript via ro.exports if set, null otherwise.
getLabel() - Method in class com.realobjects.pdfreactor.Version
The label of the version.
getLevel() - Method in class com.realobjects.pdfreactor.Record
Returns the textual representation of the level.
getLevelName() - Method in class com.realobjects.pdfreactor.Record
Returns the level of the record as text.
getLog() - Method in class com.realobjects.pdfreactor.Result
Returns the Log of the conversion.
getMajor() - Method in class com.realobjects.pdfreactor.Version
The major version.
getMessage() - Method in class com.realobjects.pdfreactor.contentobserver.MissingResource
The message indicating why the resource could not be found.
getMessage() - Method in class com.realobjects.pdfreactor.Record
Returns the recorded message.
getMethod() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The request method used by the underlying HTTP request (like "GET", "POST", etc.) or null if this is not an HTTP connection or the connection could not be established.
getMicro() - Method in class com.realobjects.pdfreactor.Version
The micro version.
getMinor() - Method in class com.realobjects.pdfreactor.Version
The minor version.
getMissingResources() - Method in class com.realobjects.pdfreactor.Result
Provides information about resources that could not be loaded during the conversion.
getNumberOfPages() - Method in class com.realobjects.pdfreactor.Result
Returns the number of pages of the laid out input document after conversion.
getNumberOfPagesLiteral() - Method in class com.realobjects.pdfreactor.Result
Returns the number of pages of the resulting PDF.
getPageBottom() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the bottom coordinate of the the page in pixels.
getPageLeft() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the left coordinate of the the page in pixels.
getPageNumber() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the number of the page that contains the exceeding content.
getPageRight() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the right coordinate of the the page in pixels.
getPageTop() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns the top coordinate of the the page in pixels.
getPath() - Method in class com.realobjects.pdfreactor.contentobserver.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.
getProtocol() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The protocol of the URL connection.
getRecords() - Method in class com.realobjects.pdfreactor.Log
The log records of the main PDFreactor log.
getRecordsCss() - Method in class com.realobjects.pdfreactor.Log
The log records of the PDFreactor CSS log.
getRecordsJavaScript() - Method in class com.realobjects.pdfreactor.Log
The log records of the PDFreactor JavaScript log.
getRequestContentSize() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The amount of content bytes uploaded or written to this connection.
getRequestHeaders() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The request headers.
getResource() - Method in class com.realobjects.pdfreactor.contentobserver.MissingResource
The resource identifier.
getResourceType() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The type of resource (style sheet, image, etc.) transferred over this connection.
getResponseHeaders() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The response headers.
getResult() - Method in exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
Retrieve the partial Result of the conversion.
getRevision() - Method in class com.realobjects.pdfreactor.Version
The revision.
getStatusCode() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The response code for HTTP connections or 0 for all other connections.
getStatusMessage() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The response message for the response code or null if the response code is 0 or the message could not be determined.
getSummary() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns a summary of this exceeding content object.
getText() - Method in class com.realobjects.pdfreactor.Version
The version as text.
getTimestamp() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The time stamp of this connection.
getTimestamp() - Method in class com.realobjects.pdfreactor.Record
Returns the time stamp of the record.
getType() - Method in class com.realobjects.pdfreactor.contentobserver.MissingResource
The type of resource (style sheet, image, etc.).
getUrl() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
The URL.
getValue() - Method in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
 
getValue() - Method in class com.realobjects.pdfreactor.Configuration.PageOrder
 
GIF - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
GIF output format.
GIF_DITHERED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
JPEG output format, with dithering applied.
GRACOL - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Coated GRACoL 2006" output intent default profile.
GRID - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature defining whether the output is grid-based.

H

HEIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature height of page content.
HIDE_MENUBAR - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Hide the viewer application's menu bar when the document is active.
HIDE_TOOLBAR - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Hide the viewer application's tool bars when the document is active.
HIDE_WINDOW_UI - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Hide user interface elements in the document's window.
HIGH - Static variable in class com.realobjects.pdfreactor.Configuration.XmpPriority
Embed XMP ignoring requirements of the output format.
HTML - Static variable in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
Indicates that all values set in style declarations will be validated as long as PDFreactor supports the corresponding property.
HTML5 - Static variable in class com.realobjects.pdfreactor.Configuration.Doctype
Indicates that the document type will be set to HTML5.
HTML_THIRD_PARTY - Static variable in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
Indicates that all values set in style declarations will be validated as long as PDFreactor supports the corresponding property.
HTML_THIRD_PARTY_LENIENT - Static variable in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
Indicates that all values set in style declarations will be taken as valid if a third party product supports the corresponding property.

I

ICC_PROFILE - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An ICC profile.
IFRA - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"ISO News print 26% (IFRA)" output intent default profile.
IFRAME - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An iframe.
IMAGE - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An image.
INFO - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that info, warn and fatal log events will be logged.
InspectableSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.InspectableSettings
 
isBottom() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns whether the content exceeds the page at the bottom.
isBox() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns whether the exceeding content is a box instead of text or image content.
isConnected() - Method in class com.realobjects.pdfreactor.contentobserver.Connection
Whether a URL connection could be established by PDFreactor.
isLeft() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns whether the content exceeds the page to the left.
isRight() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns whether the content exceeds the page to the right.
isTop() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
Returns whether the content exceeds the page at the top.

J

JAPAN - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Japan Color 2001 Coated" output intent default profile.
JAPAN_NEWSPAPER - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Japan Color 2001 Newspaper" output intent default profile.
JAPAN_UNCOATED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Japan Color 2001 Uncoated" output intent default profile.
JAPAN_WEB - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Japan Web Coated (Ad)" output intent default profile.
JavaScriptSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
 
JKS - Static variable in class com.realobjects.pdfreactor.Configuration.KeystoreType
Keystore type "jks".
JPEG - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
JPEG output format.
JsonUtil - Class in com.realobjects.pdfreactor.util
This class provides methods to convert a JSON string into a Configuration instance and to serialize a Configuration instance into JSON.
JsonUtil() - Constructor for class com.realobjects.pdfreactor.util.JsonUtil
 
JTIDY - Static variable in class com.realobjects.pdfreactor.Configuration.Cleanup
Indicates that JTidy will be used to perform a cleanup when loading a non-well-formed document.

K

KeyValuePair() - Constructor for class com.realobjects.pdfreactor.Configuration.KeyValuePair
 
KeyValuePair(String, String) - Constructor for class com.realobjects.pdfreactor.Configuration.KeyValuePair
 

L

LAST_PAGE - Static variable in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
Last page of the shorter document is repeated, to overlay all pages of the longer document.
LEFT_DOWN - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from right to left and top to bottom.
LEFT_UP - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from right to left and bottom to top.
LENIENT - Static variable in class com.realobjects.pdfreactor.Configuration.HttpsMode
Indicates lenient HTTPS behavior.
LICENSE - Static variable in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
Whether an exception should be thrown when no legal full license key is set.
LicenseException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown when there was an issue with the configured license key.
LicenseException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.LicenseException
 
LICENSEKEY - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
The license key.
LINES - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
Indicates that every line of executed JavaScript is logged in addition to the effects of POSITIONS, EXCEPTIONS and FUNCTIONS.
LINK_LOCAL - Static variable in class com.realobjects.pdfreactor.Configuration.AddressType
Link-local addresses or auto-IPs.
LOCAL - Static variable in class com.realobjects.pdfreactor.Configuration.AddressType
Localhost addresses, including "localhost" or "0.0.0.0".
Log - Class in com.realobjects.pdfreactor
The log of a PDF or image conversion.
LogExceedingContent() - Constructor for class com.realobjects.pdfreactor.Configuration.LogExceedingContent
 
LogExceedingContent(Configuration.ExceedingContentAnalyze, Configuration.ExceedingContentAgainst) - Constructor for class com.realobjects.pdfreactor.Configuration.LogExceedingContent
Deprecated.
LOW - Static variable in class com.realobjects.pdfreactor.Configuration.XmpPriority
Embed XMP if the output format does not have XMP requirements.

M

MediaFeatureValue() - Constructor for class com.realobjects.pdfreactor.Configuration.MediaFeatureValue
 
MediaFeatureValue(Configuration.MediaFeature, String) - Constructor for class com.realobjects.pdfreactor.Configuration.MediaFeatureValue
Deprecated.
MERGE_DOCUMENT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
A merge document.
MISSING_RESOURCE - Static variable in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
Whether an exception should be thrown when resources could not be loaded.
MissingDependencyException - Exception in com.realobjects.pdfreactor.Exceptions
This exception is thrown when a dependency of PDFreactor is not available.
MissingDependencyException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.MissingDependencyException
 
MissingResource - Class in com.realobjects.pdfreactor.contentobserver
A type that describes a missing resource.
MissingResourceException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown when a resource could not be loaded and the appropriate error policy is configured.
MissingResourceException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.MissingResourceException
 
MONOCHROME - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the number of bits per pixel in a monochrome frame buffer.

N

NON_FULLSCREEN_PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show no panel on exiting full-screen mode.
NON_FULLSCREEN_PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show optional content group panel on exiting full-screen mode.
NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show bookmarks panel on exiting full-screen mode.
NON_FULLSCREEN_PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show thumbnail images panel on exiting full-screen mode.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.Cleanup
Indicates that no cleanup will be performed when loading a document.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.Encryption
Indicates that the document will not be encrypted.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
Do not log exceeding content.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
Do not log exceeding content.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
Indicates that debugging is disabled.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that no log events will be logged.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.
NONE - Static variable in class com.realobjects.pdfreactor.Configuration.XmpPriority
Do not embed XMP.

O

OBJECT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An embedded object.
ODD - Static variable in class com.realobjects.pdfreactor.Configuration.PageOrder
Page order mode to keep odd pages only.
OPEN - Static variable in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
This event is triggered when the PDF is opened in the viewer application.
ORIENTATION - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the page orientation.
OutputFormat() - Constructor for class com.realobjects.pdfreactor.Configuration.OutputFormat
 
OutputFormat(Configuration.OutputType, int, int, Boolean) - Constructor for class com.realobjects.pdfreactor.Configuration.OutputFormat
Deprecated.
OutputIntent() - Constructor for class com.realobjects.pdfreactor.Configuration.OutputIntent
 
OutputIntent(String, byte[], String) - Constructor for class com.realobjects.pdfreactor.Configuration.OutputIntent
Deprecated.
OutputIntent(Configuration.OutputIntentDefaultProfile, byte[], String) - Constructor for class com.realobjects.pdfreactor.Configuration.OutputIntent
Deprecated.
OVERLAY - Static variable in class com.realobjects.pdfreactor.Configuration.MergeMode
Alternate merge mode (overlay): Adding converted document above the existing PDF.
OVERLAY_BELOW - Static variable in class com.realobjects.pdfreactor.Configuration.MergeMode
Alternate merge mode (overlay): Adding converted document below the existing PDF.

P

PAGE_BORDERS - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
Log content exceeding the edges of its page.
PAGE_CONTENT - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
Log content exceeding its page content area (overlaps the page margin).
PAGE_LAYOUT_ONE_COLUMN - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display the pages in one column.
PAGE_LAYOUT_SINGLE_PAGE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display one page at a time (default).
PAGE_LAYOUT_TWO_COLUMN_LEFT - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display the pages in two columns, with odd numbered pages on the left.
PAGE_LAYOUT_TWO_COLUMN_RIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display the pages in two columns, with odd numbered pages on the right.
PAGE_LAYOUT_TWO_PAGE_LEFT - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display two pages at a time, with odd numbered pages on the left.
PAGE_LAYOUT_TWO_PAGE_RIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Display two pages at a time, with odd numbered pages on the right.
PAGE_MODE_FULLSCREEN - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Switch to fullscreen mode on startup.
PAGE_MODE_USE_ATTACHMENTS - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show attachments panel on startup.
PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show no panel on startup.
PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show optional content group panel on startup.
PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show bookmarks panel on startup.
PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Show thumbnail images panel on startup.
PageOrderException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown when the configured Configuration.setPageOrder(String) was invalid.
PageOrderException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PageOrderException
 
PagesPerSheetProperties() - Constructor for class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
 
PagesPerSheetProperties(int, int, String, String, String, Configuration.PagesPerSheetDirection) - Constructor for class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
Deprecated.
PARENT - Static variable in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
Log content exceeding its container.
parseConfig(InputStream[]) - Static method in class com.realobjects.pdfreactor.util.JsonUtil
Parses a PDFreactor configuration into JSON format.
parseConfig(boolean, InputStream[]) - Static method in class com.realobjects.pdfreactor.util.JsonUtil
Parses a PDFreactor configuration into JSON format.
parseConfig(String[]) - Static method in class com.realobjects.pdfreactor.util.JsonUtil
Parses a PDFreactor configuration into JSON format.
parseConfig(boolean, String[]) - Static method in class com.realobjects.pdfreactor.util.JsonUtil
Parses a PDFreactor configuration into JSON format.
PDF - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF with no additional restrictions (default)
PDF - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
PDF output format.
PDFA1A - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-1a (ISO 19005-1:2005 Level A)
PDFA1A_PDFUA1 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-1a + PDF/UA-1 (ISO 19005-1:2005 Level A + ISO 14289-1:2014)
PDFA1B - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-1b (ISO 19005-1:2005 Level B)
PDFA2A - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-2a (ISO 19005-2:2011 Level A)
PDFA2A_PDFUA1 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-2a + PDF/UA-1 (ISO 19005-2:2011 Level A + ISO 14289-1:2014)
PDFA2B - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-2b (ISO 19005-2:2011 Level B)
PDFA2U - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-2u (ISO 19005-2:2011 Level U)
PDFA3A - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-3a (ISO 19005-3:2012 Level A)
PDFA3A_PDFUA1 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-3a + PDF/UA-1 (ISO 19005-3:2012 Level A + ISO 14289-1:2014)
PDFA3B - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-3b (ISO 19005-3:2012 Level B)
PDFA3U - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/A-3u (ISO 19005-3:2012 Level U)
PdfMergeException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown if a merging specific error occurred.
PdfMergeException() - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfMergeException
 
PdfMergeException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfMergeException
 
PdfMergeException(Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfMergeException
 
PdfMergeException(String, Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfMergeException
 
PDFreactor - Class in com.realobjects.pdfreactor
PDFreactor converts HTML and XML documents into PDF or image.
PDFreactor() - Constructor for class com.realobjects.pdfreactor.PDFreactor
 
PDFreactorException - Exception in com.realobjects.pdfreactor.Exceptions
This exception is thrown by PDFreactor's convert methods and represents exceptions which caused PDFreactor to abort the conversion.
PDFreactorException() - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
 
PDFreactorException(String, Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
 
PDFreactorException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
 
PDFreactorException(Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
 
PDFreactorPDFConformanceException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown when the configured Configuration.setConformance(Conformance) could not be achieved.
PDFreactorPDFConformanceException() - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorPDFConformanceException
 
PDFreactorPDFConformanceException(String, Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorPDFConformanceException
 
PDFreactorPDFConformanceException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorPDFConformanceException
 
PDFreactorPDFConformanceException(Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PDFreactorPDFConformanceException
 
PdfScriptAction() - Constructor for class com.realobjects.pdfreactor.Configuration.PdfScriptAction
 
PdfScriptAction(Configuration.PdfScriptTriggerEvent, String) - Constructor for class com.realobjects.pdfreactor.Configuration.PdfScriptAction
Deprecated.
PdfSignException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown if an exception related to PDF signing is thrown.
PdfSignException() - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfSignException
 
PdfSignException(PDFreactorException) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfSignException
 
PdfSignException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfSignException
 
PdfSignException(String, Throwable) - Constructor for exception com.realobjects.pdfreactor.Exceptions.PdfSignException
 
PDFUA1 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/UA-1 (ISO 14289-1:2014)
PDFX1A_2001 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-1a:2001 (ISO 15930-1:2001)
PDFX1A_2003 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-1a:2003 (ISO 15930-4:2003)
PDFX3_2002 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-3:2002 (ISO 15930-3:2002)
PDFX3_2003 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-3:2003 (ISO 15930-6:2003)
PDFX4 - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-4 (ISO 15930-7:2008)
PDFX4P - Static variable in class com.realobjects.pdfreactor.Configuration.Conformance
PDF/X-4p (ISO 15930-7:2008)
PERFORMANCE - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that all log events will be logged.
PICKTRAYBYPDFSIZE_FALSE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: do not pick tray by PDF size.
PICKTRAYBYPDFSIZE_TRUE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: pick tray by PDF size.
PKCS12 - Static variable in class com.realobjects.pdfreactor.Configuration.KeystoreType
Keystore type "pkcs12".
PNG - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
PNG output format.
PNG_AI - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Deprecated. 
PNG_TRANSPARENT - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Transparent PNG output format.
PNG_TRANSPARENT_AI - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Deprecated. 
POSITIONS - Static variable in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
Indicates that the filenames and line numbers that caused output (e.g.
PREPEND - Static variable in class com.realobjects.pdfreactor.Configuration.MergeMode
Alternate merge mode: Prepend converted document to existing PDF.
PRINTSCALING_APPDEFAULT - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: set scaling to application default value.
PRINTSCALING_NONE - Static variable in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
Print dialog default setting: disabled scaling.
PRIVATE - Static variable in class com.realobjects.pdfreactor.Configuration.AddressType
Private network addresses.
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.
PUBLIC - Static variable in class com.realobjects.pdfreactor.Configuration.AddressType
Public internet addresses.

Q

QUIRKS - Static variable in class com.realobjects.pdfreactor.Configuration.QuirksMode
Forced quirks behavior.
QuirksSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.QuirksSettings
 

R

Record - Class in com.realobjects.pdfreactor
A log record.
RESOLUTION - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature describing the resolution of the output device.
Resource() - Constructor for class com.realobjects.pdfreactor.Configuration.Resource
 
Resource(String, String) - Constructor for class com.realobjects.pdfreactor.Configuration.Resource
Deprecated.
ResourceType - Class in com.realobjects.pdfreactor.contentobserver
Indicates the type of resource.
Result - Class in com.realobjects.pdfreactor
The Result class represents the result of a PDFreactor conversion.
REVERSE - Static variable in class com.realobjects.pdfreactor.Configuration.PageOrder
Page order mode to reverse the page order.
RGB - Static variable in class com.realobjects.pdfreactor.Configuration.ColorSpace
The color space RGB.
RIGHT_DOWN - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from left to right and top to bottom.
RIGHT_UP - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from left to right and bottom to top.
RUNNING_DOCUMENT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
A running document.

S

SAVE_MEMORY_IMAGES - Static variable in class com.realobjects.pdfreactor.Configuration.ProcessingPreferences
Processing preferences flag for the memory saving mode for images.
SCRIPT - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
A script.
ScriptResource() - Constructor for class com.realobjects.pdfreactor.Configuration.ScriptResource
Deprecated.
 
ScriptResource(String, String, Boolean) - Constructor for class com.realobjects.pdfreactor.Configuration.ScriptResource
Deprecated.
SegmentationSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.SegmentationSettings
 
SELF_SIGNED - Static variable in class com.realobjects.pdfreactor.Configuration.SigningMode
The self signed filter: PDFreactor creates a signature with the adbe.x509.rsa_sha1 (PKCS#1) filter type.
serializeConfig(Configuration) - Static method in class com.realobjects.pdfreactor.util.JsonUtil
Serializes a PDFreactor Configuration instance into a JSON representation.
setAction(Configuration.ConnectionRuleAction) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The action to perform when the rule matches a resource URL.
setAddAttachments(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables attachments specified in style sheets.
setAddBookmarks(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setAddComments(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables comments in the PDF document.
setAddLinks(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setAddOverprint(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables overprinting.
setAddPreviewImages(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables embedding of image previews per page in the PDF document.
setAddTags(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables tagging of the PDF document.
setAll(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
This is a convenience property that enables the following Configuration.DebugSettings:
setAllowAddresses(Configuration.AddressType[]) - Method in class com.realobjects.pdfreactor.Configuration.SecurityDefaults
A list of address types to where PDFreactor is allowed to connect.
setAllowAnnotations(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'annotations' restriction in the PDF document.
setAllowAssembly(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'assembly' restriction in the PDF document.
setAllowCopy(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'copy' restriction in the PDF document.
setAllowDegradedPrinting(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'degraded printing' restriction in the PDF document.
setAllowExternalXmlParserResources(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
Specifies whether the XML parser will process external XML resources during parsing, e.g.
setAllowFileSystemAccess(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecurityDefaults
Whether to allow document resources such as CSS or JavaScript file system access.
setAllowFillIn(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'fill in' restriction in the PDF document.
setAllowModifyContents(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'modify contents' restriction in the PDF document.
setAllowPrinting(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'printing' restriction in the PDF document.
setAllowProtocols(String[]) - Method in class com.realobjects.pdfreactor.Configuration.SecurityDefaults
A list of allowed URL protocols.
setAllowRedirects(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
Whether to allow automatic URL redirects when PDFreactor receives appropriate status codes.
setAllowSameBasePath(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecurityDefaults
Whether to allow loading of document resources that have the same base path as the document.
setAllowScreenReaders(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the 'screen readers' restriction in the PDF document.
setAppendLog(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Specifies whether or not the log data should be added to the PDF document.
setAppendLogs(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies whether the logs will be appended to the resulting PDF.
setAttachConfiguration(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies whether the configuration will be attached to the generated PDF.
setAttachDocuments(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies whether all debug files belonging to the group "documents" will be attached to the generated PDF.
setAttachLogs(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies whether all debug files belonging to the group "logs" will be attached to the generated PDF.
setAttachments(Configuration.Attachment[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a file attachment to PDF document.
setAttachResources(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies whether all debug files belonging to the group "resources" will be attached to the generated PDF.
setAuthenticationCredentials(Configuration.KeyValuePair) - Method in class com.realobjects.pdfreactor.Configuration
Enables access to resources that are secured via Basic or Digest authentication.
setAuthor(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the value of the author field of the PDF document.
setBaseURL(String) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setBaseUrl(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the base URL of the document.
setBeforeDocumentScripts(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.Resource
Use true to cause PDFreactor to run the script before all scripts inside the document and false to run it after.
setBeforeDocumentScripts(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.ScriptResource
Deprecated.
Use true to cause PDFreactor to run the script before all scripts inside the document and false to run it after.
setBold(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.Font
Whether the alias will be labeled bold.
setBookletMode(Configuration.BookletMode) - Method in class com.realobjects.pdfreactor.Configuration
Convenience method to set pages-per-sheet properties and page order in one step to create a booklet.
setCacheFonts(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables caching of font information.
setCaseSensitiveClassSelectors(Configuration.QuirksMode) - Method in class com.realobjects.pdfreactor.Configuration.QuirksSettings
By default in HTML CSS class selectors are case sensitive.
setCaseSensitivePath(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
Whether the rule matching mechanism will compare the paths in a case sensitive manner.
setCleanupTool(Configuration.Cleanup) - Method in class com.realobjects.pdfreactor.Configuration
Sets the cleanup tool to use for documents with unparsable content.
setCmykIccProfile(Configuration.Resource) - Method in class com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
Specifies the ICC profile which defines the CMYK color space into or from which CSS colors and images are converted, if enabled.
setColorSpaceSettings(Configuration.ColorSpaceSettings) - Method in class com.realobjects.pdfreactor.Configuration
Specifies color space related settings.
setCols(Integer) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The number of columns per sheet.
setConformance(Configuration.Conformance) - Method in class com.realobjects.pdfreactor.Configuration
Sets the conformance of the PDF.
setConnectionRules(Configuration.ConnectionRule[]) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
A list of rules that PDFreactor evaluates and then either denies or allows connections to a particular resource.
setConnections(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.ContentObserver
Enables observation of URL connections done by PDFreactor.
setContent(String) - Method in class com.realobjects.pdfreactor.Configuration.Resource
The content of the resource.
setContent(String) - Method in class com.realobjects.pdfreactor.Configuration.ScriptResource
Deprecated.
The content of the resource.
setContent(String) - Method in class com.realobjects.pdfreactor.Configuration.Xmp
XMP, as an XML string, to be embedded into the PDF document.
setContentObserver(Configuration.ContentObserver) - Method in class com.realobjects.pdfreactor.Configuration
Specifies parts of the document's content that should be observed and logged in greater detail.
setContinuousOutput(Configuration.ContinuousOutput) - Method in class com.realobjects.pdfreactor.Configuration
Enables the conversion of the input document into one image.
setConversionEnabled(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
Enables the conversion of CSS colors and images to the target color space using the specified CMYK ICC profile or naively if there is none.
setConversionName(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets a name for the conversion.
setConversionTimeout(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Sets a timeout in seconds for the whole document conversion.
setCookies(Configuration.KeyValuePair[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a cookie to all outgoing HTTP connections.
setCreator(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the value of creator field of the PDF document.
setCssSettings(Configuration.CssSettings) - Method in class com.realobjects.pdfreactor.Configuration
Specifies the behavior of PDFreactor regarding the support and validation of CSS properties and their declaration.
setCustomDocumentProperties(Configuration.KeyValuePair[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a custom property to the PDF document.
setCustomUrlStreamHandlers(Configuration.CustomUrlStreamHandler[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a URLStreamHandler for the specified protocol which will be used for all connections to retrieve the input document and resources.
setData(byte[]) - Method in class com.realobjects.pdfreactor.Configuration.Attachment
The binary content of the attachment.
setData(byte[]) - Method in class com.realobjects.pdfreactor.Configuration.OutputIntent
The profile data.
setData(byte[]) - Method in class com.realobjects.pdfreactor.Configuration.Resource
The binary data of the resource.
setDebugIndentation(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the amount of spaces per indentation level when using JavaScript debugging.
setDebugMode(Configuration.JavaScriptDebugMode) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the debug mode.
setDebugSettings(Configuration.DebugSettings) - Method in class com.realobjects.pdfreactor.Configuration
Enables and configures debug settings, which add additional information to the output.
setDefaultColorSpace(Configuration.ColorSpace) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setDefaults(Configuration.SecurityDefaults) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
An object of security default behavior which is used for any URLs that do not match any rules.
setDescription(String) - Method in class com.realobjects.pdfreactor.Configuration.Attachment
The description of the attachment.
setDirection(Configuration.PagesPerSheetDirection) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The direction in which the pages are ordered on a sheet.
setDisableBookmarks(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Disables bookmarks in the PDF document.
setDisableFontEmbedding(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Sets whether fonts will not be embedded into the resulting PDF.
setDisableFontRegistration(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the font registration.
setDisableLinks(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Disables links in the PDF document.
setDisableSystemFonts(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables the use of system fonts.
setDocument(Object) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setDocument(String) - Method in class com.realobjects.pdfreactor.Configuration
The input document.
setDocument(byte[]) - Method in class com.realobjects.pdfreactor.Configuration
The input document as a byte array.
setDocument(InputSource) - Method in class com.realobjects.pdfreactor.Configuration
The document as InputSource.
setDocumentDefaultLanguage(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the language used for documents having no explicit language attribute set.
setDocumentType(Configuration.Doctype) - Method in class com.realobjects.pdfreactor.Configuration
Sets the document type.
setEnabled(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.InspectableSettings
Specifies whether to make the document inspectable.
setEnabled(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies whether to process JavaScript.
setEnabled(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SegmentationSettings
Enables or disables segmentation.
setEnableDebugMode(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setEncoding(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the encoding of the document.
setEncryption(Configuration.Encryption) - Method in class com.realobjects.pdfreactor.Configuration
Sets the encryption.
setEndPage(Integer) - Method in class com.realobjects.pdfreactor.Configuration.InspectableSettings
Specifies an optional page number below which the DOM is not inspected.
setEntry(String) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
Represents the entry of the URL to be accessed.
setErrorPolicies(Configuration.ErrorPolicy[]) - Method in class com.realobjects.pdfreactor.Configuration
Specifies error policies that will be used for the conversion.
setExceedingContentAgainst(Configuration.ExceedingContentAgainst) - Method in class com.realobjects.pdfreactor.Configuration.ContentObserver
Enables observation of exceeding content either against the page edges, page content areas or containers.
setExceedingContentAnalyze(Configuration.ExceedingContentAnalyze) - Method in class com.realobjects.pdfreactor.Configuration.ContentObserver
Enables observation of exceeding content and optionally of boxes.
setFamily(String) - Method in class com.realobjects.pdfreactor.Configuration.Font
The alias name for that font.
setFontAliases(Configuration.Font[]) - Method in class com.realobjects.pdfreactor.Configuration
Registers an alias font family for an existing font.
setFontCachePath(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the path of the font cache.
setFontDirectories(String[]) - Method in class com.realobjects.pdfreactor.Configuration
Registers an additional font directory to load fonts from.
setFontFallback(String[]) - Method in class com.realobjects.pdfreactor.Configuration
Sets a list of fallback font families used for character substitution.
setFonts(Configuration.Font[]) - Method in class com.realobjects.pdfreactor.Configuration
Loads a font from a URL which can be used via the CSS property font-family.
setForceGrayscaleImage(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
If the output format is an image format, this setting controls whether a grayscale image should be returned.
setForceResult(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Forces PDFreactor to return a result, regardless of any exceptions or errors that may have occurred during the conversion.
setFullCompression(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables full compression of the PDF document.
setHandler(URLStreamHandler) - Method in class com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
The handler.
setHeight(Integer) - Method in class com.realobjects.pdfreactor.Configuration.ContinuousOutput
Equivalent to the height of a browser window (view port).
setHeight(Integer) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
The height of the output in pixels (image formats only).
setHideVersionInfo(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
Specifies whether PDFreactor will not disclose any version information, e.g.
setHost(String) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The host of a URL to a resource.
setHttpsMode(Configuration.HttpsMode) - Method in class com.realobjects.pdfreactor.Configuration
Sets the HTTPS mode.
setIdentifier(String) - Method in class com.realobjects.pdfreactor.Configuration.OutputIntent
The identifier.
setIdentifier(Configuration.OutputIntentDefaultProfile) - Method in class com.realobjects.pdfreactor.Configuration.OutputIntent
The identifier.
setIgnoreAlpha(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Sets whether the alpha value of CSS RGBA colors is ignored.
setIgnoreScriptElements(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies whether to ignore <script> elements in the document, only executing user scripts.
setInputSource(InputSource) - Method in class com.realobjects.pdfreactor.Configuration.Resource
The InputSource of the resource.
setInspectableSettings(Configuration.InspectableSettings) - Method in class com.realobjects.pdfreactor.Configuration
When enabled, makes the converted document inspectable with the PDFreactor Development Tools.
setIntegrationStyleSheets(Configuration.Resource[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds an integration style sheet to the document.
setItalic(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.Font
Whether the alias will be labeled italic.
setJavaScriptMode(Configuration.JavaScriptMode) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setJavaScriptSettings(Configuration.JavaScriptSettings) - Method in class com.realobjects.pdfreactor.Configuration
Specifies JavaScript related settings.
setKey(String) - Method in class com.realobjects.pdfreactor.Configuration.KeyValuePair
The key.
setKeyAlias(String) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The alias of the certificate included in the keystore to be used to sign the PDF.
setKeyPassword(String) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The password for the certificate included in the keystore to be used to sign the PDF.
setKeystorePassword(String) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The password of the keystore.
setKeystoreType(Configuration.KeystoreType) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The format of the keystore, for example PKCS #12 or JKS.
setKeystoreURL(String) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The URL to the keystore file.
setKeywords(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the value of the keywords field of the PDF document.
setLicenseKey(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the license key either as content or URL.
setLocalDirectory(Path) - Method in class com.realobjects.pdfreactor.Configuration.DebugSettings
Specifies a local directory where PDFreactor will dump debug files in case an exception occurs during conversion.
setLogExceedingContent(Configuration.LogExceedingContent) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setLogExceedingContentAgainst(Configuration.ExceedingContentAgainst) - Method in class com.realobjects.pdfreactor.Configuration.LogExceedingContent
Enables logging of exceeding content either against the page edges, page content areas or containers.
setLogExceedingContentAnalyze(Configuration.ExceedingContentAnalyze) - Method in class com.realobjects.pdfreactor.Configuration.LogExceedingContent
Enables logging of exceeding content and optionally of boxes.
setLogger(Logger) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated as of PDFreactor 11.
setLoggers(Logger[]) - Method in class com.realobjects.pdfreactor.Configuration
Sets Loggers to receive log messages.
setLogLevel(Configuration.LogLevel) - Method in class com.realobjects.pdfreactor.Configuration
Sets the log level for the conversion log.
setLogMaxLines(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Sets the maximum amount of log entries that will be retained by the PDFreactor logs.
setMaxQueuedTasks(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the maximum amount of tasks to be queued before ending JavaScript processing.
setMaxScriptElements(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the maximum amount of script elements in the document to process.
setMaxTasksWithoutDomChange(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the maximum amount of tasks to be allowed to be queued, while the DOM does not change, before ending JavaScript processing.
setMaxVirtualTimeOffset(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies the maximum amount of virtual time in seconds to let pass before ending JavaScript processing.
setMediaFeature(Configuration.MediaFeature) - Method in class com.realobjects.pdfreactor.Configuration.MediaFeatureValue
The media feature.
setMediaFeatureValues(Configuration.MediaFeatureValue[]) - Method in class com.realobjects.pdfreactor.Configuration
Defines the value of a Media Feature which is used to resolve CSS3 media queries.
setMediaTypes(String[]) - Method in class com.realobjects.pdfreactor.Configuration
Sets the media types that are used to resolve CSS3 media queries.
setMergeByteArray(byte[]) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setMergeByteArrays(byte[][]) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setMergeDocuments(Configuration.Resource[]) - Method in class com.realobjects.pdfreactor.Configuration
This method sets external PDF documents which will be merged with the PDF document generated by the HTML source.
setMergeMode(Configuration.MergeMode) - Method in class com.realobjects.pdfreactor.Configuration
Sets the merge mode.
setMergeURL(String) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setMergeURLs(String[]) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setMinLineHeightFromContainer(Configuration.QuirksMode) - Method in class com.realobjects.pdfreactor.Configuration.QuirksSettings
By default the line-height of text containers, e.g.
setMissingResources(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.ContentObserver
Enables observation of resources that could not be loaded.
setMultiImage(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
Indicates whether the image output will be paginated into multiple images.
setName(String) - Method in class com.realobjects.pdfreactor.Configuration.Attachment
The file name associated with the attachment.
setName(String) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The name of the rule.
setNoLayout(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies whether to process JavaScript without causing document layouts or updates.
setNoVirtualTime(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies whether not to use virtual time for JavaScript.
setOutputFormat(Configuration.OutputFormat) - Method in class com.realobjects.pdfreactor.Configuration
setOutputIntent(Configuration.OutputIntent) - Method in class com.realobjects.pdfreactor.Configuration
Sets the output intent including the identifier and the ICC profile to be embedded into the PDF.
setOverlayRepeat(Configuration.OverlayRepeat) - Method in class com.realobjects.pdfreactor.Configuration
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.Configuration
Sets the owner password of the PDF document.
setPageOrder(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the page order of the direct result of the conversion.
setPageOrder(Configuration.PageOrder) - Method in class com.realobjects.pdfreactor.Configuration
Sets the page order of the direct result of the conversion.
setPagesPerSheetProperties(Configuration.PagesPerSheetProperties) - Method in class com.realobjects.pdfreactor.Configuration
Sets the properties of a sheet on which multiple pages are being arranged.
setPath(String) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The path of a URL to a resource.
setPattern(String) - Method in class com.realobjects.pdfreactor.Configuration.UrlRewriteRule
The regular expression pattern which is matched against each URL.
setPdfScriptAction(Configuration.PdfScriptAction[]) - Method in class com.realobjects.pdfreactor.Configuration
Sets a pair of trigger event and PDF script.
setPixelDensity(Integer) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
The pixel density of the output (image formats only).
setPixelDensityUnit(Configuration.ResolutionUnit) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
The unit of the pixel density.
setPixelsPerInch(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Sets the pixels per inch.
setPixelsPerInchShrinkToFit(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Whether the pixels per inch should be adapted automatically to avoid content exceeding pages.
setPort(Integer) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The port of a URL to a resource.
setPostTransformationDocumentType(Configuration.Doctype) - Method in class com.realobjects.pdfreactor.Configuration
Sets the document type after the XSL-Transformations have been applied.
setPrintDialogPrompt(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables a print dialog to be shown upon opening the generated PDF document by a PDF viewer.
setPriority(Integer) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The priority of the rule.
setPriority(Configuration.XmpPriority) - Method in class com.realobjects.pdfreactor.Configuration.Xmp
Priority of this XMP over XMP generated automatically for the conformance requirements of certain output formats.
setProcessingPreferences(Configuration.ProcessingPreferences[]) - Method in class com.realobjects.pdfreactor.Configuration
Preferences that influence the conversion process without changing the output.
setProgressEventListeners(ProgressEventListener[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a ProgressEventListener.
setProtocol(String) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The protocol if a URL to a resource.
setProtocol(String) - Method in class com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
The protocol, for example "http" or "https".
setQuirksSettings(Configuration.QuirksSettings) - Method in class com.realobjects.pdfreactor.Configuration
Allows to enable or disable behaviors that are otherwise depend on the doctype of the input document.
setRawCookies(Configuration.KeyValuePair[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a cookie to all outgoing HTTP connections.
setRequestHeaders(Configuration.KeyValuePair[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a request header to all outgoing HTTP connections.
setResourceConnectTimeout(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Sets a timeout in milliseconds for connecting to resources, such as HTTP requests to style sheets, images etc.
setResourceReadTimeout(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Sets a timeout in milliseconds for reading resources, such as HTTP requests to style sheets, images etc.
setResourceRequestTimeout(Integer) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setResourceType(ResourceType) - Method in class com.realobjects.pdfreactor.Configuration.ConnectionRule
The type of the resource.
setResult(Result) - Method in exception com.realobjects.pdfreactor.Exceptions.PDFreactorException
 
setRows(Integer) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The number of rows per sheet.
setRtl(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.BookletMode
Whether or not the reading order of the booklet should be right-to-left.
setRules(Configuration.UrlRewriteRule[]) - Method in class com.realobjects.pdfreactor.Configuration.UrlRewriteSettings
The rules according to which URLs are rewritten.
setScript(String) - Method in class com.realobjects.pdfreactor.Configuration.PdfScriptAction
The script source that should be executed.
setSecuritySettings(Configuration.SecuritySettings) - Method in class com.realobjects.pdfreactor.Configuration
Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content.
setSegmentationSettings(Configuration.SegmentationSettings) - Method in class com.realobjects.pdfreactor.Configuration
This property configures segmentation of the conversion, which helps with very large documents.
setSegmentSize(Integer) - Method in class com.realobjects.pdfreactor.Configuration.SegmentationSettings
The preferred size (in number of pages) of the segments into which the conversion will be split.
setSheetMargin(String) - Method in class com.realobjects.pdfreactor.Configuration.BookletMode
The sheet margin as CSS margin value, for example "1in", "1cm 1.5cm" or "10mm 20mm 10mm 30mm".
setSheetMargin(String) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The sheet margin as CSS margin, for example "1in", "1cm 1.5cm" or "10mm 20mm 10mm 30mm".
setSheetSize(String) - Method in class com.realobjects.pdfreactor.Configuration.BookletMode
The size of the sheet as CSS value, for example "A3", "letter landscape", "15in 20in" or "20cm 30cm".
setSheetSize(String) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The sheet size as CSS size, for example "A4", "letter landscape", "15in 20in" or "20cm 30cm".
setSigningMode(Configuration.SigningMode) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
The cryptographic filter mode that is used to sign the PDF, like SELF_SIGNED, VERISIGN_SIGNED or WINCER_SIGNED.
setSigninMode(Configuration.SigningMode) - Method in class com.realobjects.pdfreactor.Configuration.SignPDF
Deprecated.
setSignPDF(Configuration.SignPDF) - Method in class com.realobjects.pdfreactor.Configuration
Sets a digital certificate to sign the newly created PDF.
setSource(String) - Method in class com.realobjects.pdfreactor.Configuration.Font
The source URL of the font (when adding new fonts) or the name of an existing font family (when creating an alias).
setSpacing(String) - Method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
The horizontal and vertical space between pages on a sheet as CSS value, for example "0.1in" or "5mm 2mm".
setStartPage(Integer) - Method in class com.realobjects.pdfreactor.Configuration.InspectableSettings
Specifies an optional page number below which the DOM is not inspected.
setSubject(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the value of the subject field of the PDF document.
setSubstitution(String) - Method in class com.realobjects.pdfreactor.Configuration.UrlRewriteRule
If a URL matches the Configuration.UrlRewriteRule.setPattern(String), it is replaced by this substitution.
setSupportQueryMode(Configuration.CssPropertySupport) - Method in class com.realobjects.pdfreactor.Configuration.CssSettings
Adjusts the CSS property support behavior.
setTargetColorSpace(Configuration.ColorSpace) - Method in class com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
Specifies the target color-space of the PDF.
setThrowLicenseExceptions(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Deprecated.
setTimeLapse(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Specifies whether to fast-forward the virtual time of JavaScript every time it is retrieved.
setTimeout(Integer) - Method in class com.realobjects.pdfreactor.Configuration.JavaScriptSettings
Sets a timeout in seconds for JavaScript processing If the timeout is exceeded, the conversion will be aborted.
setTitle(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the value of the title field of the PDF document.
setTriggerEvent(Configuration.PdfScriptTriggerEvent) - Method in class com.realobjects.pdfreactor.Configuration.PdfScriptAction
The event on which the script is executed.
setType(Configuration.OutputType) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
The output format.
setUntrustedApi(Boolean) - Method in class com.realobjects.pdfreactor.Configuration.SecuritySettings
Specifies whether the PDFreactor configuration object is considered an untrusted context for the purpose of security.
setUri(String) - Method in class com.realobjects.pdfreactor.Configuration.Resource
The URI of the resource.
setUri(String) - Method in class com.realobjects.pdfreactor.Configuration.ScriptResource
Deprecated.
The URI of the resource.
setUri(String) - Method in class com.realobjects.pdfreactor.Configuration.Xmp
URI to XMP to be embedded into the PDF document, if Configuration.Xmp.setContent(String) is not set or null.
setUrl(String) - Method in class com.realobjects.pdfreactor.Configuration.Attachment
If Configuration.Attachment.setData(byte[]) is not set or set to null, the attachment will be retrieved from this URL.
setUrl(String) - Method in class com.realobjects.pdfreactor.Configuration.OutputIntent
The profile URL.
setUrlRewriteSettings(Configuration.UrlRewriteSettings) - Method in class com.realobjects.pdfreactor.Configuration
Specifies settings for URL rewrites, which will transform URLs into others according to certain rules.
setUserPassword(String) - Method in class com.realobjects.pdfreactor.Configuration
Sets the user password of the PDF document.
setUserScripts(Configuration.Resource[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds an user script to the document.
setUserStyleSheets(Configuration.Resource[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds a user style sheet to the document.
setValidateConformance(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables PDFreactor to validate the generated PDF against the Configuration.Conformance specified via Configuration.setConformance(Conformance).
setValidationMode(Configuration.CssPropertySupport) - Method in class com.realobjects.pdfreactor.Configuration.CssSettings
Adjusts the CSS property validation behavior.
setValue(String) - Method in class com.realobjects.pdfreactor.Configuration.KeyValuePair
The value.
setValue(String) - Method in class com.realobjects.pdfreactor.Configuration.MediaFeatureValue
The value that is associated with the given media feature.
setViewerPreferences(Configuration.ViewerPreferences[]) - Method in class com.realobjects.pdfreactor.Configuration
Sets the page layout and page mode preferences of the PDF.
setWidth(Integer) - Method in class com.realobjects.pdfreactor.Configuration.ContinuousOutput
Equivalent to the width of a browser window (view port).
setWidth(Integer) - Method in class com.realobjects.pdfreactor.Configuration.OutputFormat
The with of the output in pixels (image formats only).
setXmp(Configuration.Xmp) - Method in class com.realobjects.pdfreactor.Configuration
Sets custom XMP to be embedded into the PDF document.
setXsltMode(Boolean) - Method in class com.realobjects.pdfreactor.Configuration
Enables or disables XSLT transformations.
setXsltStyleSheets(Configuration.Resource[]) - Method in class com.realobjects.pdfreactor.Configuration
Adds an XSLT style sheet to the document.
SignPDF() - Constructor for class com.realobjects.pdfreactor.Configuration.SignPDF
 
SignPDF(String, String, String, Configuration.KeystoreType, Configuration.SigningMode) - Constructor for class com.realobjects.pdfreactor.Configuration.SignPDF
Deprecated.
STANDARDS - Static variable in class com.realobjects.pdfreactor.Configuration.QuirksMode
Forced no-quirks behavior.
STRICT - Static variable in class com.realobjects.pdfreactor.Configuration.HttpsMode
Indicates strict HTTPS behavior.
STYLESHEET - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
A style sheet.
SWOP - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"US Web Coated (SWOP) v2" output intent default profile.
SWOP_3 - Static variable in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
"Web Coated SWOP 2006 Grade 3 Paper" output intent default profile.

T

TAGSOUP - Static variable in class com.realobjects.pdfreactor.Configuration.Cleanup
Indicates that tagsoup will be used to perform a cleanup when loading a non-well-formed document.
TDPCM - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Thousand dots per centimeter.
TDPI - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Thousand dots per inch.
TDPPX - Static variable in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
Thousand dots per 'px' unit.
terminateConversion(String) - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
Terminates the current conversion.
TerminationException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown if the conversion was terminated programmatically, e.g.
TerminationException(String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.TerminationException
 
TIFF_CCITT_1D - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT 1D/RLE compressed TIFF output format.
TIFF_CCITT_1D_DITHERED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT 1D/RLE compressed TIFF output format, with dithering applied.
TIFF_CCITT_GROUP_3 - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT Group 3/T.4 compressed TIFF output format.
TIFF_CCITT_GROUP_3_DITHERED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT Group 3/T.4 compressed TIFF output format, with dithering applied.
TIFF_CCITT_GROUP_4 - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT Group 4/T.6 compressed TIFF output format.
TIFF_CCITT_GROUP_4_DITHERED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Monochrome CCITT Group 4/T.6 compressed TIFF output format, with dithering applied.
TIFF_LZW - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
LZW compressed TIFF output format.
TIFF_PACKBITS - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
PackBits compressed TIFF output format.
TIFF_UNCOMPRESSED - Static variable in class com.realobjects.pdfreactor.Configuration.OutputType
Uncompressed TIFF output format.
TimeoutException - Exception in com.realobjects.pdfreactor.Exceptions
Thrown if the conversion was terminated by a configured timeout.
TimeoutException(String, String) - Constructor for exception com.realobjects.pdfreactor.Exceptions.TimeoutException
 
TimeoutListener - Class in com.realobjects.pdfreactor.events
An implementation of a ProgressEventListener that automatically terminates the conversion after the specified timeout in seconds.
TimeoutListener(int) - Constructor for class com.realobjects.pdfreactor.events.TimeoutListener
 
toString() - Method in class com.realobjects.pdfreactor.Configuration.KeyValuePair
 
toString() - Method in class com.realobjects.pdfreactor.contentobserver.ExceedingContent
 
TRIM - Static variable in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
The resulting PDF is trimmed to the number of pages of the shorter document.
TYPE_128 - Static variable in class com.realobjects.pdfreactor.Configuration.Encryption
Indicates that the document will be encrypted using RC4 128 bit encryption.
TYPE_40 - Static variable in class com.realobjects.pdfreactor.Configuration.Encryption
Indicates that the document will be encrypted using RC4 40 bit encryption.

U

UNCAUGHT_JAVASCRIPT_EXCEPTION - Static variable in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
Whether an exception should be thrown when there are uncaught exceptions in the input document JavaScript, including syntax error.
UNKNOWN - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An unknown resource type.
UP_LEFT - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from bottom to top and right to left.
UP_RIGHT - Static variable in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
Arranges the pages on a sheet from bottom to top and left to right.
UrlRewriteRule() - Constructor for class com.realobjects.pdfreactor.Configuration.UrlRewriteRule
 
UrlRewriteSettings() - Constructor for class com.realobjects.pdfreactor.Configuration.UrlRewriteSettings
 

V

valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.AddressType
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.Cleanup
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ColorSpace
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.Conformance
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ConnectionRuleAction
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.Doctype
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.Encryption
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.HttpsMode
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.KeystoreType
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.LogLevel
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.MediaFeature
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.MergeMode
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.OutputType
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.PageOrder
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ProcessingPreferences
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.QuirksMode
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.SigningMode
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.Configuration.XmpPriority
 
valueOf(String) - Static method in class com.realobjects.pdfreactor.contentobserver.ResourceType
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.AddressType
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.Cleanup
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ColorSpace
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.Conformance
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ConnectionRuleAction
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.CssPropertySupport
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.Doctype
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.Encryption
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ErrorPolicy
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ExceedingContentAgainst
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ExceedingContentAnalyze
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.HttpsMode
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.JavaScriptDebugMode
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.JavaScriptMode
Deprecated.
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.KeystoreType
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.LogLevel
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.MediaFeature
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.MergeMode
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.OutputType
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.OverlayRepeat
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.PageOrder
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.PagesPerSheetDirection
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ProcessingPreferences
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.QuirksMode
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ResolutionUnit
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.SigningMode
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.ViewerPreferences
 
values() - Static method in class com.realobjects.pdfreactor.Configuration.XmpPriority
 
values() - Static method in class com.realobjects.pdfreactor.contentobserver.ResourceType
 
VERISIGN_SIGNED - Static variable in class com.realobjects.pdfreactor.Configuration.SigningMode
The VeriSign filter.
VERSION - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
Version - Class in com.realobjects.pdfreactor
The Version class represents the version of PDFreactor.

W

WARN - Static variable in class com.realobjects.pdfreactor.Configuration.LogLevel
Indicates that warn and fatal log events will be logged.
WIDTH - Static variable in class com.realobjects.pdfreactor.Configuration.MediaFeature
CSS 3 Media Feature width of page content.
WINCER_SIGNED - Static variable in class com.realobjects.pdfreactor.Configuration.SigningMode
The Windows Certificate Security: PDFreactor creates a signature with the adbe.pkcs7.sha1 (PKCS#7) filter type.

X

XHR - Static variable in class com.realobjects.pdfreactor.contentobserver.ResourceType
An XMLHttpRequest.
XHTML - Static variable in class com.realobjects.pdfreactor.Configuration.Doctype
Indicates that the document type will be set to XHTML.
XML - Static variable in class com.realobjects.pdfreactor.Configuration.Doctype
Indicates that the document type will be set to generic XML.
Xmp() - Constructor for class com.realobjects.pdfreactor.Configuration.Xmp
 
Xmp(String, String, Configuration.XmpPriority) - Constructor for class com.realobjects.pdfreactor.Configuration.Xmp
Deprecated.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
PDFreactor API

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