I'm working on a Rails application that uses prawn to generate PDF's. Long story short, we want to be able to digitally sign generated PDF's. Im not sure where to start reading up exactly. Just wanted to ask if anybody else has been able to accomplish this before, and if so, what kind of resources I should be using to do it.

Thanks!

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I'd suggest you to take a look at https://github.com/joseicosta/odf-report. It's a gem for generating ODF, but they can easily be converted to PDF, plus it supports templates.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.