Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.6
Description
PdfDocument has a property password and also passwordRequired signal. However, these are only used for that PdfDocument instance.
In Qt Quick API (Pdf*PageView), PDF pages are actually rendered through Image component with imageformats plugin provided by the module. That plugin has its own instance of QPdfDocument internally and there is no way to pass the password from QML to the plugin so opening the file fails and no image is rendered.
Attachments
Issue Links
- duplicates
-
QTBUG-83988 support password-protected PDFs
- Closed
- is required for
-
QTBUG-77503 Prepare for a supported release of QtPDF with more features
- Closed