King

Is there a way to detect if a PDF was signed by OneSpan Sign?

0 votes

If we have a common document storage for all sorts of PDF documents, is there a way for a program to inspect a PDF to determine it was signed using OneSpan Sign, and not just a PDF from other sources.


Reply to: Is there a way to detect if a PDF was signed by OneSpan Sign?

1 votes

Hi King,

 

There are many open sourced libraries out there for detect whether a PDF is digital signed or not. Take iText (with Java) for example, if you just need to validate whether a PDF has been signed, this code share in StackOverflow should be enough (using iText5), if you want to distinguish whether the certificate sealed in the signature is from OneSpan Sign, you'd need more complex code, like this code share, using iText7.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off