exportPdf abstract method
Exports the document as raw PDF bytes.
options — optional save options applied during export.
Implementation
Future<Uint8List> exportPdf({DocumentSaveOptions? options});
Exports the document as raw PDF bytes.
options — optional save options applied during export.
Future<Uint8List> exportPdf({DocumentSaveOptions? options});