Re: [iText-questions] Convert HTML to PDF problem

2005-11-10 Thread bruno
Alex Chew wrote: Sure, i am on the way. Would you please show me several candidates? HtmlDoc converts complete HTML files into PDF. What i want is convert html fragements into pdf That wasn't what you asked for. If you stay with iText, you need HtmlWorker, not HtmlParser. br, Bruno -

Re: [iText-questions] Convert HTML to PDF problem

2005-11-10 Thread bruno
Alex Chew wrote: Hay, guys I try to generate pdf from html In my application but cannot come over. I used htmlparser, and using html stream(String/StringBuffer) as input. Any advice? Don't use iText for HTML parsing unless you know what you're doing. Look for another tool if you want an o

[iText-questions] Convert HTML to PDF problem

2005-11-10 Thread Alex Chew
Hay, guys   I try to generate pdf from html In my application but cannot come over.  I used htmlparser, and using html stream(String/StringBuffer) as input. Any advice?   Thanks.