Page 1 of 1
Password Protect PDF
Posted: Mon Dec 22, 2014 6:10 pm
by pcarvalho
Is there a way of using switch to password protect PDF for print or edit?
Password Protect PDF
Posted: Mon Dec 22, 2014 6:51 pm
by dkelly
If the PDF only has an owner password and no open password then you can use one of several tools (qpdf, CPDF or PDF Enhancer) to decrypt and modify the security settings. You would have to either save the PDF without a password or know the existing password to re-encrypt it.
Password Protect PDF
Posted: Mon Jan 05, 2015 1:01 pm
by pcarvalho
I don't want do print a password protected PDF.
I want to protect a PDF for print or edit using switch for this action
Password Protect PDF
Posted: Mon Jan 05, 2015 3:23 pm
by dkelly
same tools, just different options
Password Protect PDF
Posted: Tue Jan 06, 2015 10:10 am
by pcarvalho
I'm using PDF ToolKit but gives me the message "Can't find outputs for job [25.pdf]"
Can anyone tell me how Execute command works?
I'm newbie on Switch.
Password Protect PDF
Posted: Tue Jan 06, 2015 10:41 am
by freddyp
In "Command or path" specify the complete path to the pdftk application. In "Arguments" you write
"%1" output "%2" owner_pw YourPassword
"%1" (do not forget the quotes to avoid problems with spaces in paths) points to the input file, "%2" to the output file, and because you want Switch to continue with the output file you should set "Output" to "File at path" with "Output extension - Automatic" because the output file has the same extension as the input file.
Freddy
Password Protect PDF
Posted: Tue Jan 06, 2015 11:37 am
by pcarvalho
Worked just fine.
Thanks for the help.