Package com.pdftools.pdf
Class Conformance
java.lang.Object
com.pdftools.pdf.Conformance
The conformance of a PDF document
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe attributes of a PDF/A versionstatic classThe PDF version number -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new PDF/A conformance.Conformance(Conformance.Version version) Create a new conformance for a specific PDF version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanconformsTo(Conformance other) Check if this conformance conforms to another.booleangetPdfA()The the PDF/A version attributes of this conformanceThe PDF version of this conformanceinthashCode()static ConformancetoString()
-
Constructor Details
-
Conformance
Create a new conformance for a specific PDF version. -
Conformance
Create a new PDF/A conformance.
-
-
Method Details
-
getVersion
The PDF version of this conformance -
getPdfA
The the PDF/A version attributes of this conformance- Returns:
nullfor non PDF/A conformances. The PDF/A version otherwise.
-
conformsTo
Check if this conformance conforms to another. -
toString
-
parse
-
equals
-
hashCode
public int hashCode()
-