Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

I created this tool to fix corrupt Word documents (non-binary, just open xml files). Mainly this applies to the .docx format. It basically just checks through a list of known corruptions and then applies a fix if it comes across one of those scenarios in the file.

License

Notifications You must be signed in to change notification settings

desjarlais/wordcorruptdocchecker

Repository files navigation

Word corrupt document checker

NOTE: This tool is not actively being worked on, see the following for active development of the tool

https://github.com/desjarlais/Office-File-Explorer-v2

I created this tool to fix corrupt Word documents (non-binary, just open xml files). Mainly this applies to the .docx format. It basically just checks through a list of corrupt xml tags that I've come across and attempts to fix the tags. It will create a copy of the file you provide and attempt to fix the copy. The original file should be left unchanged.

ScreenShot

There are still many other types of corrupt documents that I have not seen, so please free to submit questions or feedback in the Discussions section.

The tool requires the .NET framework version 4.6.1 or higher.

To download a standalone version of the tool, go to the Release section of this page or use the following link:

https://github.com/desjarlais/wordcorruptdocchecker/releases/tag/v.1.2.1.9

About

I created this tool to fix corrupt Word documents (non-binary, just open xml files). Mainly this applies to the .docx format. It basically just checks through a list of known corruptions and then applies a fix if it comes across one of those scenarios in the file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages