intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
308 stars 118 forks source link

Feature: Only validate a signature in signed PDF document #140

Open Mato-Z opened 1 year ago

Mato-Z commented 1 year ago

Hello. Would be possible add option only for validate a signature/signed PDF document? Output would be some log file with result of validation. For example:

The program has already implemented most of the functions, the rest consist mainly of checking publicly available lists (For example Adobe use it too). I think that open-source DSS demo already implemented some of these too. Many thanks for your consideration.