Class ValidationOptions


public class ValidationOptions extends NativeObject

The PDF validation options

Options to check the quality and standard conformance of documents using the validator's method Validator.validate(com.pdftools.pdf.Document).
  • Constructor Details

    • ValidationOptions

      public ValidationOptions()
  • Method Details

    • getConformance

      public Conformance getConformance()

      The conformance to be validated (Getter)

      The required conformance or null to 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

      public void setConformance(Conformance value)

      The conformance to be validated (Setter)

      The required conformance or null to 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.