When I open a PDF it prompts for a username and password. If I open it with any other program than Adobe it says only Adobe can open this PDF. I am not a fan of being limited to Adobe and we have already paid for this PDF (I have the password). I need to remove the password so it can be accessed by my teammates. The print button is disabled in Adobe Reader.
"The document you are trying to load is protected by security features and requires Adobe Reader."
I have viewed many similar questions but nothing works.
How to remove the password from a PDF?
How do I remove password from a PDF using ghostscript, when password is known?
I have tried all of the below and all have failed:
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=OUTPUT3.pdf -c 3000000 setvmthreshold -f -sUserPassword=password pp_en_protected_password.pdf
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=OUTPUT3.pdf -c .setpdfwrite -f -sUserPassword=password pp_en_protected_password.pdf
qpdf -password=password --decrypt pp_en_protected_password.pdf out.pdf
pdftk pp_en_protected_password.pdf output pp_output1.pdf user_pw password
WSL - Ubuntu 20.04.6 LTS