What is the difference between .dotx and .ppm?
- Extension
- .dotx
- .ppm
- Format
- Binary
- Text
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- 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.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- application/vnd.openxmlformats-officedocument.wordprocessingml.template
- image/x-portable-pixmap
- Sample
- sample.dotx
- sample.ppm
- Wikipedia
- .dotx on Wikipedia
- .ppm on Wikipedia