[cups] n-up printing page-border option, lpoptions file how to

Till Kamppeter till.kamppeter at gmail.com
Thu Mar 6 03:26:29 PST 2014


Helge, thank you for the patch, I have applied it to the BZR repository
of cups-filters now, so the fix will make part of cups-filters 1.0.47.

   Till

On 03/06/2014 11:39 AM, Helge Blischke wrote:
> The bug is still there. Here is a unified diff:
> 
> ------snip--------
> --- pdftopdf.cc    2014-03-06 01:40:36.000000000 +0100
> +++ fixed.pdftopdf.cc    2014-03-06 11:35:46.000000000 +0100
> @@ -723,7 +723,7 @@
>  /*
>  */
>  //param.nup.yalign=TOP;
> -param.border=BorderType::ONE;
> +param.border=BorderType::NONE;
>  //param.mirror=true;
>  //param.reverse=true;
>  //param.numCopies=3;
> -----snip--------
> 
> The border type ONE is not defined anywhere, and what the
> buggy statement results in, I think, heavily depends on the
> compiling environment (occasional memory contents etc.).
> 
> Helge
> 




More information about the cups mailing list