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=5674>.
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=5674

postscript generated by FOP is missing end commands

           Summary: postscript generated by FOP is missing end commands
           Product: Fop
           Version: all
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The postscript generated by FOP is missing "FOPFonts end" after "showpage" at
each page. This causes the postscript viewer/printer to use huge amounts of
memory for large documents.

We set PS as outdata (not PRINTER).

We user the following sed script to fix it after the transformation.
sed 's/showpage/showpage FOPFonts end/'
And then it works.

Out version of fop is 20.1

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

Reply via email to