Is there available any gem or plugins to convert HTML page to PDF?.
PDFKit: https://github.com/jdpace/PDFKit
require 'rubygems'
require 'pdfkit'
kit = PDFKit.new("http://my_web_site.com")
kit.to_file("my_web_site.pdf")
Also, good screencast: http://railscasts.com/episodes/220-pdfkit
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With