search for: postscript_passthrough

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

2007 Oct 11
3
Printing in Corel Draw through CUPS
..._PDEVICE *physDev ) > { > char *buf; > char name[100]; > signed int xtrans, ytrans, rotation; > > return 1; > > ============================================ > > in escape.c in the function PSDRV_ExtEscape > > commented out all of the code for the POSTSCRIPT_PASSTHROUGH case > and replaced with a call to PSDRV_WriteSpool > > case POSTSCRIPT_DATA: > case PASSTHROUGH: > case POSTSCRIPT_PASSTHROUGH: > { > /* Write directly to spool file, bypassing normal PS driver > * processing that is done along with writing...