Uses of Class
org.faceless.pdf2.PDFReader
-
Packages that use PDFReader Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of PDFReader in org.faceless.pdf2
Constructors in org.faceless.pdf2 with parameters of type PDFReader Constructor Description PDF(PDFReader reader)
Create a PDF from the specifiedPDFReader
.PDF(PDFReader reader, int revision)
Create a PDF from the specifiedPDFReader
, using the specified revision of the document. -
Uses of PDFReader in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDFReader Modifier and Type Method Description void
WarningNotifier. register(PDFReader source, JComponent destination)
Register aPDFReader
with this object.void
WarningNotifier. unregister(PDFReader source)
Unregister a previously registered PDFReader
-