DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42685>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42685 Summary: Printer restarts after sucessfull printing Postscript Product: Fop Version: 0.93 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: ps AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] After generating a postscript-file with fop and sending the file/stream to the printer (Lexmark T632 and 630 - no other printers here for testing), the printer restarts ~30 seconds after printing the last page of the document (runs on again but nothing else happens). This failure appears not on all Windows-XP Versions. After hours of debugging i found the bug in the PSRenderer-Class and the builded PS-File: At the end an EOF-Command is send, but before there should be an end-of-page "eop"-command as well. Frankly - please add in stopRenderer() the line: gen.writeln("eop"); before the trailer and everything is fine ;) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
