RecoveryReport
Overview
RecoveryReport is a interface in Aspose.PDF FOSS for TypeScript.
How {@link Document.Open} obtained its cross-reference data.
Properties: detail, lost, objectStreams, reason, repaired, trailer.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
reason | `: ‘startxref-unreadable’ | ‘xref-unparsable’ | ||
| | ‘object-parse-failure’ | ‘root-not-catalog’ | |||
| | ‘objstm-undecodable’` | Read | Gets the reason. | |
detail | : string | Read | e.g. |
repaired | : number[] | Read | Objects whose offset came from the sweep rather than the xref. |
lost | : number[] | Read | Objects that never parsed; null in the model. |
trailer | : TrailerChoice | Read | Present only when no trailer survived and one was rebuilt from the objects; describes what synthesis chose. |
objectStreams | : ObjStmDamage[] | Read | Present when any /ObjStm container decoded only partially; one record per damaged container. |