PDF Digital Signature in PowerBuilder
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón created the code: PDF Digital Signature in PowerBuilder
I have created a NetCore library called NetPdfService, which uses the iTextSharp library to digitally sign PDF files.
In short, the only thing that interests us are the two of_sign methods of the nvo_pdfservice class that allow us to digitally sign the pdf. The difference between both methods is that one uses an image to sign visually and the other does not.
The visual signature could be previously captured with a digital tablet, but I have not developed that in this example.
So that the example can be tested, I have added a test digital certificate called firma.pfx.
Attached PowerBuilder project and SnapDevelop projects of the C# libraries.
In short, the only thing that interests us are the two of_sign methods of the nvo_pdfservice class that allow us to digitally sign the pdf. The difference between both methods is that one uses an image to sign visually and the other does not.
The visual signature could be previously captured with a digital tablet, but I have not developed that in this example.
So that the example can be tested, I have added a test digital certificate called firma.pfx.
Attached PowerBuilder project and SnapDevelop projects of the C# libraries.
This message has an attachment file.
Please log in or register to see it.
Please Log in or Create an account to join the conversation.
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón replied the code: PDF Digital Signature in PowerBuilder
For this example to work properly, Net Core 3.1 must be installed
dotnet.microsoft.com/en-us/download/dotnet/3.1
If you already have it installed, the certificate you have created may not be correct, try the demo to see if it works for you.
If you sign the pdfs with my demo certificate, look for another way to create yours.
dotnet.microsoft.com/en-us/download/dotnet/3.1
If you already have it installed, the certificate you have created may not be correct, try the demo to see if it works for you.
If you sign the pdfs with my demo certificate, look for another way to create yours.
Please Log in or Create an account to join the conversation.
Jimmy Freeman
Posts: 2
Jimmy Freeman replied the code: PDF Digital Signature in PowerBuilder
Thinks for your reply, I create a selfsign certifcate by "makecert" PowerShell command line, then export as a pfx type file. Here I have a error when I run your demo. Could you please tell me how to create the correct *.pfx file ?
Attachments:
Please Log in or Create an account to join the conversation.
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón replied the code: PDF Digital Signature in PowerBuilder
Thank you very much for your comment.
My digital tablet is the Wacom STU-540, and I have created the digital certificate with the program included:
Wacom sign pro PDF.
Best Regards.
My digital tablet is the Wacom STU-540, and I have created the digital certificate with the program included:
Wacom sign pro PDF.
Best Regards.
Attachments:
Please Log in or Create an account to join the conversation.