I am trying to extract text from specific pages of PDF files protect with password.
I am try to use pdf2txt %my_file.pdf% but I could not make the command understand the password input or page as argument.
By the example in https://bugs.ghostscript.com/show_bug.cgi?id=691125, I am trying pdf2txt -sPDFPassword="a" h.pdf.
