exportPdf abstract method

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

Exports the document as a PDF. options:DocumentSaveOptions The options to use when exporting the document. Returns a Uint8List containing the exported PDF data.

Implementation

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