I downloaded iText-5.0.2.jar and tried to run the first example in iText in
Action 2006 edition containing :
 
 PdfWriter.getInstance(document, new FileOutputStream("HelloWorld.pdf"));
 HtmlWriter.getInstance(document, new FileOutputStream("HelloWorld.htm"));

            document.open();

I received a compilation error cause HtmlWriter can not be found, the needed
import seems to be    com.itextpdf.text.html.HtmlWriter but there is not such
thing, is it?

The examples in the book uses the com.lowagie.text.html.HtmlWriter import ,
where can I find the "com.lowagie" lib ? The link in the book send me to 
download iText-5.0.2.jar only. 

Can you help me? 
I am interested in simple paralell creation of html together with pdf.

Thank you in advance



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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/

Reply via email to