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

A

ADD_BOOKMARKS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ADD_LINKS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ADD_PREVIEW_IMAGES_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ADD_TAGS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_ANNOTATIONS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_ASSEMBLY_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_COPY_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_DEGRADED_PRINTING_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_FILL_IN_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_MODIFY_CONTENTS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_PRINTING_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ALLOW_SCREEN_READERS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
APPEND_LOG_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
AUTHOR_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
addProgressEventListener(ProgressEventListener) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a progress event listener.
addUserStyleSheet(InputSource) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a user style sheet to the document.
addUserStyleSheet(String, String, String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds a user style sheet to the document.
addXSLTStyleSheet(String, String) - Method in class com.realobjects.pdfreactor.PDFreactor
Adds an XSLT style sheet to the document.

B

BASE_URL_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

C

CACHE_FONTS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
CLEANUP_CYBERNEKO - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the CyberNeko HTML parser will be used to perform a cleanup when loading a document.
CLEANUP_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
The default cleanup setting.
CLEANUP_JTIDY - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that JTidy will be used to perform a cleanup when loading a document.
CLEANUP_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that no cleanup will be performed when loading a document.
CLEANUP_TAGSOUP - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that tagsoup will be used to perform a cleanup when loading a document.
CREATOR_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
com.realobjects.pdfreactor - package com.realobjects.pdfreactor
 
com.realobjects.pdfreactor.events - package com.realobjects.pdfreactor.events
 

D

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

E

ENCODING_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ENCRYPTION_128 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will be encrypted using RC4 128 bit encryption.
ENCRYPTION_40 - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will be encrypted using RC4 40 bit encryption.
ENCRYPTION_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
The default encryption setting.
ENCRYPTION_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Indicates that the document will not be encrypted.

F

FONT_CACHE_PATH_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
FONT_DIRECTORY_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
FULL_COMPRESSION_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

G

getByteStream() - Method in class org.w3c.css.sac.InputSource
Get the byte stream for this input source.
getCharacterStream() - Method in class org.w3c.css.sac.InputSource
Get the character stream for this input source.
getDescription() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
The description of the current progress step.
getEncoding() - Method in class org.w3c.css.sac.InputSource
Get the character encoding for a byte stream or URI.
getError() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the error messages generated during rendering.
getLog() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the log messages generated during rendering based on the log level.
getLogger() - Method in class com.realobjects.pdfreactor.PDFreactor
Returns the current logger.
getMedia() - Method in class org.w3c.css.sac.InputSource
Returns the media associated to the input source or null if media are currently unknown.
getProgressEndValue() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
Returns the endValue the progress value will finally reach upon completion.
getProgressValue() - Method in interface com.realobjects.pdfreactor.events.ProgressEvent
Returns the current progress value.
getTitle() - Method in class org.w3c.css.sac.InputSource
Returns the title for this input source.
getURI() - Method in class org.w3c.css.sac.InputSource
Get the URI for this input source.

I

InputSource - class org.w3c.css.sac.InputSource.
A single input source for a CSS source.
InputSource() - Constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
InputSource(Reader) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
isValidCleanup(int) - Static method in class com.realobjects.pdfreactor.PDFreactor
Determines whether a specified number is a valid cleanup value or not.
isValidDocType(int) - Static method in class com.realobjects.pdfreactor.PDFreactor
Determines whether a specified number is a valid document type value or not.
isValidEncryption(int) - Static method in class com.realobjects.pdfreactor.PDFreactor
Determines whether a specified number is a valid encryption value or not.
isValidLogLevel(int) - Static method in class com.realobjects.pdfreactor.PDFreactor
Determines whether a specified number is a valid log level value or not.

K

KEYWORDS_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

L

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

M

MERGE_BEFORE_PDF_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
MERGE_BYTE_ARRAY_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
MERGE_URL_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

O

OWNER_PASSWORD_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

P

PDFreactor - class com.realobjects.pdfreactor.PDFreactor.
RealObjects(R) PDFreactor(R)
PDFreactor() - Constructor for class com.realobjects.pdfreactor.PDFreactor
Constructs PDFreactor.
PRINT_DIALOG_PROMPT_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
ProgressEvent - interface com.realobjects.pdfreactor.events.ProgressEvent.
This interface defines a continuous progress event during PDF creation.
ProgressEventListener - interface com.realobjects.pdfreactor.events.ProgressEventListener.
Implement this interface to be informed about the PDF creation progress.
progress(ProgressEvent) - Method in interface com.realobjects.pdfreactor.events.ProgressEventListener
This method will be called when a progress event occurs.

R

removeAllUserStyleSheets() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all user style sheets.
removeAllXSLTStyleSheets() - Method in class com.realobjects.pdfreactor.PDFreactor
Removes all XSLT style sheets.
removeProgressEventListener(ProgressEventListener) - Method in class com.realobjects.pdfreactor.PDFreactor
Removes a progress event listener.
renderDocument(InputSource, OutputStream) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an InputSource based on the current settings.
renderDocumentFromByteArray(byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document based on the current settings.
renderDocumentFromContent(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document based on the current settings.
renderDocumentFromURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Generates a PDF document from an XML document based on the current settings.

S

SUBJECT_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
setAddBookmarks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables bookmarks in the PDF document.
setAddLinks(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables links in the PDF document.
setAddPreviewImages(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables embedding of image previews per page in the PDF document.
setAddTags(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables tagging of the PDF document.
setAllowAnnotations(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'annotations' restriction in the PDF document.
setAllowAssembly(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'assembly' restriction in the PDF document.
setAllowCopy(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'copy' restriction in the PDF document.
setAllowDegradedPrinting(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'degraded printing' restriction in the PDF document.
setAllowFillIn(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'fill in' restriction in the PDF document.
setAllowModifyContents(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'modify contents' restriction in the PDF document.
setAllowPrinting(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'printing' restriction in the PDF document.
setAllowScreenReaders(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the 'screen readers' restriction in the PDF document.
setAppendLog(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Specifies whether or not the log data should be added to the PDF document.
setAuthor(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the author field of the PDF document.
setBaseURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the base URL of the XML document.
setByteStream(InputStream) - Method in class org.w3c.css.sac.InputSource
Set the byte stream for this input source.
setCacheFonts(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables caching of font information.
setCharacterStream(Reader) - Method in class org.w3c.css.sac.InputSource
Set the character stream for this input source.
setCleanupTool(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the cleanup tool to use for documents with unparsable content.
setCreator(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of creator field of the PDF document.
setDisableFontRegistration(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables the font registration.
setDocType(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Deprecated. Since PDFreactor version 2. Replaced by setDocumentType(int).
setDocTypeAsInt(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Deprecated. Since PDFreactor version 2. Replaced by setDocumentType(int).
setDocumentDefaultLanguage(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the language used for documents having no explicit language attribute set.
setDocumentType(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the document type.
setEncoding(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the encoding of the document.
setEncoding(String) - Method in class org.w3c.css.sac.InputSource
Set the character encoding, if known.
setEncryption(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the encryption.
setFontCachePath(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the path of the font cache.
setFontDirectory(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the font directory from which fonts will be read.
setFullCompression(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables full compression of the PDF document.
setKeywords(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the keywords field of the PDF document.
setLicenseKey(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the license key using a string.
setLicenseKeyInputSource(InputSource) - Method in class com.realobjects.pdfreactor.PDFreactor
Deprecated. Since PDFreactor version 2. Replaced by setLicenseKey(String).
setLogLevel(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the log level.
setLogger(Logger) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets a logger to receive log messages.
setMedia(String) - Method in class org.w3c.css.sac.InputSource
Set the media for this input source.
setMergeBeforePDF(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the merge method which describes how the two PDF documents (the PDF from the XML source and the external PDF) will be merged.
setMergeByteArray(byte[]) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets a byte array containing an external PDF document which will be merged with the PDF document generated by the XML source.
setMergeURL(String) - Method in class com.realobjects.pdfreactor.PDFreactor
This method sets a URL of an external PDF document which will be merged with the PDF document generated by the XML source.
setOwnerPassword(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the owner password of the PDF document.
setPrintDialogPrompt(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables a print dialog to be shown upon opening the generated PDF document by a PDF viewer.
setSubject(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the subject field of the PDF document.
setTitle(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the value of the title field of the PDF document.
setTitle(String) - Method in class org.w3c.css.sac.InputSource
Set the title for this input source.
setURI(String) - Method in class org.w3c.css.sac.InputSource
Set the URI for this input source.
setUserPassword(String) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the user password of the PDF document.
setViewerPreferences(int) - Method in class com.realobjects.pdfreactor.PDFreactor
Sets the page layout and page mode preferences of the PDF.
setXSLTMode(boolean) - Method in class com.realobjects.pdfreactor.PDFreactor
Enables or disables XSLT transformations.

T

TITLE_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

U

USER_PASSWORD_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

V

VIEWER_PREFERENCES_CENTER_WINDOW - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position the document's window in the center of the screen.
VIEWER_PREFERENCES_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 
VIEWER_PREFERENCES_DIRECTION_L2R - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position pages in ascending order from left to right.
VIEWER_PREFERENCES_DIRECTION_R2L - Static variable in class com.realobjects.pdfreactor.PDFreactor
Position pages in ascending order from right to left.
VIEWER_PREFERENCES_DISPLAY_DOC_TITLE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the document's title in the top bar.
VIEWER_PREFERENCES_FIT_WINDOW - Static variable in class com.realobjects.pdfreactor.PDFreactor
Resize the document's window to fit the size of the first displayed page
VIEWER_PREFERENCES_HIDE_MENUBAR - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide the viewer application's menu bar when the document is active.
VIEWER_PREFERENCES_HIDE_TOOLBAR - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide the viewer application's tool bars when the document is active.
VIEWER_PREFERENCES_HIDE_WINDOW_UI - Static variable in class com.realobjects.pdfreactor.PDFreactor
Hide user interface elements in the document's window.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show document outline panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show attachments panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show thumbnail images panel on exiting full-screen mode.
VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show optional content group panel on exiting full-screen mode.
VIEWER_PREFERENCES_PAGE_LAYOUT_ONE_COLUMN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in one column.
VIEWER_PREFERENCES_PAGE_LAYOUT_SINGLE_PAGE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display one page at a time.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in two columns, with odd numbered pages on the left.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display the pages in two columns, with odd numbered pages on the right.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_LEFT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display two pages at a time, with odd numbered pages on the left.
VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_RIGHT - Static variable in class com.realobjects.pdfreactor.PDFreactor
Display two pages at a time, with odd numbered pages on the right.
VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN - Static variable in class com.realobjects.pdfreactor.PDFreactor
Switch to fullscreen mode on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_ATTACHMENTS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show attachments panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_NONE - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show no panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_OC - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show optional content group panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_OUTLINES - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show document outline panel on startup.
VIEWER_PREFERENCES_PAGE_MODE_USE_THUMBS - Static variable in class com.realobjects.pdfreactor.PDFreactor
Show thumbnail images panel on startup.

X

XSLT_MODE_DEFAULT - Static variable in class com.realobjects.pdfreactor.PDFreactor
 

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

This doc was generated on 2008-07-07. Copyright © 2002-2006 RealObjects GmbH. All Rights Reserved.