Displaying 1 result from an estimated 1 matches for "cbinput".
Did you mean:
binput
2007 Oct 11
3
Printing in Corel Draw through CUPS
...POSTSCRIPT_PASSTHROUGH:
> {
> /* Write directly to spool file, bypassing normal PS driver
> * processing that is done along with writing PostScript code
> * to the spool.
> * We have a WORD before the data counting the size, but
> * cbInput is just this +2.
> * However Photoshop 7 has a bug that sets cbInput to 2 less
> than the
> * length of the string, rather than 2 more. So we'll use the
> WORD at
> * in_data[0] instead.
> */
> // if (!physDev->job.in_passth...