Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
0.93
-
None
-
None
-
Operating System: Windows XP
Platform: PC
-
42685
Description
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