You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/10/14 09:57:03 UTC

DO NOT REPLY [Bug 13592] New: - Converting a FO document with PNG images into PS

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: fop-dev@xml.apache.org
        ReportedBy: msi@elca.ch


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: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org