Class ValidationOptions

    • Constructor Detail

      • ValidationOptions

        public ValidationOptions()
    • Method Detail

      • 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.