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 PDFDocument
s and theirPage
s, 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 PDFVersion
Document. getPDFVersion()
Returns thePDFVersion
instance that corresponds with the version of the PDF file specification to which current PDF file adheres.PDFVersion
PDFTextStream. getPDFVersion()
Deprecated.static PDFVersion
PDFVersion. 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.
-