AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

Can't open password protected pdf #20

Closed kreativityapps closed 3 years ago

kreativityapps commented 3 years ago

PDFDoc.fromPath(file_path, password: 'test')throws:

PlatformException(INVALID_PATH, File path or password (in case of encrypted document) is invalid, null, null)

The password is test, the pdf in question can be found at: https://download.novapdf.com/download/samples/pdf-example-password.pdf