Gary Fix wrote:
How do I direct FOP output to a string that can be written to a file?
When I use the code shown below, and write it to a file, it cannot be read
by Acrobat reader...

FOP output is binary, converting it to a character string and back may result in a different byte sequence. Just don't do this, use byte arrays unless you relly know what you are doing.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to