Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Printing hunderds of pages from client

  Asked By: Glenn    Date: May 21    Category: Java    Views: 622
  

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?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Sonya Flores     Answered On: May 21

If you want control on printing  you can use PDF format and there are APIs
for making PDF output in java.

 
Answer #2    Answered By: Eric Foster     Answered On: May 21

take a look at Java Printing API, a good tutorial is
available at jgurue.com

 
Didn't find what you were looking for? Find more on Printing hunderds of pages from client Or get search suggestion and latest updates.




Tagged: