25

Some times I have to deal with XPS files (XPS is a Microsoft's rival to Adobe's PDF format, technically a zipped XAML (XML)).

Can I view them in Ubuntu? Or, maybe, I could even produce them?

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
Ivan
  • 57,065

4 Answers4

17

Okular, the KDE pdf viewer, supports XPS. The package name is okular I'm not aware of any GNOME/GTK+ viewers that support XPS, though according to this evince bug in upstream GNOME support has been added. It's not working for me in Maverick....

8

Evince has XPS support now. Check: http://projects.gnome.org/evince/?guid=ON

Jorge Castro
  • 71,754
Martin
  • 97
  • 1
  • 1
  • 1
    Google Docs also supports this format as of February 2011: http://googledocs.blogspot.com/2011/02/12-new-file-formats-in-google-docs.html – Tom Brossman Dec 23 '11 at 07:13
  • Did you know, MS SampleXpsDocuments archive is a Win32 executable and weights 159 MiB? :-) I am going to check the answer (to know it Evince XPS support is really usable) as soon as I find a sane XPS file to try... – Ivan Dec 27 '11 at 05:24
  • 2
    Does Evince really support XPS? The link below the list doesn't say so. And it doesn't work here. – Jakob Mar 14 '12 at 09:03
  • @Jakob evince upstream supports it, but the package in ubuntu does not currenty use it. It requires a package libgxps which was just included in 12.04 and to be enabled in evince package, which is underway - there is no guarantee though because we're a bit late. See http://askubuntu.com/questions/112852/how-can-i-open-an-xps-file-in-evince and "XPS not supported" – Savvas Radevic Mar 26 '12 at 16:51
  • 1
    Evince showed my XPS file as a blank page. – Tarik May 13 '14 at 07:55
  • evince states "Unable to open document" on my oxps file. – gerrit Mar 27 '20 at 13:29
7

To me, the most suitable solution on my 12.04 computer was to convert the XPS file to PDF on the command line through

xpstopdf file.xps

and viewing the newly created file.pdf using whatever PDF viewer (acroread in my case).

This required installing the package libgxps-utils.

(Evince did not open the XPS file that I ran into, at least out of the box, but complained "File type Zip archive (application/zip) is not supported".)

loxo
  • 349
  • 1
    xpstopdf crashed when invoked. – Tarik May 13 '14 at 07:53
  • 2
    Same here - error message was "Error creating XPS file: Invalid XPS File: fixedrepresentation not found" – Steve Kroon Jul 29 '14 at 08:08
  • Didn't work for me: (xpstopdf:87500): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. – etech Nov 12 '15 at 00:12
  • Worked for me. On Ubuntu 14.0.2, great! – spikeyang Dec 17 '15 at 07:08
  • @SteveKroon: I get that with OXPS files. Normal XPS seems to work... – Gert van den Berg Mar 07 '16 at 12:46
  • Currently rocking Debian 7 (Wheezy). Although not perfect (some kerning errors seem ot pop up here and there), this solution works better for me than does using Evince (my version of Evince has XPS support, but sometimes does a poor job of coverting). – Digger Nov 29 '17 at 08:23
2

If you want to create XPS files, your best bet may be to try to build the GhostXPS component of GhostPDL (part of the Ghostscript suite); I don't know if this has ever been pacakged for Ubuntu, and I don't have first-hand experience with it.

Inkscape can both read and write .xaml files. I suppose it could even be used to convert, e.g., .pdf or .svg to .xaml. I don't know, however, whether or not it can handle .xps files directly (perhaps not).

Toby Allen
  • 103
  • 5
frabjous
  • 6,431