<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/19 James Cloos <span dir="ltr">&lt;<a href="mailto:cloos@jhcloos.com" target="_blank">cloos@jhcloos.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
(It even gets the LanguageLevel wrong.  The pdftops filter in cups-1.5<br>
knows to pass -level3 to poppler’s pdftops(1) for this printer, but the<br>
one in cups-filters refuses to.  Hmmph.)<br>
<br></blockquote><div><br></div><div>Just for the record, calling pdftops with -level2 is hardcoded into cups-filters </div><div>(see a snippet from pdftops.c below):</div><div><br></div><div><div>      if (renderer == PDFTOPS)</div>

<div>        /* Do not emit PS Level 3 with Poppler, some HP PostScript printers</div><div><span class="" style="white-space:pre">        </span>   do not like it. See <a href="https://bugs.launchpad.net/bugs/277404">https://bugs.launchpad.net/bugs/277404</a>. */</div>

</div><div> </div></div>-Alex</div></div>