Quoting vivian ch <[EMAIL PROTECTED]>: > Hi, > Thanks you for helping me previously. I start "loving" iText.. *smile* > I have another problem now: > i have copied the example from web for creating a pdf file from an html > file... but i get the following errors: > tryHTML.java:6: cannot resolve symbol > symbol : class HtmlParser > location: package html > import com.lowagie.text.html.HtmlParser; > ^ > tryHTML.java:23: cannot resolve symbol > symbol : variable HtmlParser > location: class tryHTML > HtmlParser.parse(document, "eProdSumm.html"); > ^ > what do i need to do to make it work? where is the HtmlParser from?
It's in a separate jar iTextXML.jar. http://itext.sourceforge.net/downloads/ mvg, Bruno ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
