Export metadata to csv from pdf file

Started by Victoor, June 07, 2016, 03:01:40 AM

Previous topic - Next topic

Victoor

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

Phil Harvey

What content are you talking about?

- 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 ($).