openFile abstract method

Future<PdfDocument> openFile(
  1. String filePath, {
  2. String? password,
})

Create a PdfDocument based on a filePath and an optional password.

Implementation

Future<PdfDocument> openFile(String filePath, {String? password});