[iText-questions] Problems adding a PostScript image to a PDF

2006-04-09 Thread David Howland
I'm trying to add a PS document to a PDF in iText, but I'm getting the following exception when I make a call to Document.add with my ImgPostscript object: DocumentException: DocumentException: DocumentException: java.lang.IllegalStateException: Null token encountered; last unknown identifier

Re: [iText-questions] Problems adding a PostScript image to a PDF

2006-04-09 Thread Leonard Rosenthol
At 04:07 PM 4/9/2006, David Howland wrote: Am I running into a limitation of the iText postscript interpreter, or is this another issue? The PostScript document is being created by GhostScript's pswrite device. Why not use the pdfwrite instead, since iText has no problem loading up ot

[iText-questions] Problems adding a PostScript image to a PDF

2006-04-09 Thread David Howland
I'm trying to add a PS document to a PDF in iText, but I'm getting the following exception when I make a call to Document.add() with my ImgPostscript object: DocumentException: DocumentException: DocumentException: java.lang.IllegalStateException: Null token encountered; last unknown identifie