PdfValidationResult

public final class PdfValidationResult

Represents the outcome of a PDF conformance validation run performed by .

Functions

Link copied to clipboard
public final boolean getIsValid()
Indicates whether the document conforms to the conformance level it was validated against.
Link copied to clipboard
public final String getReport()
The detailed validation report.
Link copied to clipboard
public final PdfValidationConformance getValidatedConformance()
The conformance level the document was validated against.