Generated postscript is missing %%EOF at the end.
Patch show_trailer() in mp/print.c:
write_output("%%Trailer\n"); FPRINTF(ofp, "%%%%Pages: %1d\n", tpn); + write_output("%%EOF\n");
Log in to post a comment.