ConvertResult
Defined in: src/core/converter/facade.ts:71
The output of a conversion: the encoded bytes and the accumulated losses.
Properties
Section titled “Properties”
readonlybytes:Uint8Array
Defined in: src/core/converter/facade.ts:73
The encoded output bytes (PDF / SVG / HTML / DOCX / XLSX).
losses
Section titled “losses”
readonlylosses:LossReport
Defined in: src/core/converter/facade.ts:75
Every Loss recorded while reading the source and writing the target.