Generate PDF from Rails

前端 未结 10 1251
醉酒成梦
醉酒成梦 2020-12-02 06:36

The Ruby On Rails Wiki lists a couple of libraries that facilitate PDF generation in Rails. I need to print out address labels (in letter f

10条回答
  •  独厮守ぢ
    2020-12-02 07:23

    The best I've seen so far is Prawn:

    • Prawn http://prawn.majesticseacreature.com/
    • http://advent2008.hackruby.com/past/2008/12/17/awn_and_the_future_of_ruby_pdf_generation/
    • http://railstips.org/2008/10/14/how-to-generate-pdfs-in-rails-with-prawn
    • Prawn Rails plugin: http://www.cracklabs.com/prawnto

提交回复
热议问题