Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How can I get a printable files from web app

  Asked By: Lydia    Date: Mar 22    Category: Java    Views: 551
  

Suppose in a web application, we need to get some data in a specific format from system and print them,
for example we want produce and print files cantains name, family, address and postalCode of somebody(stored in DB)
to send somethings via mail to them
or
produce and print some official letters cantains name, family of somebody(stored in DB).
Have anybody a suggestion?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Adali Fischer     Answered On: Mar 22

If you need a little decoration, you can use JSP without any HTML fix sizes.
For example  if you have a <table> in your JSP, it should not have a fixed size
like width="800px".
But if you need more control over your documents like pagination, header, footer,
page counter, background logo and ... you should use reporting tools such as
JasperReport (and its design tool: IReport).

 
Didn't find what you were looking for? Find more on How can I get a printable files from web app Or get search suggestion and latest updates.




Tagged: