I’ve read about a signing solution using PDFBox that: - hashes a PDF on the server
- the server sends the hash to the front end - the front end signs the hash via javascript (utilizing the windows keystore and/or a smart card) - the front end sends the signed hash back to the server which adds it to the PDF Does anyone have a full example on how to accomplish this in PDFBox 1.8.10 or equivalent. Thanks