OfficeDev / Open-XML-Package-Editor-Power-Tool-for-Visual-Studio

This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents.
135 stars 50 forks source link

Remove theRsidR Property #3

Closed ahadshafiq closed 9 years ago

ahadshafiq commented 9 years ago

I hope the issue tracker is an OK place to ask questions.

I'd like to ask where in the repository lies the code that adds the RsidR attributes to the tags for .docx word documents. I'd like to fork the code to be able to eliminate these (along with other tags).

pugwonk commented 9 years ago

Hi there - the package editor doesn't actually do anything clever inside the XML files (beyond tracking relationships). I'm not sure the package editor is the best way to try and do this - you might have more luck with the Open XML SDK (https://github.com/OfficeDev/Open-XML-SDK).