Adding setvalue SignCertificate

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
denpar
Posts: 2
Joined: Fri Aug 09, 2013 4:40 pm

Adding setvalue SignCertificate

Post by denpar »

I successfully use the Bullzip automation to create PDF documents... Everything works perfect!

I now want to add a digital signature and added the following code to my existing routine:

BullZipPDF.SetValue('SignCertificate','C:\Temp\certificate.pfx');
BullZipPDF.SetValue('SignPassword ','ww');

After adding these lines my routine doesn't work anymore, there are no PDF documents created??

What is wrong, could you please advise me?
Post Reply