Type Alias: DocumentConformanceProfile
type DocumentConformanceProfile =
| "pdfa-1b"
| "pdfa-2b"
| "pdfa-3b"
| "pdfa-4"
| "pdfua-1"
| "pdfua-2"
| "wtpdf";
Supported document conformance profiles for PDF/A and PDF/UA output.
type DocumentConformanceProfile =
| "pdfa-1b"
| "pdfa-2b"
| "pdfa-3b"
| "pdfa-4"
| "pdfua-1"
| "pdfua-2"
| "wtpdf";
Supported document conformance profiles for PDF/A and PDF/UA output.