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?
Adding setvalue SignCertificate
Moderator: jr