cortiz / prawn-rails

Prawn Handler for Rails. Handles and registers pdf formats.
MIT License
146 stars 39 forks source link

Facility to provide default configuration to Prawn on Document instantiation #4

Closed smber1 closed 10 years ago

smber1 commented 10 years ago

Previous attempt to allow document configuration was a bit of a hack. A config hash is now provided to PrawnHandler on PDF Document instantiation. This is defined as a config initializer in the Rails client app.

I've updated the README with a sample config.