What is the difference between .docm and .xpm?
- Extension
- .docm
- .xpm
- Format
- Binary
- Text
- Category
- Document
- Raster Image
- Developer
- Microsoft
- X Consortium
- Description
- A DOCM file is a document created by Microsoft Word, a popular word processor included with Microsoft Office. It contains embedded macros that can be executed within the document. DOCM files are used to automate Word Open XML document (.DOCX) tasks by adding advanced macro functionality.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- application/vnd.ms-word.document.macroenabled.12
- image/x-xbitmap
- Sample
- sample.docm
- sample.xpm
- Wikipedia
- .docm on Wikipedia
- .xpm on Wikipedia