Reputation: 2746
I have an byte array of an doc file loaded in memory.
I would like to set custom meta data properties of my Word document then save it back to disk. This will be done on a server so I can’t use VTSO to write an add in.
I need to do this in a 2003 word document. so I can't use open xml.
Upvotes: 1
Views: 906
Reputation: 26648
Have you seen Open XML SDK 2.0? Or you can use System.IO.Packaging API directly.
Upvotes: 2