Uses of Class
org.faceless.pdf2.PDF
-
Packages that use PDF Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs.org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of PDF in org.faceless.pdf2
Methods in org.faceless.pdf2 that return PDF Modifier and Type Method Description PDF
ArlingtonModelIssue. getPDF()
Return the PDF this Result applies toPDF
EmbeddedFile. getPDF()
If this EmbeddedFile contains a PDF object, parse it and return it.PDF
Form. getPDF()
Return the PDF associated with this formPDF
PDFPage. getPDF()
Return the PDF this page is part of, ornull
if it hasn't been attached to a PDF yet.PDF
PDFParser. getPDF()
Return the PDF this PDFParser is built from.PDF
EmbeddedFile. getSourcePDF()
Return the PDF that "owns" this EmbeddedFile - the PDF which most recently contained this object in itsgetEmbeddedFiles()
map.Methods in org.faceless.pdf2 with parameters of type PDF Modifier and Type Method Description Graphics2D
PDFCanvas. createGraphics(PDF pdf)
Return aGraphics2D
implementation that renders to this PDFCanvas.Graphics2D
PDFPage. createGraphics(PDF pdf)
Create aGraphics2D
object which can be used to write to this page.void
XMP. repair(PDF pdf, OutputProfile target, OutputProfiler.Strategy... strategy)
Attempt to repair this XMP object to match the specified target, using the specified strategy.void
OutputProfiler. setPDF(PDF pdf)
Set the PDF to create the OutputProfile from.void
PDFCanvas. setPDF(PDF pdf)
"Attach" this PDFCanvas to the specified PDF.List<ArlingtonModelIssue>
Arlington. verify(PDF pdf)
Constructors in org.faceless.pdf2 with parameters of type PDF Constructor Description EmbeddedFile(PDF pdf, String name)
Set the content of this EmbeddedFile to the specified PDF.FDF(PDF pdf)
Create a new FDF from the specified PDF.OutputProfiler(PDF pdf)
Create a new OutputProfiler and callsetPDF()
PDF(PDF pdf)
Create a PDF that's a clone of the specified PDF.PDFParser(PDF pdf)
Creates a PDFParser from the specifiedPDF
document. -
Uses of PDF in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return PDF Modifier and Type Method Description PDF
DocumentPanel. getPDF()
Return the PDF currently being displayed by thisDocumentPanel
PDF
ViewerEvent. getPDF()
Return thePDF
of the DocumentPanelabstract PDF
Importer.ImporterTask. loadPDF()
Load and return a PDF.Methods in org.faceless.pdf2.viewer2 that return types with arguments of type PDF Modifier and Type Method Description List<PDF>
DocumentPanel. getAllPDFs()
Return a read-only list of all PDF objects used in this DocumentPanel.Methods in org.faceless.pdf2.viewer2 with parameters of type PDF Modifier and Type Method Description void
JSManager. appOpenDoc(String cPath, PDF pdf, String cFS, Boolean bHidden, Boolean bUseConv, String cDest)
An implementation of theApp.openDoc
JavaScript methodString
JSManager. docExportAsXFDFStr(PDF pdf, Boolean bAllFields, Boolean bNoPassword, FormElement[] fields, Boolean bAnnotations, String cHRef)
DocumentPanel
JSManager. getDocumentPanel(PDF pdf)
Return the DocumentPanel that contains the specified PDFabstract Exporter.ExporterTask
Exporter. getExporter(DocumentPanel panel, PDF pdf, JComponent component, OutputStream out)
Return a newExporter.ExporterTask
that would save a PDFPoint2D
JSManager. getLastMousePosition(PDF pdf)
Get the point in PDF space where the last mouse event (MouseEnter, MouseExit, MouseUp, MouseDown) occurredprotected PDFParser
Importer. getParser(PDF pdf)
Create aPDFParser
for the specified PDF.void
PDFViewer. loadPDF(PDF pdf, String name)
Load a pre-loaded PDF into the viewer.void
Exporter. postProcessPDF(PDF pdf)
Called byExporter.ExporterTask.savePDF()
just after the PDF is saved, you can override this method for custom processing.void
Exporter. preProcessPDF(PDF pdf)
Called byExporter.ExporterTask.savePDF()
just before the PDF is saved, you can override this method for custom processing.protected void
Importer. processPDF(PDF pdf)
Perform any processing on the PDF after it has been loaded but before it's handed off to the viewer.JSEvent
JSManager. runEventBatchExec(DocumentPanel panel, PDF pdf, String javascript)
Raise theBatch/Exec
JavaScript methodvoid
DocumentPanel. setPDF(PDF pdf)
Set the PDF to be displayed by thisDocumentPanel
.void
DocumentPanel. setPDF(PDF pdf, PDFPage page)
Set the PDF to be displayed by thisDocumentPanel
, and specify the initial page to display. -
Uses of PDF in org.faceless.pdf2.viewer2.feature
Fields in org.faceless.pdf2.viewer2.feature declared as PDF Modifier and Type Field Description protected PDF
NavigationWidget. pdf
The current document.Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDF Modifier and Type Method Description void
Info. displayInfoPanel(PDF pdf, PDFViewer viewer)
Exporter.ExporterTask
PDFExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)
Exporter.ExporterTask
TextExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)
Exporter.ExporterTask
TIFFExporter. getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
JComponent
Info. getInfoPanel(PDF pdf, PDFPage page, File file)
JComponent
Info. getPublicKeyEncryptionPanel(PDF pdf)
JComponent
Info. getStandardEncryptionPanel(PDF pdf)
void
WarningNotifier. register(PDF source, JComponent destination)
Register a PDF with this object.void
WarningNotifier. unregister(PDF source)
Unregister a previously registered PDF
-