Hello, In our Web-enabled J2EE application, we need to generate reports in PDF format, based on the data in the object model. How should I go about it?
manav kher
Ranch Hand
Joined: Nov 21, 2000
Posts: 98
posted
0
well there are api's that let you create pdf files on the fly...so use any technology namely JSP/Servlet/Bean/EJB on the server that dishes out pdf's to the client....search on this board i have seen previous posts with url's to the API that i am talking about as well as documentation. Also try javasoft.com they have an article on this as well manav