PPSM to XPM Converter

Convert PPSM slides to XPM color pixmaps free online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Color X11 Pixmaps

XPM is the color counterpart to XBM in the X Window System. Converting PPSM slides to XPM produces full-color pixmap icons and graphics for Linux and Unix desktops.

Human-Readable Source

XPM files are valid C source code with named color definitions. Each converted PPSM slide can be inspected, edited, and compiled directly into X11 applications.

Macro-Free Guarantee

PPSM macro-enabled slideshows may carry VBA scripts. XPM output is plain-text image data — no executable code, no hidden content, no security exposure whatsoever.

How to convert PPSM to XPM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose xpm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your xpm file right afterwards

About formats

PPSM (PowerPoint Slideshow with Macros) is a macro-enabled slideshow format in Microsoft PowerPoint, introduced with Office 2007 as part of the Office Open XML family. PPSM combines the auto-play slideshow behavior of PPSX with the VBA macro capabilities of PPTM — opening a PPSM file launches it directly into full-screen presentation mode while allowing embedded macro code to execute during the slideshow. The format is structurally a ZIP archive containing the same XML slide parts as other OOXML presentation formats, plus a vbaProject.bin stream housing the VBA project. This combination is particularly valuable for interactive presentations: macro-driven slideshows can respond to user input, navigate non-linearly between sections, query external databases, update content in real time, and log audience responses during training or assessment sessions. One advantage is interactive presentation capability — PPSM enables quiz-style presentations where clicking answer buttons triggers immediate scoring feedback, branching paths, or data recording, all invisible to the audience. The macro-enabled slideshow format also supports self-contained automation: a PPSM file can run initialization routines on launch, configure the display environment, and clean up resources on exit without any manual intervention. As with all macro-enabled Office Open XML formats, the distinct .ppsm extension helps administrators enforce security policies that differentiate between trusted macro content and standard presentations. PPSM is supported exclusively in Microsoft PowerPoint desktop editions.
Developer: Microsoft
Initial release: January 30, 2007
XPM (X PixMap) is a color image format for the X Window System, developed by Arnaud Le Hors at GROUPE BULL beginning in 1989 as the color successor to the monochrome XBM format. Like XBM, XPM files are valid C source code — each file defines the image as a static array of character strings, where the header strings specify width, height, number of colors, and characters per pixel, the color definition strings map character codes to color values (supporting X11 color names, hexadecimal RGB, and symbolic color types like 'background' and 'foreground'), and the pixel strings encode each row as a sequence of character codes that index the color palette. This ASCII art representation makes XPM images human-readable: one can often see the image content directly in the text of the source file. The format went through three revisions: XPM1 (1989, compatible with X10), XPM2 (simplified syntax), and XPM3 (1991, the current version with the static char* syntax and extended color specification). XPM was the standard format for X Window application icons, splash screens, pixmap buttons, and themed UI elements throughout the 1990s and 2000s. One advantage is the combined benefits of being a valid C source file and a color image: XPM files can be compiled into applications, edited in any text editor, processed by text tools, and version-controlled, while supporting up to 256 colors with transparency (using the 'None' color keyword). The X11 ecosystem's reliance on XPM ensures broad tool support. XPM files are handled by all X11 toolkits, ImageMagick, GIMP, and web browsers (legacy support).
Initial release: 1989

Frequently Asked Questions

Is the PPSM to XPM conversion free?

You can convert PPSM to XPM for free on convertio.co. Larger or more frequent conversions are available with a subscription plan.

How do I open XPM files?

Any X11 desktop renders XPM natively. GIMP, ImageMagick, and Inkscape open XPM. Web browsers can display them, and any text editor lets you inspect the human-readable C source.

Does XPM support full color?

XPM supports named colors, hex codes, and indexed palettes. While it can represent millions of colors in theory, it works best with limited palettes typical of icons and UI graphics.

Are PPSM macros removed in the XPM output?

Completely. XPM is a text-based image format stored as C source code. No VBA macros, no embedded scripts, no executable presentation content survives the conversion.

How quickly does PPSM to XPM conversion finish?

Most conversions complete within seconds. Larger files may take slightly longer, but cloud processing keeps it fast regardless of your device.

How does XPM differ from XBM?

XBM is monochrome only (black and white). XPM extends the concept to support full color with named palettes. Both are text-based C source formats for the X Window System.