Re: [iText-questions] Parsing HTML document with images

2009-05-27 Thread 1T3XT info
EVENO Manuel wrote: > Hi again, > > I'm trying to convert simple HTML content (entries from a blog) to a pdf > document. For simple HTML snippets, you're better off with HTMLWorker. HtmlParser isn't really supported anymore. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http:

[iText-questions] Parsing HTML document with images

2009-05-27 Thread EVENO Manuel
Hi again, I'm trying to convert simple HTML content (entries from a blog) to a pdf document. But sometimes when there's image in it, I'm facing an EmptyStackException when the SAXmyHtmlHandler class tries to add it to the document. Here is the test code : package personnal.blogprinter; import j