I tried searching, but couldnt find exactly what I needed, so hopefully you guys can help.
basically I have 2 files that need to be merged... a coversheet and then the worksheets that go along with that specific sheet.
basically my thoughts are this.
I open the coversheet, named SWM12345TC.pdf. run the script.
script pulls the filename, and removes the last 6 characters (TC.pdf) and saves that as a variable.
then adds in the second file, SWM12345W.pdf. (which it would add by using the variable from the original + W.pdf on the end.
merges the two and saves it as the variable + .pdf (SWM12345.pdf).
closes the original and opens the new file (SWM12345.pdf) which then lets me edit away....
I know I could simply do it with the merge feature, but when I do this all day long for 9 hours if there was a way i could shave off 30 seconds per file, it would help a lot.
Hopefully you guys can help
George