signintech / gopdf

A simple library for generating PDF written in Go lang
MIT License
2.58k stars 281 forks source link

plans to support digital signature fields #54

Open nihao2015 opened 7 years ago

nihao2015 commented 7 years ago

Are there any plans to support digital signature fields?

oneplus1000 commented 7 years ago

I have no plans yet but Pull requests are welcome.

elico commented 6 years ago

@nihao2015 if you need PDF signing I have used the next example: https://gist.github.com/elico/d203aaf4667d592cb45b669d878ffe99

Using the ruby library origami and it's in production for a very long time and have signed K's of docs.

pjanx commented 6 years ago

In the meantime, I have ported my C++ signer to Go: https://git.janouch.name/p/pdf-simple-sign https://godoc.org/janouch.name/pdf-simple-sign/pdf

It works for Cairo-produced documents, is a working PoC, and can be used as a post-processing step.

I hope it helps. I can provide consultation and reviews.