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

link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.