Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cookieme

macrumors regular
Original poster
Aug 22, 2005
156
1
Hi

I have searched, but I can't find a way to simply modify certain entries of a file's metadata.

If I use mdls <filename> I can see for instance:

Code:
kMDItemAlternateNames          = (
    "test.pdf"
)
kMDItemAuthors                 = (
    "cookieme"
)

How can I change the
Code:
kMDItemAuthors  = ("cookieme")
to list "test" as author?

I have tried to do it in the application that created the pdf file, but I could not find such an option.

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.