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
About these formats
An OXPS file is a fixed-layout document, Microsoft's alternative to PDF, created by the "Microsoft XPS Document Writer" virtual printer on Windows 8 and later. On Windows 10 and 11 it no…
Open .OXPS details →A PNG (Portable Network Graphics) is a lossless raster image format. Every modern OS, browser, and image app opens PNGs natively - just double-click. The most common questions are not about…
Open .PNG details →Quality & what to watch
- MuPDF's default render resolution is 72 DPI - use
-r 150or-r 300for 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?
Can I export a single page?
mutool draw -o output.png document.oxps 1 renders only page 1.