I am new in programming. I want to show report in PDF file from my Program. I am working in JSP and HTML. Can you people guide me of informe me about resource how I will show my report from my HTML and JSP code.
The best thing to do is look for a third party API or class that will handle this for you. If you intend on doing this yourself, then plan on taking a very long time to learn just the background information.
if you put your data into a XML file you can use Apache FOP to generate the PDF file. Look also for a XSL-FO designer like this one FO Designer 1.5. XSL-FO Editor for the Java[TM] Platform so that you can design your PDF files visually instead of having to learn XSL-FO.