exportPdf abstract method
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});