OXPS PNG
File conversion

Convert OXPS to PNG

QUICK ANSWER
Is it possible to convert OXPS to PNG?
Yes - OXPS converts to PNG.

Run mutool draw -o page%d.png document.oxps for one PNG per page; add -r 150 or -r 300 for print-quality output. PNG is lossless, making it a better choice than JPG for text-heavy documents.

3 programs
Also to PNG: QOI · APM · PBM

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert OXPS to PNG?

OXPS is a fixed-layout document format (ECMA-388, 2009) with virtually no support outside Windows. Converting pages to PNG makes them viewable anywhere and suitable for embedding in presentations, web pages, or image editors. PNG's lossless compression preserves the sharp edges of text and line art that JPEG's lossy encoding would degrade.

How to convert OXPS to PNG

MuPDF OPEN-SOURCE

Run mutool draw -o page%d.png document.oxps to rasterize all pages; use -r 150 or -r 300 for output above the 72 DPI default.

XPS-to-PDF APP

Convert the .oxps to PDF with XPS-to-PDF, then export pages as PNG from any PDF reader.

XPS-to-PDF for Mac APP

Convert the .oxps to PDF with XPS-to-PDF for Mac, then export pages as PNG from Preview.

Programs that convert OXPS

XPS-to-PDF
XPS-to-PDF for Mac
XPSView

About these formats

Quality & what to watch

  • MuPDF's default render resolution is 72 DPI - use -r 150 or -r 300 for readable output.
  • Each page produces a separate PNG file; a 10-page document produces 10 files.
  • No browser-based converter reliably supports OXPS input; a local tool is required.

Frequently asked questions

Should I use PNG or JPG for OXPS pages?
PNG is lossless and keeps text sharp; use JPG only when file size matters more than text clarity.
Can I export a single page?
With MuPDF, add the page number: mutool draw -o output.png document.oxps 1 renders only page 1.
Does the conversion preserve vector quality?
No - rasterization converts vectors to pixels; the chosen DPI controls how sharp the result looks.