save abstract method
Saves the document.
outputPath — if provided, saves to this path; otherwise saves in-place.
options — optional save options (passwords, flatten, etc.).
Implementation
Future<bool> save({String? outputPath, DocumentSaveOptions? options});