Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require "prawn/core"
  2. require "prawn/layout"
  3.  
  4. Prawn::Document.generate("table.pdf") do
  5. table((1..35).map { [ "foo"] }, :position => 20)
  6. text("Hi " * 100)
  7. end
Add Comment
Please, Sign In to add comment