sempdf v1.9.1Interfaces
Interface: PdfComplianceLocation
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
| Property | Type | Description | Defined in |
|---|---|---|---|
annotation? | string | Annotation type, for annotation locations. | src/types.ts:394 |
font? | string | Built-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? | string | Form field name, when the annotation is a named field. | src/types.ts:396 |
page | number | 1-based page number holding the offending content. | src/types.ts:388 |
snippet? | string | Leading characters of the offending text, truncated for readability. | src/types.ts:398 |