Answered
I want to write a program that can open a encrypted pdf file. I have the password to open but I don't want the users to see the password, so others won't be able to open the pdf without the program I wrote. How can I use parameters correctly to do what I want?
I tried [AcroRd32.exe /a "password=10293810" "c:\h.pdf"] but doesn't work. It still requires user to input a password.
Thanks
George