nycwipeout
IS-IT--Management
I need to build a workflow for right to left reading pubs and renumber the pages from say 238 to 000, 237 to 001 and so on. each pub will have a different page count.
I get 2 PDFs, one is a dummy file which has the page count in the filename "0512ESQ_Maps_238.pdf"
the 2nd PDF is the one that gets processed "ESQ050112_eReader.pdf" into single pages "ESQ050112_eReader_001.pdf"etc.
is there a tcl expression I can use?
I am currently using this to number one down #1_00[epr #3-1]
but want to know if I can reverse it in tcl
I get 2 PDFs, one is a dummy file which has the page count in the filename "0512ESQ_Maps_238.pdf"
the 2nd PDF is the one that gets processed "ESQ050112_eReader.pdf" into single pages "ESQ050112_eReader_001.pdf"etc.
is there a tcl expression I can use?
I am currently using this to number one down #1_00[epr #3-1]
but want to know if I can reverse it in tcl