sempdf
sempdf v1.9.1Interfaces

Interface: VeraPdfValidateResult

sempdf v1.9.1


sempdf / VeraPdfValidateResult

Defined in: src/internal/verapdf-validate.ts:36

Result of validateWithVeraPdf.

Properties

PropertyModifierTypeDescriptionDefined in
availablereadonlybooleanWhether a veraPDF executable was found and ran successfully.src/internal/verapdf-validate.ts:40
compliantreadonlyboolean | undefinedWhether the document is compliant. true/false when veraPDF ran; undefined for the custom fallback, which cannot prove conformance.src/internal/verapdf-validate.ts:45
flavour?readonlystringThe veraPDF flavour that was used, when known.src/internal/verapdf-validate.ts:47
issuesreadonlyreadonly PdfComplianceIssue[]Compliance issues, normalized to PdfComplianceIssue.src/internal/verapdf-validate.ts:49
raw?readonlyunknownRaw parsed veraPDF JSON report, when veraPDF ran.src/internal/verapdf-validate.ts:51
sourcereadonly"custom" | "verapdf"Which checker produced issues.src/internal/verapdf-validate.ts:38

On this page