I have a need to strip all metadata on a document programmatically that's not required for operation. I currently use the DocumentInfo interface and can access the properties and set everything that isn't required to anemptty sring however I have a couple of small problems.
I check to see if attributes are removable and if so I'd like to take them out however I haven't figured out how to actually delete them, can someone provide some help on how it can be done given a handle to the property. I also noticed that the DocumentInfo interface doesn't include the Info1-4 tags that are present in the properties of all documents. I didn't notice this at first because I thought DocumentInfo helf it all. Is there any generic interface applicable to all documents which also contains these? Any help would be appreciated. Thanks... - Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
