Hi,
I have about 500 word file in a folder, and I want to amend some content then save as pdf format with date added in file name into another folder.
The thing is the above flow takes too long so it may be interrupted sometime.
I do not know how to continue the loop if its interrupted, so what I currently come up with is to compare the file names to skip the loop.
I have tried the following 2 method,
1. is to extract the word file names, then run the loop to see if the pdf file names contains the word file name, which does not work
2. is to extract the word file names, then use if file %current file%-date.pdf exists, which still not work
Please help. Thanks.

