Encryption in PDFPrinter

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
zamudio
Posts: 1
Joined: Mon Sep 14, 2009 5:39 pm

Encryption in PDFPrinter

Post 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
Post Reply