search for: psendpage

Displaying 1 result from an estimated 1 matches for "psendpage".

Did you mean: sendpage
2007 Oct 11
3
Printing in Corel Draw through CUPS
...ostscript, again, and sends it to the printer which prints garbage. The consultant found a way to make a couple changes to WINE files and force CUPS to pass it through and it prints beautifully on a color printer. Here are his changes: > in ps.c > > Changed > > static const char psendpage[] = > "pgsave restore\n" > "showpage\n"; > > to > > static const char psendpage[] = > "showpage\n"; > > (deleting pgsave restore\n) > > > at the begining of PSDRV_WriteNewPage > added return 1; to essentially bypass the code. >...