How to read metadata information from docx documents?
问题 what I need to achieve is to have a word document template(docx), which will contain Title, Author name, Date, etc. This template then will be used by users to complete it. I need to create a c# program, that will take in the docx file and read all the information of interest(title, name, date, ..). So my questions are: How do I put the metadata into the template saying: this is Title, this is Date, this is Name, etc? (not programatically) How do I programmatically read that information? 回答1: