ConversionReport
Overview
ConversionReport is a interface in Aspose.PDF FOSS for TypeScript.
The result of a conversion run: what was applied, what still fails, pass flag.
Properties: applied, passed, unresolved.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
applied | : ConvertAction[] | Read | Gets the applied. |
unresolved | : ValidationIssue[] | Read | == the validator’s Errors after the passes run. |
passed | : boolean | Read | Gets the passed. |