Page 1 of 1

Exiftool: "Subjet" added to "keywords"

Posted: Thu Sep 11, 2008 7:26 am
by Peter2
I use exiftool with this code:

Code: Select all

exiftool.exe -Subject="This is my test subject" "Test.pdf"
The result in PDF is that in keywords is also an entry:
; This is my test subject
(semicolon plus subject)
Is this correct? Is there a way to avoid this?

Peter