I need a pdf generator for Rails 3.1 application.Which one can you suggest.
I’ve tried Prawn but it seems me quite not easy for a beginner like me while PdfKit gives me several errors 😐
I need a pdf generator for Rails 3.1 application.Which one can you suggest. I’ve
Share
I’ve tried both Wicked Pdf and PdfKit but in Development mode they are extremely slows 🙁 Any other suggestions?
Another (maybe dummy) question: using PdfKit for example, I’ve seen that it make and open pdf file into web browser,but is there a way to download file into my desktop?