ImportReport
Overview
ImportReport is a interface in Aspose.PDF FOSS for TypeScript.
Properties: imported, importedAnnots, name, reason, skipped, skippedAnnots, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
imported | : string[] | Read | Fully-qualified names of fields that were set. |
skipped | : { name: string; reason: string }[] | Read | Fields present in the data file that were not applied. |
name | : string | Read | Gets the name. |
reason | : string | Read | Gets the reason. |
sourceFile | : string | Read | /F from the data file, when present. |
sourceId | : [string, string] | Read | /ID from the data file, when present. |
importedAnnots | : ImportedAnnot[] | Read | Annotations applied. |
skippedAnnots | : SkippedAnnot[] | Read | Annotations present in the data file that were not applied. |