Does anyone know if it is possible to convert a HTML page (url) to a PDF using itext? If the answer is 'no' than that is OK as well since I will stop wasting my time trying to work it out and just spend some money on one of a number of components which I know can :) Thanks in advance for your responses!
|
|
|
||
|
|
|
It doesn't appear to be very good for converting HTML. I have been testing with iTextSharp for a bit because I have a nicely formatted HTML page that I want to convert to a PDF. I first tried it with an XmlTextReader and HtmlParser.Parse, and am now trying it with simpleparser.HTMLWorker. At first I thought my PDF was badly formatted because of the CSS, but even without CSS it looked bad. I could rebuild my document piece by piece and get it to work with iTextSharp, but need to learn more about how to do that. Another temporary option I am considering is to have a user print the HTML page to a PDF and upload it to the website. It's something that does not change very often. Here's a recent link I found when looking for more about this, http://hamang.net/2008/08/14/html-to-pdf-in-net/ Search this forum for "HTML": http://www.nabble.com/iTextSharp-f4188.html It contains some interesing things like mentioning that HTML to PDF conversion is crude, and that the HTMLWorker class was made to use HTML fragments, but does not work well with nested containers. |
||
|
|
|
|
I think this is exactly what you were looking for http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html https://xhtmlrenderer.dev.java.net/
|
||
|
|
|
|
I have ended up using ABCPdf from webSupergoo. It works really well and for about $350 it has saved me hours and hours based on your comments above. Thanks again Daniel and Bratch for your comments. |
||
|
|
|
|
When I needed HTML to PDF conversion earlier this year, I tried the trial of Winnovative HTML to PDF converter (I think ExpertPDF is the same product, too). It worked great so we bought a license at that company. I don't go into it too in depth after that. |
||
|
|
|
|
Maybe you could try: |
||
|
|
|
|
This works great - it handles CSS and HTML very well and uses iText under the covers https://xhtmlrenderer.dev.java.net/ |
||
|
|
|
|
|
||
|
|
