I've tried googling but haven't found much.

Is there an XPS viewer for linux?

Ideally I'd like it to have minimal dependencies (for sure, nothing like KDE or GNOME (GTK's fine though)).

link|improve this question

79% accept rate
feedback

4 Answers

up vote 3 down vote accepted

The developers of Ghostscript, Artifex, have an XPS Viewer for Linux which presumably has the same requirements as Ghostscript. The download page for the whole suite is here. Also, here is a page from Microsoft that lists XPS related products.

link|improve this answer
feedback

I think you should get Okular, since it's the best XPS viewer for Linux:

Okular is a universal document viewer based on KPDF for KDE 4. This means Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, *BSD, etc.

Okular combines the excellent functionalities of KPDF with the versatility of supporting different kind of documents, like PDF, Postscript, DjVu, CHM, XPS, ePub and others.

link|improve this answer
1  
AFAIK, it depends on KDE. – houbysoft Apr 29 '11 at 23:06
feedback

As part of the Ghostscript-related suite of GhostPDL page description languages, there is the commandline gxps which can...

  • ...make XPS files display on screen: gxps file.xps,
  • ...convert XPS files to PDF (or PostScript, JPEG, TIFF, PNG, ...).

The command to convert an XPS to PDF would be

gxps \
  -o output.pdf \
  -sDEVICE=pdfwrite \
   input.xps
link|improve this answer
feedback

mupdf is a very lightweight, fast and small PDF and XPS viewer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.