OptimizeReport

Overview

OptimizeReport is a interface in Aspose.PDF FOSS for TypeScript.

Properties: bytesSaved, compress, dedup, dr, fonts, images, and 5 more.

Properties

NameTypeAccessDescription
fonts: FontOptimization[]ReadGets the fonts.
skipped: SkippedFont[]ReadFonts left untouched, and why.
images: ImageOptimization[]ReadImages recompressed.
skippedImages: SkippedImage[]ReadImages left untouched, and why.
lossy: booleanReadTrue when the images concern ran: output is no longer visually identical.
dedup: { merged: number; bytesSaved: number }ReadGets the dedup.
merged: numberReadGets the merged.
bytesSaved: numberReadGets the bytes saved.
compress: { streams: number; bytesSaved: number }ReadGets the compress.
streams: numberReadGets the streams.
bytesSaved: numberReadGets the bytes saved.
dr: DrPruneResultRead/AcroForm /DR entries removed, and the bytes that orphaned.
bytesSaved: numberReadEstimated: the sum of per-stream raw byte deltas.