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 in kwargs while initializing PDFQuery
- Pass the same to
QPDFDocument