Skip to content

Instantly share code, notes, and snippets.

@wesgarrison
Created November 18, 2011 16:18
Show Gist options
  • Select an option

  • Save wesgarrison/1376918 to your computer and use it in GitHub Desktop.

Select an option

Save wesgarrison/1376918 to your computer and use it in GitHub Desktop.
@pdf = Prawn::Document.new(skip_page_creation: true,
page_layout: :landscape,
page_size: 'LETTER',
margin: 0)
@pdf.start_new_page
@pdf.image "banner.jpg"
@pdf.render_file "test-prawn-fail.pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment