Please suggest a ruby library/approach which can be used to fill pdf form fields with data from database.
Here, http://oldwiki.rubyonrails.org/rails/pages/HowtoGeneratePDFs in PDF fill form section, it has been explained how to create a FDF file and use it to send data to PDF. But in the approach suggested the pdf form must be created in a version of Acrobat prior to 7.0, they use a different method of creating a form, using xml and the method won’t work.
I have also come across Jruby iText but if there's a ruby based solution that would help http://www.mikeperham.com/2011/02/15/filling-out-pdf-forms-with-jruby/
I need to integrate the solution with rails 3.1 and ruby 1.9.3