Skip to content

ConvertResult

Defined in: src/core/converter/facade.ts:71

The output of a conversion: the encoded bytes and the accumulated losses.

readonly bytes: Uint8Array

Defined in: src/core/converter/facade.ts:73

The encoded output bytes (PDF / SVG / HTML / DOCX / XLSX).


readonly losses: LossReport

Defined in: src/core/converter/facade.ts:75

Every Loss recorded while reading the source and writing the target.