sempdf
sempdf v1.9.1Functions

Function: validatePdf2Conformance()

sempdf v1.9.1


sempdf / validatePdf2Conformance

function validatePdf2Conformance(document): readonly Pdf2ComplianceIssue[];

Defined in: src/internal/pdf2-validation.ts:83

Validates a parsed document for PDF 2.0 features that this library can detect as deprecated or removed.

Parameters

ParameterTypeDescription
documentParsedPdfDocumentThe parsed PDF document to inspect.

Returns

readonly Pdf2ComplianceIssue[]

The PDF 2.0 conformance issues found in the document.

On this page