Page 1 of 1

Adding setvalue SignCertificate

Posted: Fri Aug 09, 2013 4:45 pm
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?