• Summary

    !! UPDATED FOR RAILS 2.2 !!

    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.

  • Features
    • full access to all prawn functionality
    • completely DRY option specifications
    • inline/attachment/filename control
  • Caveats
    • written and tested only for Rails 2.2 & 2.1