The CVS has some fixes to the PS interpreter and it may, or may not, fix your problem.
Paulo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, April 10, 2006 11:39 AM > To: [email protected] > Subject: [iText-questions] iText Version 1.3.6: Support for EPS-Images > > Hello! > > I use iText 1.3.6 and want to add an Image into my PDF. With > GIF or other graphic-formats, everything works fine. > > But when I want to add an EPS-Image, then I get the following > exception: > > Code: > Exception in thread "main" java.lang.Error: Invalid escape > character at line 19 column 137. > at > com.lowagie.text.pdf.codec.postscript.JavaCharStream.readChar( > Unknown Source) > at > com.lowagie.text.pdf.codec.postscript.PAParserTokenManager.jjM > oveNfa_0(Unknown Source) > [many other lines] > > The way, I add this images, is: > > Code: > Image logo = Image.getInstance(new URL("file:" + getFilename())); > > > > When I watch this EPS with a viewer (like GS), then I can > open and see this Image without any error... > > Who can help? > > Thanks in advance! > -André > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking > scripting language > that extends applications into web and mobile media. Attend > the live webcast > and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
