Created
June 1, 2011 16:54
-
-
Save bradediger/1002737 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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