<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
<div style="16px">Hello,<br /></div><div style="16px"><br /></div><div style="16px">The
 default output numbering of pdfimages is 3 digit, e.g,  
image-root-nnn.xxx. But if there are more than 1,000 ouput images, there
 will be files image-root-nnn.xxx (3 digit number sequence) and 
image-root-nnnn.xxx (4 digit number sequence). When processing book 
images in bash, the ordering needs a fix. At the moment I use rename <br /></div><div style="16px"><br /></div><div style="16px">rename <span class="colour" style="color:rgb(42, 161, 152)">'s/img-([0-9]{3}).pbm/img-0$1.pbm/'</span> *.pbm<br /></div><div style="16px"><br /></div><div style="16px">Therefore I was wondering if there is a way to specify the format of output numbering directly in pdfimages. <br /></div><div style="16px"><br /></div><div style="16px">Thanks,<br /></div><div style="16px">Abi<br /></div>  </body>
</html>