itsdines wrote: > HI > when i try to convert html to pdf am parsing jsp page that time i am getting > exception. > i have given like this. > HtmlParser.parse(document, > "http://192.168.10.170:7077/final/reporter/SendMail.jsp"); > > please help me. > > > ExceptionConverter: org.xml.sax.SAXParseException: The entity name must > immediately follow the '&' in the entity reference.
In the original document, you have an ampersand that isn't followed by a valid entity name. This is not an iText question, it's an XML question. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ 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 Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
