You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason, the check in BepdfApplication.cpp does not work correctly, causing BePDF to always ask for a password even for unencrypted files if there was any error opening the file, e.g. if the file was not found.
The text was updated successfully, but these errors were encountered:
grexe
changed the title
BePDF prompts for password if file cannot be opened
BePDF prompts for password for unencrypted file if file cannot be opened
Aug 27, 2024
and the culprit is an old bugfix that always sets encrypted to true: PDFView.cpp:248.
This does not affect further processing if the document was opened OK, but results in a wrong flow when it is not.
Since we are now on XPDF4, we can safely remove this hack.
for some reason, the check in BepdfApplication.cpp does not work correctly, causing BePDF to always ask for a password even for unencrypted files if there was any error opening the file, e.g. if the file was not found.
Maybe also causes #105 ?
The text was updated successfully, but these errors were encountered: