I am generating password protected PDF files on the fly on my web server. I was wondering if there was a way to pass the password as url parameter so the user is not prompted for password and it is done from the url or a third party script/software can open the file and output to the browser, but when the user saves they need to know the password to open still?
Thanks