Error Sign PDF

I have installed on a server citrix PDFCreator V 4.1.3

Through an executable created with vb6 configure options PDFCreator signature:
   .PDFSigningSignPDF = 1
       .PDFSigningPFXFile = Pathfile
       .PDFSigningPFXFilePassword = Password
       .PDFSigningSignatureVisible = 1
       .PDFSigningSignatureLeftX = 350
       .PDFSigningSignatureLeftY = 25
       .PDFSigningSignatureRightX = 550
       .PDFSigningSignatureRightY = 50
       .PDFSigningSignatureOnPage = 1

apart from these other parameters are also configured. autosave, etc ....

Once the document is printed and when signing generates the following error:

Error while the document is signed
-2147467261 Value can not be null. Parameter name: RequestUriString

Sorry… 

Version is 1.4.3 !!

Hi,


I am afraid version 1.4.3 is several years old and therefore not supported anymore, it is likely the bug was fixed already in one of the newer versions. Version 1.7.3 is the latest version with the old COM interface, if you use a newer versin you will need to rewrite your executable.

best regards,


Thank you !!


I finally found the bug and was that it the parameter “PDFSigningTimeServerUrl” was not established.