Hello,
I want to upload the .docx, .pdf document properties into the SharePoint document library metadata fields. I verified that the Author property returns/saves only with the SPUser(current person).
I want to know how to capture the pdf document properties into the document library metadata column. For example, if I open the pdf file, I can see that the document version, owner name, Title everything available. How do I update via Event handler in the document library. I tried with ItemAdded event and tried to update item["Document Owner"] = file.Author but it returns always null.
Will you please let me know how I can capture title, author, comment, version of the document properties?
Many thanks,
Shridhar