Programmatically get version number of creating application

R

Rewly

Is there a way to programmatically learn what version of Word/Excel/whatever
(even non-MS products) was used to create a given document? I'd like my
program (C#) to be able to go through a database of thousands of files and
get this information from each--it must be contained somewhere in the
metadata, right? Thanks for any help you can provide.
 
J

Jay Freedman

Is there a way to programmatically learn what version of Word/Excel/whatever
(even non-MS products) was used to create a given document? I'd like my
program (C#) to be able to go through a database of thousands of files and
get this information from each--it must be contained somewhere in the
metadata, right? Thanks for any help you can provide.

See http://www.word.mvps.org/FAQs/MacrosVBA/DSOFile.htm. It is specific to OLE
container files, which includes MS Office formats up to but _not_ including
Office 2007. I don't think it will work with many other programs' files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top