pdfquery
pdfquery copied to clipboard
Support for password protected pdf files
Currently there's no way to read a password protected pdf file using pdfquery
.
Only parser
arg is passed to QPDFDocument
which later inits the PDFDocument
with same (no password
arg passed)
Possible Solution:
- Allow passing
password
inkwargs
while initializingPDFQuery
- Pass the same to
QPDFDocument