Microsoft Word
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Software and Program Code) |
||
Line 31: | Line 31: | ||
== Software and Program Code == | == Software and Program Code == | ||
* [http://www.computerhistory.org/_static/atchm/microsoft-word-for-windows-1-1a-source-code/ Microsoft Word for Windows Version 1.1a Source Code] | * [http://www.computerhistory.org/_static/atchm/microsoft-word-for-windows-1-1a-source-code/ Microsoft Word for Windows Version 1.1a Source Code] | ||
+ | * [http://linkis.com/www.writage.com/UOADo Writage: Markdown plugin for Microsoft Word] | ||
== Commentary == | == Commentary == |
Revision as of 12:36, 23 March 2015
Microsoft Word is a popular word processor program which has existed in a number of versions for DOS, Windows, and the Macintosh. Various native file formats have been used, and some other non-Word-specific formats can also be opened and saved. There are separate articles on these formats:
- DOC (Word document)
- DOCM (Word macro-enabled document)
- DOCX (Word document, XML format)
- DOT (Word template)
- DOTM (Word macro-enabled template)
- DOTX (Word template, XML format)
- WordProcessingML (XML format preceding later DOCX one)
Sample files
- The same test document saved in various formats available to the "Save As" feature in Word 2007 (some formats not Word-specific):
- testing.doc (DOC)
- testing.docm (DOCM)
- testing.docx (DOCX)
- testing.dot (DOT)
- testing.dotm (DOTM)
- testing.dotx (DOTX)
- testing.mht (MHTML)
- testing.odt (OpenDocument Text)
- testing.pdf (PDF)
- testing.rtf (RTF)
- testing.xml (WordProcessingML 2006)
- testing.xps (OpenXPS)
- testing-2003.xml (WordProcessingML 2003)