ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Syntax on June 29, 2010, 07:37:53 AM

Title: Write all Tags from all files into 1 Textfile?
Post by: Syntax on June 29, 2010, 07:37:53 AM
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
Title: Re: Write all Tags from all files into 1 Textfile?
Post by: Phil Harvey on June 29, 2010, 08:13:46 AM
Try a command something like this:

exiftool -keywords -r DIR > out.txt

- Phil