Page 1 of 1

Adding setvalue SignCertificate

Posted: Fri Aug 09, 2013 4:49 pm
by denpar
I successfully use the Bullzip automation control, works perfect!

Now I need to add a digital signature, just added two lines two my code....


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

After this addition the routine doesn't create a PDF document anymore!!??

Could you please advise what's wrong?

Kind regards,

Dennis

Re: Adding setvalue SignCertificate

Posted: Tue Aug 13, 2013 4:36 pm
by jr
I have a hint for you :-)

Try to run the setup program again and add /PDFPOWERTOOL to the command line. Then it will download and install an extra tool needed for signing.

Regards,
Jacob