Build report on Ruby on Rails

Hello Everyone,

I want to build reports that able to preview and convert to pdf format
on
rails app.
if possible, I don’t want to use any tool add-on (gem).
Anyone who has any guide or sample projects please suggest me.

Thank you.

On 3 December 2014 at 07:58, Wolf D. [email protected] wrote:

Hello Everyone,

I want to build reports that able to preview and convert to pdf format on
rails app.
if possible, I don’t want to use any tool add-on (gem).
Anyone who has any guide or sample projects please suggest me.

It is impossible to do anything in Rails without using gems. Rails
itself is just a collection of gems.

Colin

Ok, what gem you would recommend me to use?

Ok, what gem you would recommend me to use?

Ok, so what gem you would recommend me to use?

On 4 December 2014 at 06:42, Wolf D. [email protected] wrote:

Ok, so what gem you would recommend me to use?

I have not generated pdf myself in rails so cannot speak from personal
experience, but googling for
rails generate pdf
generates a number of useful looking hits and will certainly provide
information on the various approaches that are possible. That is
certainly where I would start.

Colin

Hello Dev,

Few days ago we used this gem for PDF Reports

gem ‘prawn’.

If you want more details mail me .

On Thu, Dec 4, 2014 at 3:51 PM, Colin L. [email protected] wrote:

Colin
For more options, visit https://groups.google.com/d/optout.

I have used PDFKit gem and it has worked well for me.


Regards,
Ankur K.
www.bigbhk.com https://bigbhk.com
Lin http://in.linkedin.com/in/specialankur | Tw
http://twitter.com/#!/tweet2ankur | Fb
http://www.facebook.com/specialankur

What is BigBHK? Watch this 2-minute video
http://www.bigbhk.com/aboutus to
learn more, and signup here http://www.bigbhk.com/register to try our
free trial!

On Thu, Dec 4, 2014 at 3:58 PM, BalaRaju V.
[email protected]

Thank you Vankala & Ankur

If you want to use Gem then use pdf-kit https://github.com/*pdfkit*
/pdfkit/ https://github.com/pdfkit/pdfkit* (See full Documentation)*

Anil Yadav

And if you have a budget for it, then I heartily recommend PrinceXML,
which does an amazing job.

Walter