How to export javascript generated report to pdf?
- by Parhs
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