I'm using prawn and prawn to for PDF-generation in my rails-app, it works fine.
I'd like to offer a custom template for each user in my app, so each user can generate an individual "themed" PDF of his data. The prawnto view template, e.g.
pdf.text "My variable: #{myvariable}"
should be stored in the database. Can you give me a hint how to do that?
It should be the way like here, but for PDF: http://railscasts.com/episodes/125-dynamic-layouts
Thanks a lot for your help!
Chris