<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 - pdftoppm takes about 2 hours at ~100% CPU to rasterize single-page PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89868">89868</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>pdftoppm takes about 2 hours at ~100% CPU to rasterize single-page PDF
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (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>utils
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>yasin@plangrid.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On Ubuntu using Poppler 0.32.0

Rasterizing a single-page PDF at a 150 DPI resolution using pdftoppm takes
about 7600 seconds at ~100%. The same PDF takes about 10 seconds to rasterize
using Ghostscript.

I've run the following command for pdftoppm:

pdftoppm -cropbox -thinlinemode solid -r 150 -gray /path/to/slow.pdf
/path/to/slow.ppm

And this one for gs:

gs -sDEVICE=tiffgray -sOutputFile=/path/to/slow.tiff -r150 -dBATCH -dNOPAUSE
/path/to/slow.pdf

Since the PDF is sensitive, I'll need to send it via email to whomever is
interested.

Any help would be appreciated. Thank you!</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>