Interface | Description |
---|---|
ConverterListener |
This interface defines events for implementing user classes that use the
DocumentConverter . |
DocumentListener | |
IDocument | |
IPage | Deprecated
Instead use
IPage |
NewFontEncounteredListener |
This interface defines events that are called when
a new font is encountered when converting to a PDF document. |
Class | Description |
---|---|
AddAttachmentEvent |
This class represents an event when a user class instance implementing the
ConverterListener adds a file to a document as an attachment. |
BeginDigitizePageEvent | |
ConverterBeginDigitizePageEvent |
This class represents an event when a user class instance implementing the
ConverterListener begins digitizing a page. |
ConverterBeginInputDocumentEvent |
This class represents an event when a user class instance implementing the
ConverterListener begins processing a document for conversion. |
ConverterBeginInputPageEvent |
This class represents an event when a user class instance implementing the
ConverterListener begins processing a page for conversion. |
ConverterBeginJobEvent |
This class represents an event when a user class instance implementing the
ConverterListener begins a new conversion job. |
ConverterDigitizerSettings |
This class represents digitization settings in document conversion
operations.
|
ConverterEndDigitizePageEvent |
This class represents an event when a user class instance implementing the
ConverterListener has finished digitizing a page. |
ConverterEndInputDocumentEvent |
This class represents an event when a user class instance implementing the
ConverterListener has finished processing the input document. |
ConverterEndInputPageEvent |
This class represents an event when a user class instance implementing the
ConverterListener has finished processing a page for conversion. |
ConverterEndJobEvent |
This class represents an event when a user class instance implementing the
ConverterListener has finished a conversion job. |
ConverterErrorEvent |
This class represents an event when a user class instance implementing the
ConverterListener encounters an error when converting a document. |
ConverterEvent |
This is a base class for
DocumentConverter events. |
ConverterInputDocumentInfoEvent |
This class represents details about a document that is being converted.
|
ConverterJobInfoEvent |
This class represents details about a document conversion operation.
|
ConverterListenerAdapter |
This is an abstract class for selectively implementing
ConverterListener methods. |
ConverterNeedFileNameEvent |
This class represents an event when a user class instance implementing the
ConverterListener needs a file name to save a converted document. |
ConverterNeedOutputStreamEvent |
This class represents an event when a user class instance implementing the
ConverterListener requires a stream to save a converted document. |
ConverterNeedPasswordEvent |
This class represents an event when a user class instance implementing the
ConverterListener needs a password to convert a document. |
ConverterOutputPageReadyEvent |
This class represents an event when a user class instance implementing the
ConverterListener has converted a page. |
ConverterOutputReadyEvent |
This class represents an event when a user class instance implementing the
ConverterListener has converted a document. |
ConverterPreferences |
This class represents DocumentConverter settings such as those for input page
range, password and digitization.
|
CurrentPageCount | |
DigitizerSettings | Deprecated
Instead use
DigitizerSettings . |
DocumentConverter |
This class represents the document converter.
|
DocumentEvent | |
DocumentInfo | |
DocumentListenerAdapter | |
DocumentManager | |
DocUtils | |
EncoderSettings |
This is the base class for format-specific document-conversion settings.
|
EndDigitizePageEvent | |
ExceptionMessages | |
FileInfo | |
JavaAWTGraphicsSurface |
For internal use.
|
LoadDocumentCallable |
For internal use.
|
LoadDocumentFutureTask | |
Margin | Deprecated
Instead use
Margin |
NeedFileNameEvent | |
NeedOutputStreamEvent | |
NeedPasswordEvent |
This class represents when a
password is
required to decrypt a document. |
NewFontEncounteredEvent |
This class represents an event when a new font is encountered when converting
a document to a PDF format.
|
OCRSettings | Deprecated
Instead use
OCRSettings |
Page | Deprecated
Instead use
Page |
PageAlignment |
This class specifies page alignment settings.
|
PageLayout | |
PageLayoutEditorPanel | |
PageLayoutPropertyEditor | |
PageLoadedEvent | |
PageMargin | Deprecated
Instead use
PageMargin |
PageRangeSettings |
This class represents page range settings for document-processing operations.
|
PasswordSettings |
This class represents password settings for handling encrypted documents.
|
Preferences |
This is a base class for viewer settings.
|
RenderingSettings |
This class represents content rendering settings of viewer components.
|
RenderingSettings.ColorRenderingSettings |
This class represents color-rendering settings.
|
RenderingSettings.ImageRenderingSettings |
This class represents image-rendering settings.
|
RenderingSettings.LineArtRenderingSettings |
This class represents shape-rendering settings.
|
RenderingSettings.ResolutionSettings |
This class represents pixel density settings.
|
RenderingSettings.TextRenderingSettings |
This class represents text-rendering settings.
|
SearchItem | |
TextFormatterSettings |
Enum | Description |
---|---|
PageLayoutMode |
Exception | Description |
---|---|
ConverterException |
This class represents an exception encountered by
DocumentConverter.convertToFile(String, String) when converting a
document. |
DOCXException | |
FileCorruptException | |
FormatNotSupportedException | |
IncorrectPasswordException | |
InsufficientPermissionsException | |
InvalidOperationException | |
PageIndexOutOfBoundsException | |
XDocException | Deprecated
Instead use
XDocException |
DocumentConverter
class.