Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Last active December 25, 2015 12:19
Show Gist options
  • Save rodrigomaia/6975205 to your computer and use it in GitHub Desktop.
Save rodrigomaia/6975205 to your computer and use it in GitHub Desktop.
Html to pdf
require 'rubygems'
require 'pdfkit'
kit = PDFKit.new("http://google.com")
kit.to_file("/Users/rodrigo/Desktop/google.pdf")
opção: http://grabz.it/api/ruby/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment