Dominic Maricic wrote: > There's no way to use another program to parse the html and the > insert it into a PdfPTable right?
I don't see the problem. In my applications I usually use dom4j to preprocess the XML/HTML and I tell dom4j to remove the ignorable whitespace. Another possibility would be to implement the ignorableWhitspace method in SimpleXMLParser. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ 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
