Appearance
zeropdf / DocumentConformanceProfile
Type Alias: DocumentConformanceProfile
ts
type DocumentConformanceProfile =
| "pdfa-1b"
| "pdfa-2b"
| "pdfa-3b"
| "pdfa-4"
| "pdfua-1"
| "pdfua-2"
| "wtpdf";Defined in: src/types.ts:217
Supported document conformance profiles for PDF/A and PDF/UA output.