GrapheneOS/PdfViewer

Support for encrypted PDF

Closed this issue · 5 comments

PDF.js supports handling password protected PDF's

I just received a password protected contract and found out that the viewer does not support that, yet.
Pull requests #17 & #20 were closed previously, without any merging. Is there a plan to implement this feature?

The feature is planned, otherwise there wouldn't be an issue open. Those pull requests were not ready and didn't make it to the point that they could be merged.

@thestinger

I got my hands on a Pixel 3a, and the patches for encryption backed up.
I'd like to get back to this, but in kotlin as opposed to java (the app still relies on deprecated loaders, coroutines f.e. would be a much better fit).
What is your take on this?

@Tommy-Geenexus Porting the app to Kotlin would make sense.

This has been implemented. UX needs work though.