I am looking for an application that can either convert my html document to pdf or generate a new pdf given some data. The document will have some images as well as tables.
Can anybody help me with that? I am using Weblogic Application server.
-
PDF generation (8 messages)
- Posted by: Madhu Sudan
- Posted on: January 17 2001 16:52 EST
Threaded Messages (8)
- PDF generation by Jesse Kuhnert on January 17 2001 17:31 EST
- PDF generation by Madhu Sudan on January 18 2001 11:13 EST
-
PDF generation by Vignesh Siva Sankar on January 18 2001 07:29 EST
- PDF generation by Madhu Sudan on January 19 2001 12:18 EST
-
PDF generation by Vignesh Siva Sankar on January 18 2001 07:29 EST
- PDF generation by Madhu Sudan on January 18 2001 11:13 EST
- PDF generation by Rod Zimmerman on February 22 2001 21:41 EST
- html to pdf by ajay arora on July 17 2003 09:57 EDT
- Have you found any solution ? by Vasu Rao on July 12 2005 04:11 EDT
- Re: Have you found any solution ? by Zet Ucu on January 15 2009 10:44 EST
- Have you found any solution ? by Vasu Rao on July 12 2005 04:11 EDT
-
PDF generation[ Go to top ]
- Posted by: Jesse Kuhnert
- Posted on: January 17 2001 17:31 EST
- in response to Madhu Sudan
Try xml.apache.org. They have a package called "FOP" which will let you do this. The only thing that sucks is that you can't use HTML to format the data. There is a special XSL formatting language used to create, but it doesn't take too long to use. I used it on the last project that I worked on to dynamically generate and display PDF genertated contracts and it worked great.
-
PDF generation[ Go to top ]
- Posted by: Madhu Sudan
- Posted on: January 18 2001 11:13 EST
- in response to Jesse Kuhnert
Thanks Jesse,
Can you give me some tips on how to move? Actually the document I need to convert has lots of tables within tables in the html. Can we define same kind of structure thru XSL? -
PDF generation[ Go to top ]
- Posted by: Vignesh Siva Sankar
- Posted on: January 18 2001 19:29 EST
- in response to Madhu Sudan
Hi madhu,
If you have request objects with the data shown in the html document, then i think this package would help. It is a jar file named iText039.jar. It is a freeware and is available in the site http://www.lowagie.com
It contains of simple api's which can convert text data to
pdf.
vignesh -
PDF generation[ Go to top ]
- Posted by: Madhu Sudan
- Posted on: January 19 2001 12:18 EST
- in response to Vignesh Siva Sankar
I tried it but that does not support nested tables. Do you know how can we make it to work for nested tables -
PDF generation[ Go to top ]
- Posted by: Rod Zimmerman
- Posted on: February 22 2001 21:41 EST
- in response to Madhu Sudan
We can help. Check out http://www.dynalivery.com -
html to pdf[ Go to top ]
- Posted by: ajay arora
- Posted on: July 17 2003 09:57 EDT
- in response to Madhu Sudan
Hi Madhu
Did you find the way to convert html to pdf?
Regards
Ajay -
Have you found any solution ?[ Go to top ]
- Posted by: Vasu Rao
- Posted on: July 12 2005 04:11 EDT
- in response to ajay arora
Hi Madhu,
Please let me know if you found the solution for HTML to PDF conversion using Java API.
Regards,
Srini. -
Re: Have you found any solution ?[ Go to top ]
- Posted by: Zet Ucu
- Posted on: January 15 2009 10:44 EST
- in response to Vasu Rao
Maybe useful, HTML to PDF: http://www.dancrintea.ro/html-to-pdf/ check page middle for Java example.