PPSM to SIX Converter

Convert PPSM slides to DEC SIXEL terminal images free

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

Terminal-Native Graphics

SIX output displays inline within SIXEL-capable terminal sessions — a unique capability for developers and sysadmins who live on the command line.

Macro-Free Results

Converting PPSM to SIX eliminates all VBA code. Uploaded files are removed instantly and outputs are purged within 24 hours for full privacy.

Cloud Processing

The conversion is handled entirely on Convertio servers. No local computation needed — upload from any device and download SIX output promptly.

How to convert PPSM to SIX

1

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

2

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

3

Let the file convert and you can download your six 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
SIX is a file extension for SIXEL (Six Pixel) graphics data, a bitmap graphics format developed by Digital Equipment Corporation (DEC) in 1983 and introduced with the LA50 dot matrix printer. SIXEL encodes images as a sequence of printable ASCII characters, where each character represents a column of six vertical pixels (a 'sixel') — the character's ASCII value minus 63 provides a 6-bit binary pattern, with each bit controlling one pixel in the vertical column. The encoding is structured as a series of sixel bands (each six pixels tall) across the image width, with control sequences for color selection (up to 256 registers with HLS or RGB specification), repeat counts (run-length encoding for efficiency), carriage return, and newline commands. SIXEL data is transmitted to the output device using DEC's standard escape sequence protocol, embedded within the text stream alongside regular character output. Originally designed for DEC's line of printers and later supported by DEC VT-series terminals (VT240, VT330, VT340), SIXEL has experienced a remarkable revival in modern terminal emulator software. One advantage is terminal-native image display: SIXEL allows images to be rendered directly within a text terminal session without requiring a graphical window system, enabling command-line tools to display graphs, photographs, and previews inline with text output. This capability has driven adoption in modern terminals like mlterm, xterm, WezTerm, and foot. SIX/SIXEL data can be generated by ImageMagick, libsixel, and chafa, and viewed in any SIXEL-capable terminal emulator.
Initial release: 1983

Frequently Asked Questions

Why convert PPSM to SIX?

SIX uses the SIXEL protocol to render images directly inside terminal sessions. Converting slides to SIX enables previewing presentation content without leaving the command line.

What terminals display SIX?

mlterm, xterm (with SIXEL enabled), and mintty render SIXEL graphics natively. Several modern terminal emulators have added SIXEL support for inline image display.

Does SIX support full color?

SIXEL supports color palettes, though typically with a limited number of simultaneous colors. Slides with simpler color schemes reproduce more faithfully in SIX format.

Are macros stripped in SIX conversion?

Yes — SIX encodes only pixel data in SIXEL sequences. No executable content or VBA macros from the PPSM source carry over.

Is PPSM to SIX free?

Convertio offers this conversion at no cost. Premium plans provide expanded limits for users who need to process large volumes of presentations.

Can SIX files be used outside terminals?

SIX is primarily a terminal display protocol. For general-purpose use, formats like PNG or JPEG are more practical, but SIX fills a unique niche for command-line workflows.