Skip to content

ConvertResult

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

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

readonly bytes: Uint8Array

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

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


readonly losses: LossReport

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

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