public interface ConverterListener
DocumentConverter
.Modifier and Type | Method and Description |
---|---|
void |
addAttachment(AddAttachmentEvent e)
Occurs when the attachment is added to a PDF portfolio.
|
void |
beginDigitizePage(ConverterBeginDigitizePageEvent e)
Occurs when a page is about to be digitized.
|
void |
beginDocument(ConverterBeginInputDocumentEvent e)
Occurs when a document is about to be converted.
|
void |
beginJob(ConverterBeginJobEvent e)
Occurs when a conversion job for a set of documents is about to start.
|
void |
beginPage(ConverterBeginInputPageEvent e)
Occurs when conversion of a page is about to start.
|
void |
endDigitizePage(ConverterEndDigitizePageEvent e)
Occurs when a page has been just been digitized.
|
void |
endDocument(ConverterEndInputDocumentEvent e)
Occurs when the conversion ends for a document.
|
void |
endJob(ConverterEndJobEvent e)
Occurs when conversion of a document has ended.
|
void |
endPage(ConverterEndInputPageEvent e)
Occurs when a page in a page has been converted.
|
void |
error(ConverterErrorEvent e)
Occurs when there is an error with the conversion operation.
|
void |
needFileName(ConverterNeedFileNameEvent e)
Occurs when a file name can be specified for saving a converted document.
|
void |
needOutputStream(ConverterNeedOutputStreamEvent e)
Occurs when a stream is required for saving the converted document.
|
void |
needPassword(ConverterNeedPasswordEvent e)
Occurs when a password is required to decrypt a document.
|
void |
outputPageReady(ConverterOutputPageReadyEvent e)
Occurs when a page has been converted.
|
void |
outputReady(ConverterOutputReadyEvent e)
Occurs when the conversion job has completed and the output documents have
been saved.
|
void beginJob(ConverterBeginJobEvent e)
e
- details about the eventvoid beginDocument(ConverterBeginInputDocumentEvent e)
e
- details about an eventvoid beginPage(ConverterBeginInputPageEvent e)
e
- details about an eventvoid beginDigitizePage(ConverterBeginDigitizePageEvent e)
e
- details about an eventvoid endDigitizePage(ConverterEndDigitizePageEvent e)
e
- details about an eventvoid endPage(ConverterEndInputPageEvent e)
e
- details about an eventvoid outputPageReady(ConverterOutputPageReadyEvent e)
e
- details about an eventvoid addAttachment(AddAttachmentEvent e)
e
- details about an eventvoid endDocument(ConverterEndInputDocumentEvent e)
e
- details about an eventvoid endJob(ConverterEndJobEvent e)
e
- details about an eventvoid error(ConverterErrorEvent e)
e
- details about an eventvoid needPassword(ConverterNeedPasswordEvent e)
e
- details about an eventvoid needFileName(ConverterNeedFileNameEvent e)
e
- details about an eventvoid needOutputStream(ConverterNeedOutputStreamEvent e)
e
- details about an eventvoid outputReady(ConverterOutputReadyEvent e)
e
- details about an event