ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Victoor on June 07, 2016, 03:01:40 AM

Title: Export metadata to csv from pdf file
Post by: Victoor on June 07, 2016, 03:01:40 AM
Hello,

I'm a completely newbie. I need to export all metadata from a lot of pdf files to a csv file. To do this task, I use following code on the command line:

exiftool -csv -r d:/1_pdf/test_pdf > test.csv

Result is: all metadata is exported

BUT also some content of the pdf files  ???
I just need the csv with the metadata of the pdf files in the cells. Is there an option that I have forgotten?

Kind regards
Title: Re: Export metadata to csv from pdf file
Post by: Phil Harvey on June 07, 2016, 07:01:44 AM
What content are you talking about?

- Phil