#Word To Markdown
This repository contains a converter of Word documents to Markdown.
#Development Prerequisites ##Microsoft Office Assemblies Development requires use of corresponding Microsoft Office assemblies.
To install the Primary Interop Assemblies (with appropriate acronym of 'PIA') by using the redistributable package
Ensure that the .NET Framework 1.1 or a later version is installed if you are installing the PIAs for the 2007 Microsoft Office system, or the .NET Framework 2.0 or a later version is installed if you are installing the PIAs for Microsoft Office 2010.
Download one of the following redistributable packages:
-
Microsoft Office 2003 http://go.microsoft.com/fwlink/?LinkId=50479
-
Microsoft Office 2007 http://go.microsoft.com/fwlink/?LinkId=72637
-
Microsoft Office 2010 http://go.microsoft.com/fwlink/?LinkId=166026
Follow the instructions in the download page to install the primary interop assemblies.
##Alternative locations
- http://msdn.microsoft.com/en-us/library/kh3965hw(v=vs.80).aspx
- http://msdn.microsoft.com/en-us/library/kh3965hw(v=vs.90).aspx
- http://msdn.microsoft.com/en-us/library/kh3965hw(v=vs.110).aspx
#Authors
- dpedemo
- Igor Okulist <okigan@y****.com>