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
Currently there's no way to read a password protected pdf file using
pdfquery.Only
parserarg is passed toQPDFDocumentwhich later inits thePDFDocumentwith same (nopasswordarg passed)Possible Solution:
passwordinkwargswhile initializingPDFQueryQPDFDocument