I want to print a html page generated by GWT. I am using Window.print().
But when print is invoked only one page is printed.
Is there a way to print all pages?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We were able to print complete page by creating new window and adding inner html of current page to it and then executing print on it.
A class which provides the same functionality is shared at google code.
http://code.google.com/p/gwt-print-it/