Hi There,
I'm trying to scan a Directory recursively and extract Keywords from PDF Files.
I works great but i want one single Outputfile instead of one Texfile for each PDF.
Any Ideas or impossible?
Thanks for your Help
Try a command something like this:
exiftool -keywords -r DIR > out.txt
- Phil