I have an html page.
When the user presses the Δημιουργία pdf button, with javascript I cut the HTML code of #page into separate A4 pages.
The result is really good. It cuts a list of divs correctly, and it also cut one table with fixed rows correctly into separate pages.
Now, the question is: How can I make the PDF?
I am looking for a simple solution like: window.print(); or $("all_pages").print();
Thanks in advance,
Chris Pappas