pdf-sign-check
Service icon

PDF Sign Check

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 23 July 2019
 by 
5.0
 (9 ratings)
pdf-sign-check

PDF Sign Check

Documentation
1.0.0

About the Component: PDF Sign Check

This component checks whether the PDF has a digital signature.

The use of this component is simple, just add the Action CheckPDFSign to your flow by placing the PDF file binary input parameter: FileBinary and this action will return the Sign variable, being:

  • True: PDF has a digital signature
  • False: PDF does not have a digital signature


Here is an example of implementation: