Skip to content

Instantly share code, notes, and snippets.

View Lohengrin99's full-sized avatar

Lohengrin Lohengrin99

View GitHub Profile
@davideuler
davideuler / README.md
Created May 15, 2021 15:13 — forked from balupton/README.md
Convert XPS to PDF on Linux and Mac using bash

Convert XPS to PDF on Linux and Mac

  1. Download this file

  2. chmod +x ./xps2pdf.bash

  3. To convert a particular xps file: ./xps2pdf.bash thefile.xps

  4. To convert all xps files in the current working directory: ./xps2pdf.bash *.xps