pdfquery icon indicating copy to clipboard operation
pdfquery copied to clipboard

Support for password protected pdf files

Open nvkex opened this issue 1 year ago • 0 comments

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

nvkex avatar Jul 16 '23 04:07 nvkex