sempdf
sempdf v1.9.1Interfaces

Interface: PdfComplianceLocation

sempdf v1.9.1


sempdf / PdfComplianceLocation

Defined in: src/types.ts:386

Where a compliance issue was found, so the offending content can be located in the source document.

Properties

PropertyTypeDescriptionDefined in
annotation?stringAnnotation type, for annotation locations.src/types.ts:394
font?stringBuilt-in font name in use, when the issue is font-related.src/types.ts:392
kind"text" | "annotation"Whether the content came from a text operation or an annotation.src/types.ts:390
name?stringForm field name, when the annotation is a named field.src/types.ts:396
pagenumber1-based page number holding the offending content.src/types.ts:388
snippet?stringLeading characters of the offending text, truncated for readability.src/types.ts:398

On this page