Skip to content

Instantly share code, notes, and snippets.

@umar-siddiqui
Last active December 11, 2015 06:18
Show Gist options
  • Save umar-siddiqui/26e8f2c7e5e9d3123da3 to your computer and use it in GitHub Desktop.
Save umar-siddiqui/26e8f2c7e5e9d3123da3 to your computer and use it in GitHub Desktop.
html to pdf
sudo add-apt-repository ppa:ecometrica/servers
sudo apt-get update
sudo apt-get install wkhtmltopdf
# add gem 'wicked_pdf'
bundle
# add gem 'delayed_job_mongoid'
bundle
https://www.stormconsultancy.co.uk/blog/development/generating-pdfs-in-rails-with-pdfkit-and-deploying-to-a-server/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment