0
Opening a PDF file with password in command line.
Community Beginner
,
/t5/acrobat-discussions/opening-a-pdf-file-with-password-in-command-line/td-p/11122021
May 11, 2020
May 11, 2020
Copy link to clipboard
Copied
Opening a PDF file with password in command line.
I trid this : CMD > Acrobat.exe /a "password=chs1234" C:\my\today.pdf
acrobat application is opened, and then, still asking the password.
please help. Thank you
TOPICS
How to
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-discussions/opening-a-pdf-file-with-password-in-command-line/m-p/11122084#M255744
May 11, 2020
May 11, 2020
Copy link to clipboard
Copied
This is not possible. Possible parameters are defined here:
https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/AcrobatDC_pdf_open_parameters.pdf
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/acrobat-discussions/opening-a-pdf-file-with-password-in-command-line/m-p/14892370#M480777
Oct 01, 2024
Oct 01, 2024
Copy link to clipboard
Copied
Foxit can do this for you.
@ echo off
set "PWD=<YourPDFpassword"
"FoxitPDFReader.exe" "Input.pdf" /pwd %PWD%
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

