Certificate-based signature not working when i move Bullzip to new computer

About the programming interface for the virtual PDF printer driver.

Moderator: jr

szipet
Posts: 1
Joined: Sun Feb 11, 2024 12:11 pm

Certificate-based signature not working when i move Bullzip to new computer

Post by szipet »

Hi,

i used Bullzip for years to add my own certificate-based signature to my pdf docs created with vba on my pc.
Now i've tried to copy/move Bullzip to a new laptop.

I copied the pfx file and all the Bullzip settings files, but i receive an error message when creating the pdf:
"Error - 2146233088: The given network password is not correct
Source: Bullzip.PdfWriter"

If i delete the lines from my vba code which add the digital signature, then it works.

The code:
.SetValue "SignCertificate", "C:\myownsignature.pfx"
.SetValue "SignPassword", "ENCRYPTED=AQAAANC..." (very long line)
.SetValue "ShowSignature", "yes"

What am i missing? How can i solve this problem?

Thank You,
Peter