public class ConverterOutputReadyEvent extends ConverterEvent
ConverterListener
has converted a document.Constructor and Description |
---|
ConverterOutputReadyEvent(Object source,
ConverterJobInfoEvent jobInfo,
OutputStream outputStream,
String fileName,
boolean isStreamOutput,
int inputDocumentIndex,
int inputPageNumber) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Returns the filename of the converted document.
|
int |
getInputDocumentIndex()
Returns the number of the current input document that was converted.
|
int |
getInputPageNumber()
Returns the number of the current input page that was converted.
|
OutputStream |
getOutputStream()
Returns the stream containing the converted document.
|
boolean |
isStreamOutput()
Returns whether the input documents have been converted to a stream.
|
getJobInfo, isCancel, setCancel
getSource, toString
public ConverterOutputReadyEvent(Object source, ConverterJobInfoEvent jobInfo, OutputStream outputStream, String fileName, boolean isStreamOutput, int inputDocumentIndex, int inputPageNumber)
public OutputStream getOutputStream()
public String getFileName()
public boolean isStreamOutput()
public int getInputDocumentIndex()
public int getInputPageNumber()