Interface: ConformanceDiagnostic
Defined in: packages/vellora/src/errors.ts:62
A conformance failure from a requested output profile such as PDF/A. This is separate from VelloraUnsupportedError: the HTML may be inside vellora's document subset, but the final PDF could not satisfy the requested profile.
Properties
errors
errors:
string[]
Defined in: packages/vellora/src/errors.ts:66
Validator reasons reported by the native/core emitter.
profile
profile:
string
Defined in: packages/vellora/src/errors.ts:64
Exact requested profile, e.g. "PDF/A-2b".