Printing in rails

Hello,
Could anyone point me to some tutorial/example which speaks about how to
print some data (basically a HTML table filled with data) ? Here print
means
printing on a paper with printer:).


Thanks,
Jaikishan

On 01 Oct 2008, at 08:55, Jaikishan J. wrote:

Could anyone point me to some tutorial/example which speaks about
how to print some data (basically a HTML table filled with data) ?
Here print means printing on a paper with printer:).

Solution 1:

http://www.htmlgoodies.com/beyond/javascript/article.php/3471121

Solution 2 (expensive, but amazing):
http://sublog.subimage.com/2007/05/29/html-css-to-pdf-using-ruby-on-rails

Solution 3:
http://www.google.com/search?client=safari&rls=en-us&q=pdf+rails&ie=UTF-8&oe=UTF-8

It’s amazing what 1 minute of googling brings up isn’t it?

Best regards

Peter De Berdt