Hi
Most Scan softwares workflows, have the possibility to rename the output pdf file in a folder, if another file already exists in the folder with the same name.
The flows simply rename the pdf file _001.pdf, _002.pdf, _003.pdf etc., so no file is overwritten.
The plugin “Send To Folder” in the workflow can only overwrite the file or append existing file.
Do’s anybody have a simple script to do the task. The script should check the output folder for matching filename, and then return the extension for the new file like _001, _002 etc,
Then the script could be used just before the “Send To Folder”
Thanks in advance
Klaus