Prawnto
is a rails plugin leveraging the new
prawn
library to produce compiled pdf views.
The plugin adds a new template handler class that will process any views with a
.prawn
extension.
These
.prawn
views are evaluated as ruby code and are provided an instantiated Prawn::Document object:
pdf.
The
pdf
object gives you complete access to all of prawn's capabilities.