| Article: |
Dynamically Creating PDFs in a Web Application | |
| Subject: | How I Convert Html file to PDF file | |
| Date: | 2006-09-17 22:47:17 | |
| From: | SwapnilDeshmukh | |
|
Response to: How I Convert Html file to PDF file
|
||
| i have some problem to create the pdf.i used tomcat server, and JSP, to create it. i want pdf file on submit button. as soon as i click submit button i want to create it, if i want to save it then i will save othervise i will go forward. The pdf contains dynamic values as well as table. Please help me to do it. | ||
Showing messages 1 through 1 of 1.
-
How I Convert Html file to PDF file
2007-01-24 23:03:32 yuvraj.kokitkar [View]



you can do it by using iText or OpenOffice
create an application using jar files provided
by those,
but i think openoffice will be the better option because itext reqires XHTML and has formatting problems
regards