Exiftool: "Subjet" added to "keywords"
Posted: Thu Sep 11, 2008 7:26 am
I use exiftool with this code:
The result in PDF is that in keywords is also an entry:
Is this correct? Is there a way to avoid this?
Peter
Code: Select all
exiftool.exe -Subject="This is my test subject" "Test.pdf"
(semicolon plus subject); This is my test subject
Is this correct? Is there a way to avoid this?
Peter