We have to print large numper of pages from client using JSP. For
example there are 50 records on browser and for each record we have
to create 4 preprepared forms (we just set the data that is in front
to those forms for each record) So we have 50 * 4 = 200 pages to
print.
Is there a way or third party tool to do this?