<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 - Little documentation about pdfseparate PDF-page-pattern argument"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101800">101800</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Little documentation about pdfseparate PDF-page-pattern argument
          </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>enhancement
          </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>leonard.michelet@smile.fr
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=132705" name="attach_132705" title="pdfseparate PDF-page-pattern documentation enhancement">attachment 132705</a> <a href="attachment.cgi?id=132705&action=edit" title="pdfseparate PDF-page-pattern documentation enhancement">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=101800&attachment=132705'>[review]</a>
pdfseparate PDF-page-pattern documentation enhancement

There is no documentation explaining that the pdfseparate's argument
PDF-page-pattern can contains any number format compatible to printf format.
The documentation talk only about %d.
So I propose a patch to enhance the man page and the error message when %d is
missing.

A typical use case would be to extract page 5 to 15 of a pdf file, and then use
pdfunite to reunify them. In this case, using %02d helps keeping the order of
pages (05, 06, 07, ..., 09, 10, 11, ...).
With only %d you'll have (11, 12, 13, 14, 15, 5, 6, 7, ...)</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>