Skip to content

Instantly share code, notes, and snippets.

@bradediger
Created June 1, 2011 16:54
Show Gist options
  • Select an option

  • Save bradediger/1002737 to your computer and use it in GitHub Desktop.

Select an option

Save bradediger/1002737 to your computer and use it in GitHub Desktop.
Prawn::Document.generate "245.pdf" do
w = 60
bounding_box [0, cursor], :width => w, :height => 200 do
stroke_bounds
text_box "---line one ---line two line three", :width => w, :align => :right
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment