I would like to know how to set a password on a pdf file creating using bullzip. I know how to create the pdf file in Navision 2009 but do not know how to create a password for that/
I would like to know how to set a password on a pdf file creating using bullzip. I know how to create the pdf file in Navision 2009 but do not know how to create a password for that/
thanks
go through the details of bullzip com object. hope you'll find the answer.
where <SelectedPasswd> is the desired text to password, and others values are the allowed settings in PDF, and BullZipPDF is the Automation : 'Bullzip'.PDFPrinterSettings
Comments
go through the details of bullzip com object. hope you'll find the answer.
This may or may not help but does provide sample code though not for passwords but certificate passwords.
http://www.bullzip.com/products/pdf/doc ... s/info.php
Neil
which version are you using ?
You can use the next code
where <SelectedPasswd> is the desired text to password, and others values are the allowed settings in PDF, and BullZipPDF is the Automation : 'Bullzip'.PDFPrinterSettings
juan_david_orduna
Your code is working....Thanks a lot