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:).

Solution 1:

http://www.alistapart.com/stories/goingtoprint/

http://www.37signals.com/svn/posts/554-little-css-print-stylesheet-tip

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