OXPS TXT
File conversion

Convert OXPS to TXT

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

Run mutool convert -F text -o output.txt yourfile.oxps to extract all text into one file. The output is plain Unicode with no formatting; multi-column layouts and tables may produce incorrect reading order.

3 programs
Also to TXT: RTF · KKSRC · HVE

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 TXT?

OXPS stores Unicode text runs as fixed-position glyph runs in its XML markup, making text extraction technically feasible. Users typically need this to search or process document content without an OXPS viewer, or to feed text into other tools. The output is plain .txt - unstructured characters with no fonts, sizes, or layout.

How to convert OXPS to TXT

MuPDF OPEN-SOURCE

Run mutool convert -F text -o output.txt yourfile.oxps; the command extracts all pages into one text file with page breaks marked.

Programs that convert OXPS

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

About these formats

Quality & what to watch

  • OXPS stores fixed-position glyph runs, not flowing paragraphs; mutool reassembles them into lines of text but reading order can be wrong on multi-column layouts and tables.
  • If the OXPS was created from a scanned document, pages contain raster images with no text glyphs - extraction produces nothing useful; OCR would be needed instead.
  • No formatting is preserved: fonts, sizes, bold/italic, colors, and images are all discarded.

Frequently asked questions

Can I extract text from OXPS for free?
Yes - MuPDF is free and open-source; one command extracts all text: mutool convert -F text -o output.txt yourfile.oxps.
Will the extracted text be accurate?
For simple single-column documents, yes; for multi-column pages and tables, reading order may be wrong.
What if `mutool` refuses the file?
Try renaming .oxps to .xps first - some older MuPDF builds treat the extensions differently, though current versions handle both.