Converting XPS to PDF on Ubuntu 9.10

On Ubuntu Okular can read XPS, but I didn’t want to install all of the KDE libs to run it. I’d rather convert to the more universal PDF format, anyway. Searching around I found reference to the GhostPDL project and its gxps program.

After a little work I was able to build this on Ubuntu 9.10 32-bit:

  1. Unpack the source
  2. Install the libxt-dev package for the X11 headers.
  3. In the root of the source, run make xps
Advertisement

2 Responses to Converting XPS to PDF on Ubuntu 9.10

  1. In the root of the source, run make xps

    Please explain this step in detail. Newbie to Linux ubuntu.

  2. To unpack, run this command:
    “tar -xvjf ghostpdl-8.71.tar.bz2″

    Move inside the source:
    “cd ghostpdl-8.71″

    Build the xps program:
    “make xps”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s