I'm stuck with this code, won't work with more than one file type at once.
files = sourceDir.getFiles("*.eps");
or
filesToProcess = sourceFolder.getFiles("*.ai");
We need source files to be : *.ai, *eps, *.wmf, *.dxg
Any help would be appreciate
thank