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
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
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