Skip to content

Instantly share code, notes, and snippets.

@practicingruby
Created September 13, 2008 17:53
Show Gist options
  • Save practicingruby/10627 to your computer and use it in GitHub Desktop.
Save practicingruby/10627 to your computer and use it in GitHub Desktop.
pdf = Prawn::Document.new(:page_size => "LEGAL") do
text "Blahdiblah"
image "my_sexy_pic.png"
end
pdf.render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment