Skip to content

Instantly share code, notes, and snippets.

@takuya
Created January 18, 2015 13:16
Show Gist options
  • Save takuya/6c4ff56d7e8a2cff5f4e to your computer and use it in GitHub Desktop.
Save takuya/6c4ff56d7e8a2cff5f4e to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require "prawn"
f_name = File.basename(__FILE__, ".rb")+".pdf"
Prawn::Document.generate(f_name) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment