I have a bunch (many thousands) of graphics files on which I have already performed a conversion:
With some initial file filters to keep things clean (*.tif;*.tiff;*.jpg;*.jpeg;*.bmp;*.pdf), and turning on "Ignore Folder Structure", the "Align filenames with different extensions" feature works very well to align the old with the converted files across all the various subdirectories. Now I just need to go through them all and replace the old with the converted files. I will probably do them in groups of 20 or so, just so I can keep an eye on things as I'm doing the replacement.
HOWEVER, when replacing the .tif, .jpg or .bmp with the corresponding .pdf by performing a copy operation, the copied file takes the filename+ext of the destination, not the source. How do I perform a copy and have it maintain the source filename+ext? I can brute force it by doing the copy and then renaming the destination file, but I don't want to do that manual operation thousands of times.
I really hope there is a simple checkbox somewhere that I'm missing which would affect the behavior as stated above. Help? Thanks in advance.
- .tif files have been converted to .pdf
- .jpg files have been converted to .pdf
- .bmp files have been converted to (you guessed it) .pdf.
With some initial file filters to keep things clean (*.tif;*.tiff;*.jpg;*.jpeg;*.bmp;*.pdf), and turning on "Ignore Folder Structure", the "Align filenames with different extensions" feature works very well to align the old with the converted files across all the various subdirectories. Now I just need to go through them all and replace the old with the converted files. I will probably do them in groups of 20 or so, just so I can keep an eye on things as I'm doing the replacement.
HOWEVER, when replacing the .tif, .jpg or .bmp with the corresponding .pdf by performing a copy operation, the copied file takes the filename+ext of the destination, not the source. How do I perform a copy and have it maintain the source filename+ext? I can brute force it by doing the copy and then renaming the destination file, but I don't want to do that manual operation thousands of times.
I really hope there is a simple checkbox somewhere that I'm missing which would affect the behavior as stated above. Help? Thanks in advance.
Comment