Bruno Lowagie (iText) wrote:
> In package org.jboss.seam.pdf.ui.ITextComponent, there's
> a method replaceEntities(String text). In iText 2, there
> will be a class EntitiesToUnicode
I just added a method
public static String decodeString(String s)
to this class:
http://itext.cvs.sourceforge.net/i
Hello again,
I just installed SEAM 1.1.5 on my machine, and I had a quick glance at
the source code of the PDF related functionality. As soon as I have the
time, I'll do a more thorough inspection.
These are some remarks:
In package org.jboss.seam.pdf.ui.ITextComponent, there's
a method replac