Wilfried Ombelets wrote: > > Geachte, Please note that you've posted a question to a mailing-list where very few people understand Dutch.
> Ik heb een vraagje ivm iText: is het mogelijk om rechtstreeks HTML te > schrijven naar pdf met uw product? Yes and no. iText knows a limited set of XHTML tags, and can be used to translate XHTML snippets into iText objects, but iText doesn't pretend to be an HTML to PDF convertor. You'd need something like Flying Saucer + iText to do this. > Staat dit ook in uw boek? Chapter 14 of "iText in Action" has a short HtmlParser and HTMLWorker example, but you'll notice that the author doesn't recommend using iText for full blown HTML to PDF conversion. Please read the following FAQ entry; especially the comments: http://itext.ugent.be/library/question.php?id=40 -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
