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: Retrieve signed signatures #146

Closed sonnguyen2000-github closed 1 year ago

sonnguyen2000-github commented 1 year ago

Hi! I just want to know if there is any way to read info of all signed signature from a PDF using this library?

kwart commented 1 year ago

No, the JSignPdf is rather an end-user app.

You can use one of the PDF manipulation libs instead. E.g. OpenPDF or Apache PDFBox.