Uses of Class
com.snowtide.pdf.PDFVersion
-
Packages that use PDFVersion Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocuments and theirPages, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of PDFVersion in com.snowtide.pdf
Methods in com.snowtide.pdf that return PDFVersion Modifier and Type Method Description PDFVersionDocument. getPDFVersion()Returns thePDFVersioninstance that corresponds with the version of the PDF file specification to which current PDF file adheres.PDFVersionPDFTextStream. getPDFVersion()Deprecated.static PDFVersionPDFVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFVersion[]PDFVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-