save abstract method

Future<bool> save({
  1. String? outputPath,
  2. DocumentSaveOptions? options,
})

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});