Rutvik Upadhyay wrote: > Hello, > > I have one well formatted HTML document. Can we convert that HTML > document as it is into PDF using iText API?
Yes, if you also use Flying Saucer: https://xhtmlrenderer.dev.java.net/ > Will format of the PDF Doc. be same like HTML Doc.? I'm sorry, but that's a stupid question (pardon my French). PDF describes the layout of a document. HTML can't do that: different browsers render HTML differently. > Please guide me. Read this article: http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
