<div dir="ltr"><div class="gmail_extra">Adrian,<br><br><div class="gmail_quote">2014/1/6 Alex Korobkin <span dir="ltr"><<a href="mailto:korobkin+pp@gmail.com" target="_blank">korobkin+pp@gmail.com</a>></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">

<div dir="ltr"><div class="gmail_extra">Adrian,<div><div class="h5"><br><br><div class="gmail_quote">2014/1/6 Adrian Johnson <span dir="ltr"><<a href="mailto:ajohnson@redneon.com" target="_blank">ajohnson@redneon.com</a>></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">
I was looking at the <a href="http://imagemask-with-pattern.ps" target="_blank">imagemask-with-pattern.ps</a> test case in<br>
<a href="http://bugs.ghostscript.com/show_bug.cgi?id=689818" target="_blank">http://bugs.ghostscript.com/show_bug.cgi?id=689818</a> and noticed the "pop"<br>
in the /PaintProc.<br>
<br>
Does this change fix the bug?<br>
<br>
-   /PaintProc { CairoPattern }<br>
+   /PaintProc { pop CairoPattern }<br><br>
</blockquote></div><div class="gmail_extra"><br></div></div></div>Wow, it does indeed solve the problem for the Distiller! I can certainly open my china-visa-application file in Distiller with this modification, no errors reported and the document looks correct. </div>


<div class="gmail_extra"><br></div><div class="gmail_extra">I cannot test with a Ricoh printer right now, will report tomorrow. </div></div></blockquote><div><br></div><div>It certainly works with Ricoh printers, too. </div>

<div>There is a very minor side effect: it prints number of pages being processed, and it used to be </div></div><div class="gmail_extra">PAGE: 1 1</div><div class="gmail_extra">PAGE: 2 1</div><div class="gmail_extra">PAGE: 3 1</div>

<div class="gmail_extra">PAGE: 4 1</div><div class="gmail_extra">%%[ Error: ...</div><div class="gmail_extra"><br></div><div class="gmail_extra">Now it only reports three pages, not four, </div><div class="gmail_extra"><div class="gmail_extra">

PAGE: 1 1</div><div class="gmail_extra">PAGE: 2 1</div><div class="gmail_extra">PAGE: 3 1</div><div class="gmail_extra"><br></div><div class="gmail_extra">But all four pages are correctly printed, so it's probably nothing to worry about. </div>

<div class="gmail_extra">-Alex</div></div></div></div>