You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
223 B

require 'squib'
puts "Using Squib #{Squib::VERSION}"
Squib::Deck.new(cards: 3, dpi: 600) do
background color: :gray
text str: %w(Hello fine world!)
save_pdf file: 'foo.pdf', gap: 5, width: '11in', height: '8.5in'
end