|
docx/xlsx is a zip file, theres a file inside with the document info, which is a simple xml file
doc/xls is ole2 container style, quite exotic in its structure, but theres some source out there (libxl) for example that can process and retrieve the info, then i guess you could code something to scan for the strings found and zero them out...
|