|
TOP
TIPS - July 2008
How to batch print password
protected pdf's Products required are:
Batch & Print
Pro 2.xx or above and
PDF Secure
1. Extract winpdfsecure.zip to c:\ folder for demo purposes.
2. Start Batch & Print Pro 2 / 3
3. Add a .pdf to the main file list, right mouse on it and select
Processing Setup...
4. Enable command line scripting and in the script edit box enter
for filename text:
"C:\winpdfsecure\pdfsecure.exe" "[IN]" "[OUT]" -d
-padmin
The [OUT] is substituted by Batch & Print Pro temporary file in the
Temp folder, the [IN] is substituted with the Batch & Print Pro input
file in the file list. (dummy pdf file)
admin is the pdf password to open the document, this is in the
-p<password> parameter. if
the document has pemissions use the -c option too. e.g.
"C:\winpdfsecure\pdfsecure.exe" "[IN]" "[OUT]" -d
-padmin -cadmin2
5. To make it use those settings as default for every pdf go into
options menu-->Default Processing Addon Options and in the PDF
Processing add: -c0|-l2|-C1|-s"C:\winpdfsecure\pdfsecure.exe"
"[IN]" "[OUT]" -d -padmin"
WARNING: In trial
mode / evaluation mode only: If when printing the pdf asks for a
password then it's possible that is because of the PDF Secure trial
version restrictions, please retry
printing it and eventually it will print. |