Generate pdf from Rails 3 - what tool to choose?

前端 未结 5 1392
不思量自难忘°
不思量自难忘° 2020-12-31 11:03

I need to be able to render some views as PDFs from a Rails 3 project. I\'ve never before used PDF generation techniques with ruby/rails, so I researched a

5条回答
  •  粉色の甜心
    2020-12-31 11:33

    New answer to an old question, in case others stumble across this: WickedPDF (which uses wkhtmltopdf just like PDFkit) makes this a snap.

    https://github.com/mileszs/wicked_pdf

提交回复
热议问题