it's like this...
i have around 1500 pdfs that need to be compiled into 150 pdfs.
i have them saved as xxx_00.pdf, through xxx_09.pdf, where xxx represents a 3 digit number.
I'm trying to figure out a faster way of doing this, requiring less user intervention than manually dragging and dropping the 10 pdfs in order into pdf-blender, and renaming the output file for every run.
oh, and the output file needs to be named xxx.pdf (or some derivative thereof... i can rename them whatever i like with batch file renamer..so long as they have that 3 digit # in there.)
to make it clearer what i'm trying to do...
xxx_00,xxx_01,xxx_02....xxx_09 -------------> xxx
yyy_00,yyy_01,yyy_02....yyy_09 -------------> yyy
just doing that around 150 times.
i have around 1500 pdfs that need to be compiled into 150 pdfs.
i have them saved as xxx_00.pdf, through xxx_09.pdf, where xxx represents a 3 digit number.
I'm trying to figure out a faster way of doing this, requiring less user intervention than manually dragging and dropping the 10 pdfs in order into pdf-blender, and renaming the output file for every run.
oh, and the output file needs to be named xxx.pdf (or some derivative thereof... i can rename them whatever i like with batch file renamer..so long as they have that 3 digit # in there.)
to make it clearer what i'm trying to do...
xxx_00,xxx_01,xxx_02....xxx_09 -------------> xxx
yyy_00,yyy_01,yyy_02....yyy_09 -------------> yyy
just doing that around 150 times.