What is the difference between .dotx and .wmf?
- Extension
 - .dotx
 - .wmf
 
- Format
 - Binary
 - Binary
 
- Category
 - Document
 - Vector Image
 
- Developer
 - Microsoft
 - Microsoft
 
- Description
 - A DOTX file is a template created by Microsoft Word, a word processing program. It contains default layouts and settings for a document, including styles, AutoText, toolbars, and macros. DOTX files are used as a baseline to create multiple .DOCX documents with the same formatting.
 - Proprietary Windows graphic format developed by Microsoft; contains a series of drawing operations, including commands for drawing lines, circles, and rectangles; may also contain bitmap drawing operations; used primarily for vector images, but can also include raster graphics.
 
- MIME Type
 - application/vnd.openxmlformats-officedocument.wordprocessingml.template
 - application/x-msmetafile
 
- Sample
 - sample.dotx
 - sample.wmf
 
- Wikipedia
 - .dotx on Wikipedia
 - .wmf on Wikipedia