Is there a way through file renaming to add a sequence number that increments by two? The regular sequence variable increases by one which of course makes sense. However, I have a situation that needs to increment by two. Hopefully, this will explain clearly.
As a volunteer, I'm assisting the local historical society in digitizing old documents. For various reasons, some documents need to be photographed rather than scanned (oversized, fragile bindings, etc.) With our crude setup, it's easiest to digitize pages on one side of the document at a time. In other words the odd pages are done then the document is reversed and the even pages are completed. These pages are then MANUALLY assembled in the correct order and converted to a PDF document. This isn't too difficult with a document of a few pages. However, we just finished a journal with just under 500 pages. If I could add a sequence number that increments the filename by two, the odd pages could be renamed with a 1, 3, 5 etc. The second set using 2,4,6 and so on. Then the files could be sorted by filename and the pages would be in the correct document order.
Any suggestions about how to do this would be welcomed.
Thanks.