Re: [iText-questions] SEAM and PDF

2007-02-07 Thread Bruno Lowagie (iText)
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

[iText-questions] SEAM and PDF

2007-02-06 Thread Bruno Lowagie (iText)
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