I am working on editing a PDF form/template in Ruby On Rails application.
I want to populate some of form fields with data from database and make few fields editable to take the input from user.
I found PDFtf but I read that this is very old library and hardly works with the new Linux/Mac versions.
I checked https://www.adamalbrecht.com/blog/2014/01/31/pre-filling-pdf-form-templates-in-ruby-on-rails-with-pdftk/