Generating Complex PDF Documents in Rails
I spent several months working on generating very large PDF documents using Prawn, and I learned a lot about keeping PDF code organized and maintainable. Learn about the recipe approach for structuring Prawn DSL using classes and modules.
Comments
So much to write on Prawn, but this post is about structure. Curious what other Prawn topics would interest people.
Post a comment