sbfaulkner / sinatra-prawn

Sinatra extension to add support for pdf rendering with Prawn templates.
MIT License
46 stars 16 forks source link

use prawn settings when creating a new document #5

Open rmetzler opened 12 years ago

rmetzler commented 12 years ago

I had the problem that I wanted prawn to create PDFs in landscape page layout.

now you can do this with

set :prawn, { :page_size   => "A4", :page_layout => :landscape }