Why convert OXPS to PDF?
OXPS, introduced as the default output format on Windows 8 (ECMA-388, 2009), has no native support on macOS or Linux and is not preinstalled on modern Windows. PDF is universally accepted for viewing, sharing, and archiving, and Microsoft itself has deprecated XPS-related components, making .pdf the correct long-term format for OXPS content.
How to convert OXPS to PDF
Microsoft Windows 8 FREE
Install XPS Viewer via Settings > Apps > Optional features, open the .oxps file, press Ctrl+P, select Microsoft Print to PDF, and save the output.
MuPDF OPEN-SOURCE
Run mutool convert -o output.pdf input.oxps; MuPDF is free, open-source, and reads OXPS natively on Windows, macOS, and Linux.
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 PDF (Portable Document Format) is a fixed-layout document that looks identical on every device - fonts, images, and layout are all embedded. Open it in any browser or the built-in viewer…
Open .PDF details →Quality & what to watch
- XPS Viewer is not preinstalled on Windows 10 (from version 1803) or Windows 11; add it through Settings > Apps > Optional features before opening the file.
- OXPS and XPS are not mutually compatible - Windows 7's XPS Viewer cannot open
.oxpsfiles; use a Windows 8 or later machine. - The layout conversion is lossless: text position, font rendering, and embedded images transfer without degradation.
Frequently asked questions
Do I need to pay for software to convert OXPS to PDF?
Why can't I open my OXPS file by double-clicking it?
Can I convert multiple OXPS files at once?
mutool command you can script batch conversions; the XPS Viewer method handles one file at a time.