openFile abstract method
Create a PdfDocument based on a filePath and an optional password.
Implementation
Future<PdfDocument> openFile(String filePath, {String? password});
Create a PdfDocument based on a filePath and an optional password.
Future<PdfDocument> openFile(String filePath, {String? password});