<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - showpage in output of pdftops -eps"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91332">91332</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>showpage in output of pdftops -eps
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>t.j.pinkert@alumnus.utwente.nl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>pdftops -eps included a "showpage" postscript command in it's output. This
command should not be present in EPS files, especially not if the file claims
conformance. I found this nasty bugger when I got unexpected double page output
on including a file produced by poppler in another document in another
document...

some code:
%!PS-Adobe-3.0 EPSF-3.0
%Produced by poppler pdftops version: 0.18.4 (<a href="http://poppler.freedesktop.org">http://poppler.freedesktop.org</a>)
%%LanguageLevel: 3
%%DocumentProcessColors: (atend)
...
...
...
0 0 0 1 k
Q
Q
showpage  <- - - - - - - - - - <----- the forbidden thing
%%PageTrailer
pdfEndPage
%%Trailer
end
%%DocumentSuppliedResources:
%%+ font OYIMNL+Gentium
%%DocumentProcessColors: Black
%%DocumentCustomColors:
%%CMYKCustomColor:
%%EOF

would be nice if it could be fixed....</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>