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 PDFArlingtonModelIssue. getPDF()Return the PDF this Result applies toPDFEmbeddedFile. getPDF()If this EmbeddedFile contains a PDF object, parse it and return it.PDFForm. getPDF()Return the PDF associated with this formPDFPDFPage. getPDF()Return the PDF this page is part of, ornullif it hasn't been attached to a PDF yet.PDFPDFParser. getPDF()Return the PDF this PDFParser is built from.PDFEmbeddedFile. 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 Graphics2DPDFCanvas. createGraphics(PDF pdf)Return aGraphics2Dimplementation that renders to this PDFCanvas.Graphics2DPDFPage. createGraphics(PDF pdf)Create aGraphics2Dobject which can be used to write to this page.static PDFActionPDFAction. fromPath(String fullpath, PDF pdf)Create an action based on a full-path consisting of:voidXMP. repair(PDF pdf, OutputProfile target, OutputProfiler.Strategy... strategy)Attempt to repair this XMP object to match the specified target, using the specified strategy.voidOutputProfiler. setPDF(PDF pdf)Set the PDF to create the OutputProfile from.voidPDFCanvas. 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 specifiedPDFdocument. -
Uses of PDF in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return PDF Modifier and Type Method Description PDFDocumentPanel. getPDF()Return the PDF currently being displayed by thisDocumentPanelPDFViewerEvent. getPDF()Return thePDFof the DocumentPanelabstract PDFImporter.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 voidJSManager. appOpenDoc(String cPath, PDF pdf, String cFS, Boolean bHidden, Boolean bUseConv, String cDest)An implementation of theApp.openDocJavaScript methodStringJSManager. docExportAsXFDFStr(PDF pdf, Boolean bAllFields, Boolean bNoPassword, FormElement[] fields, Boolean bAnnotations, String cHRef)DocumentPanelJSManager. getDocumentPanel(PDF pdf)Return the DocumentPanel that contains the specified PDFabstract Exporter.ExporterTaskExporter. getExporter(DocumentPanel panel, PDF pdf, JComponent component, OutputStream out)Return a newExporter.ExporterTaskthat would save a PDFPoint2DJSManager. getLastMousePosition(PDF pdf)Get the point in PDF space where the last mouse event (MouseEnter, MouseExit, MouseUp, MouseDown) occurredprotected PDFParserImporter. getParser(PDF pdf)Create aPDFParserfor the specified PDF.voidPDFViewer. loadPDF(PDF pdf, String name)Load a pre-loaded PDF into the viewer.voidExporter. postProcessPDF(PDF pdf)Called byExporter.ExporterTask.savePDF()just after the PDF is saved, you can override this method for custom processing.voidExporter. preProcessPDF(PDF pdf)Called byExporter.ExporterTask.savePDF()just before the PDF is saved, you can override this method for custom processing.protected voidImporter. processPDF(PDF pdf)Perform any processing on the PDF after it has been loaded but before it's handed off to the viewer.JSEventJSManager. runEventBatchExec(DocumentPanel panel, PDF pdf, String javascript)Raise theBatch/ExecJavaScript methodvoidDocumentPanel. setPDF(PDF pdf)Set the PDF to be displayed by thisDocumentPanel.voidDocumentPanel. 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 PDFNavigationWidget. pdfThe current document.Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDF Modifier and Type Method Description voidInfo. displayInfoPanel(PDF pdf, PDFViewer viewer)Exporter.ExporterTaskPDFExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)Exporter.ExporterTaskTextExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)Exporter.ExporterTaskTIFFExporter. getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)JComponentInfo. getInfoPanel(PDF pdf, PDFPage page, File file)JComponentInfo. getPublicKeyEncryptionPanel(PDF pdf)JComponentInfo. getStandardEncryptionPanel(PDF pdf)voidWarningNotifier. register(PDF source, JComponent destination)Register a PDF with this object.voidWarningNotifier. unregister(PDF source)Unregister a previously registered PDF
-