Page 1 of 1

Posted: Mon Nov 01, 2004 11:12 am
by Guest
I would like filenames padded with zeros in the 'Scan Into' function.
When I am scanning many pages at once, xnview generates filenames like

image1.png
image2.png
.
.
.
image9.png
image10.png

I would like to have filenames like

image 01.png
.
.
.
image 10.png

thank you

Posted: Mon Nov 01, 2004 10:41 pm
by helmut
Anonymous wrote:I would like filenames padded with zeros in the 'Scan Into' function.
When I am scanning many pages at once, xnview generates filenames like
...
I think at the moment there is no way to get leading zeros like "001", "002". The usual placeholder "#" does not work, here.

As a workaround (but not a nice one), you could set the start number to 1001. Then, the suffixes would be "1001", "1002" and the files would be sorted properly.