pdf-signature-verification
Service icon

PDF Digital Signature Verification

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded
 on 13 February 2023
 by 
0.0
 (0 ratings)
pdf-signature-verification

PDF Digital Signature Verification

Documentation
1.1.0

This is a pretty simple to use component:


After importing the dependencies just use the 'GetPdfDigitalSignatures' action and assign the PDF you want to check for signatures in the 'Pdf' input parameter:



The time it takes depends on the number of signatures and the size of the PDF file.

After the document is processed we parse the certificate for readability:




A more complete (but less readable) method called 'GetAllSignatureElements' is available where you can see each of the certificate properties with each key value pair:



1.0.0

This is a pretty simple to use component:


After importing the dependencies just use the 'GetPdfDigitalSignatures' action and assign the PDF you want to check for signatures in the 'Pdf' input parameter:



The time it takes depends on the number of signatures and the size of the PDF file.

After the document is processed we parse the certificate for readability:



A more complete (but less readable) method called 'GetAllSignatureElements' is available where you can see each of the certificate properties with each key value pair: