Skip to content

Instantly share code, notes, and snippets.

@bradediger
Created March 15, 2012 16:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradediger/2045188 to your computer and use it in GitHub Desktop.
Save bradediger/2045188 to your computer and use it in GitHub Desktop.
table = pdf.make_table([["foo", "bar"],
["baz\n"*18, "quux"]], :position => :center)
pdf.move_down((pdf.bounds.height - table.height) / 2.0)
table.draw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment