Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Created August 21, 2009 13:20
Show Gist options
  • Save jordanbyron/171988 to your computer and use it in GitHub Desktop.
Save jordanbyron/171988 to your computer and use it in GitHub Desktop.
Prawn::Document.generate('labels.pdf', :left_margin => 0.21975.in, :right_margin => 0.21975.in) do |p|
p.define_grid(:columns => 3, :rows => 10, :column_gutter => 10)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment