[Koha-devel] Koha and xhtml2pdf

Mark Alexander marka at pobox.com
Fri Apr 21 00:57:28 CEST 2017


This may not be relevant to Ubuntu, but I was able to get a working
xhtml2pdf on Debian Jessie using this:

  apt-get install python-pip python-dev
  pip install xhtml2pdf

Before figuring this out, I tried using 'easy_install pisa', but
xhtml2pdf complained about missing dependencies and I was too lazy to
figure out how to install them.  One thing I discovered during this
head-scratching phase was that easy_install has been deprecated, and
pip is used nowadays, which led me to the above solution.


More information about the Koha-devel mailing list