libgxps

GObject library for handling and rendering XPS documents

brewmacoslinux
Try with needOr install directly
Source

About

GObject based library for handling and rendering XPS documents

Commands

xpstopdfxpstops

Examples

Convert XPS document to PDF format$ xpstopdf document.xps -o document.pdf
Convert XPS document to PostScript format$ xpstops document.xps -o document.ps
Convert specific page range of XPS to PDF$ xpstopdf -f 1 -l 5 document.xps -o pages1-5.pdf