Write all Tags from all files into 1 Textfile?

Started by Syntax, June 29, 2010, 07:37:53 AM

Previous topic - Next topic

Syntax

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

Phil Harvey

Try a command something like this:

exiftool -keywords -r DIR > out.txt

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).