sempdf
sempdf v1.9.1Interfaces

Interface: PdfComplianceIssue

sempdf v1.9.1


sempdf / PdfComplianceIssue

Defined in: src/types.ts:404

Compliance validation issue returned by document validation.

Properties

PropertyTypeDescriptionDefined in
codestringStable machine-readable issue or error code.src/types.ts:406
locations?readonly PdfComplianceLocation[]Places in the document that triggered the issue, when the check can attribute it to specific content. Capped at a handful of entries.src/types.ts:415
messagestringHuman-readable diagnostic message.src/types.ts:410
severity"error" | "warning"Severity of the compliance issue.src/types.ts:408

On this page