pdf on davidchua https://dchua.com/tags/pdf/ Recent content in pdf on davidchua Hugo -- gohugo.io en-us Thu, 30 Oct 2014 00:00:00 +0000 How to Generate PDFs with HTML templates in 10 minutes with Rails https://dchua.com/posts/2014-10-30-generate-pdfs-with-html-templates-in-rails/ Thu, 30 Oct 2014 00:00:00 +0000 https://dchua.com/posts/2014-10-30-generate-pdfs-with-html-templates-in-rails/ Generating PDF for your webapplication is not that difficult as you think. There are many ways to do this, and there’s another great gem out there that does this functionality quite well too, called Prawn, but for the purpose of todays' tutorial, I’ll be going through another popular gem called wicked_pdf instead. WickedPDF uses wkhtmltopdf which allows you to generate PDFs directly from HTML without having to adhere to a DSL.