Eric Douglas wrote:
I resolved this. After the transform I didn't close the output stream. Apparently that left some bytes hanging.
Apparently? You said: > If I try to create a PDF directly from the transform with FOP 1.0, by > passing a BufferedOutputStream created from a FileOutputStream into the > FopFactory.newFop, it's creating an incomplete PDF. Am I missing > something or where should this come from? You might want to review your understanding of what BufferedOutputStream and FileOutputStream do. BugBear --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
