Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 403 Bytes

pdf-generation.rst

File metadata and controls

17 lines (11 loc) · 403 Bytes

PDF generation

If you want to enable the generation of PDF you will need to install the following requirements.

Requirements

sudo apt-get install libxml2-dev libxslt-dev libcairo-dev libffi-dev libpango1.0-dev

# to include JPEG images in PDF files
sudo apt-get install libgdk-pixbuf2.0-dev

sudo pip3.5 install cairocffi weasyprint