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

Support password protected PDF files? #3

Closed gitboss closed 4 years ago

gitboss commented 4 years ago

Please support password protected PDF files. Currently I'm getting the following error while opening a password protected file :

Exception has occurred. PlatformException (PlatformException(INVALID_PATH, File path is invalid, null))

AlessioLuciani commented 4 years ago

Thank you for the report! The support for encrypted PDF documents has been added with version 0.2.1 .