Class ValidationResult


public class ValidationResult extends NativeObject

The PDF validation result

Result of the validator's method Validator.validate(com.pdftools.pdf.Document).
  • Method Details

    • getConformance

      public Conformance getConformance()

      The validated conformance (Getter)

    • getIsConforming

      public boolean getIsConforming()

      Whether the document is conforming (Getter)

      Whether the document conforms to all standards referenced to the getConformance(). Any issues found are reported as Validator.ErrorListener.