pen();
ArrayList p = HTMLWorker.parseToList(stringReader, st);
for (int k = 0; k < p.size(); ++k)
document.add((Element)p.get(k));
document.close();
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Alex Chew
> Sent:
Hi There
I am working on an application try to covert some html fragment to pdf. from docs and mailing list, i think HTMLWoker can do this well.
But in my test , i couldnot make it work with Chinese words - all Chinese words were replaced by blank even i used unicode directly.
I cannot find