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 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
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Re: Adding setvalue SignCertificate

Post 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
Post Reply