How to export javascript generated report to pdf?

Posted by Parhs on Stack Overflow See other posts from Stack Overflow or by Parhs
Published on 2010-05-09T15:37:54Z Indexed on 2010/05/09 15:48 UTC
Read the original article Hit count: 177

Filed under:
|

Hello... I made a reporting engine with javascript for my project... The problem is with printing.. Although with page-break and css i can produce a good looking report, i want to export that report to a pdf in order to be printed better without ,the url,page title and other stuff that browsers add. Note in Chrome there isnt page setup!!!

I am using java for server side.

i think sending via ajax the Html of the report somehow and return a url for the pdf report maybe... i am looking for a good tool for this thank you

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about java