Which stone is used to create the pdf file in rails 3

I want to generate a PDF file in rails 3.0.0.please, tell me which stone is used to create the pdf file.

+4
source share
3 answers

You can use shrimp: http://rubygems.org/gems/prawn

You can see how this is done here .

+5
source

In addition, you can try to use DocRaptor , but not for free, but they are cool.

+1
source

Source: https://habr.com/ru/post/1414685/


All Articles