itext / i7j-rups

RUPS is an acronym for Reading and Updating PDF Syntax. RUPS is a tool built on top of iText® that allows you to look inside a PDF document and browse the different PDF objects and content streams.
Other
279 stars 36 forks source link

RUPS: Password protected file won't open #98

Closed iText-CI closed 8 months ago

iText-CI commented 1 year ago

Programmatically created Pull Request to automatically keep merge branch to develop up-to-date

Eswcvlad commented 1 year ago

Main changes:

Overall it seems to work fine, but with how we store PDFFile now (i.e. in a bunch of relatively fat controllers, instead of a model), disabling controls for the read-only mode is a bit messy, since it is difficult for them to get that information cleanly.

Eswcvlad commented 1 year ago

In the latest two commits fixed a bug with Snackbar resizing and fixed some of the SonarQube warnings.