It's possible using alivepdf to write a Unicode pdf?
I see a Unicode.as class, but when I try, the pdf created cannot be opened by adobe reader.
Could you please suggest me some code snippet to create a unicode string?
[EDIT]
I have made some investigations. I think the problem is on putcidfont0 method on UnicodePDF.as class.
The problem is that I think the font metrics are not parsed well and many characters are displayed with the default font width.
I cannot say how to fix this...