This is a fork of the PyFPDF library and fixes unicode issues. It allows usage of non-latin-1 characters (e.g. Euro sign €) in Python 3. This is possible by internally using a bytearray output buffer ...
1_test_with_image.py Created a PDF with a hardcoded image 2_test_substitution.py Creates a PDF with variables within the HTML template. For example, {% title %} is substituted with a string title from ...