public interface WorkingBundle
WorkingBundle contains information about the current
document being processed.| Modifier and Type | Method and Description |
|---|---|
String |
getInitialFileName()
Deprecated.
Returns the initial file name for the
WorkingBundle file. |
InputStream |
getInputStream()
Deprecated.
Returns the file contained within the
WorkingBundle as an
InputStream. |
PDFDocument |
getPDFDocument()
Deprecated.
Returns the
PDFDocument for this WorkingBundle. |
PDFDocument getPDFDocument()
PDFDocument for this WorkingBundle.
If the document contained within the WorkingBundle is not a
PDFDocument, this method returns null.WorkingBundle file as a PDFDocumentInputStream getInputStream()
WorkingBundle as an
InputStream. This method can be used to process files other
than PDF's when the original file contents are needed.WorkingBundle file an an
InputStreamString getInitialFileName()
WorkingBundle file.WorkingBundle file