Page 1 of 1

Encryption in PDFPrinter

Posted: Mon Sep 14, 2009 5:46 pm
by zamudio
I am trying to generate an encrypted PDF by printing a Word document using the Bullzip PDF Printer 6.0.0.865 but cannot get the encryption to work. The PDF is generated but not encrypted.

I am using a shell script with the following information for the PDF encryption.

ECHO ownerpassword=mypwd_523 >> "%RUNONCE%"
ECHO userpassword=usrpwd_695 >> "%RUNONCE%"
ECHO keylength=128 >> "%RUNONCE%"
ECHO permissions=63684 >> "%RUNONCE%"

Where "%RUNONCE%" is the Bullzip PDF Printer .ini file. Permissions are set for read and print.

Am I missing something? Has someone gotten it working?

zamudio