MatthiasValvekens / pyHanko

pyHanko: sign and stamp PDF files
MIT License
483 stars 71 forks source link

Digital Signature is visible as blue box in Adobe Reader #243

Closed ratnamkamlesh closed 1 year ago

ratnamkamlesh commented 1 year ago

Describe the bug:- Digitally sign pdf file using pyHanko and when open this file to adobe reader showed a blue box of digital signature and I can not validate the digital signature.

To Reproduce Sign any PDF file using pyHanko, and open it in adobe reader.

Screenshots. image

Environment (please complete the following information): OS: Ubuntu 20.04.6 LT Version: Latest pyHanko with Python 3.7

Additional context N/A Amazing work of pyHanko, which is incredibly useful.

MatthiasValvekens commented 1 year ago

Sign any PDF file using pyHanko, and open it in adobe reader.

Well, you're going to have to give us more steps to reproduce than that, because it works for me ;). Share your code, or the exact CLI invocation you tried.

This looks like you're generating PDFs with an empty signature field instead of a filled one at first sight.