Skip to content

zeropdf v1.3.0


zeropdf / validatePdf2Conformance

Function: validatePdf2Conformance()

ts
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.

Released under the ISC license.