How do I read custom file properties in Java?
807580Aug 12 2010 — edited Aug 19 2010In visual basic I can use dsofile.dll to read custom properties (name value pairs that provide information about the document, such as the date and time at which the document was last saved, the last user to modify the document, and so on) of a word, powerpoint, or excel file. Is there a similar capability in Java?