OptimizeReport
Overview
OptimizeReport is a interface in Aspose.PDF FOSS for TypeScript.
Properties: bytesSaved, compress, dedup, dr, fonts, images, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fonts | : FontOptimization[] | Read | Gets the fonts. |
skipped | : SkippedFont[] | Read | Fonts left untouched, and why. |
images | : ImageOptimization[] | Read | Images recompressed. |
skippedImages | : SkippedImage[] | Read | Images left untouched, and why. |
lossy | : boolean | Read | True when the images concern ran: output is no longer visually identical. |
dedup | : { merged: number; bytesSaved: number } | Read | Gets the dedup. |
merged | : number | Read | Gets the merged. |
bytesSaved | : number | Read | Gets the bytes saved. |
compress | : { streams: number; bytesSaved: number } | Read | Gets the compress. |
streams | : number | Read | Gets the streams. |
bytesSaved | : number | Read | Gets the bytes saved. |
dr | : DrPruneResult | Read | /AcroForm /DR entries removed, and the bytes that orphaned. |
bytesSaved | : number | Read | Estimated: the sum of per-stream raw byte deltas. |