exportPdf abstract method

Future<Uint8List> exportPdf({
  1. DocumentSaveOptions? options,
})

Exports the document as raw PDF bytes.

options — optional save options applied during export.

Implementation

Future<Uint8List> exportPdf({DocumentSaveOptions? options});