Class ValidationOptions
The PDF validation options
Options to check the quality and standard conformance of documents using the validator's methodValidator.validate(com.pdftools.pdf.Document).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe conformance to be validated (Getter)voidsetConformance(Conformance value) The conformance to be validated (Setter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Constructor Details
-
ValidationOptions
public ValidationOptions()
-
-
Method Details
-
getConformance
The conformance to be validated (Getter)
The required conformance or
nullto validate the document's claimed conformance, i.e.pdftools.pdf.Document.getConformance.The PDF validation verifies if the input document conforms to all standards associated with this conformance.
Note that it is generally only meaningful to validate the claimed conformance of a document.
Default value:
null, i.e. validate the document's claimed conformance. -
setConformance
The conformance to be validated (Setter)
The required conformance or
nullto validate the document's claimed conformance, i.e.pdftools.pdf.Document.getConformance.The PDF validation verifies if the input document conforms to all standards associated with this conformance.
Note that it is generally only meaningful to validate the claimed conformance of a document.
Default value:
null, i.e. validate the document's claimed conformance.
-