DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13592>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13592 Converting a FO document with PNG images into PS Summary: Converting a FO document with PNG images into PS Product: Fop Version: 0.20.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I convert a FO document with PNG images into PS format, the FOP prints no error messages but the produced PS file is corrupt (can't be printed or viewed in any PS viewer). The conversion of the same FO document into PDF succeeds without problems and the PDF ist ok. Conversion without PNG images (with or without JPG images) succeeds also. I'm using the FOP 0.20.4 and Jimi 1.0 The JAVA code: CommandLineOptions options = new CommandLineOptions("-q", "-fo", foFile, "-ps", outFile); options.getStarter().run(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]