Django: how to create PDF, MS Word and Excel documents from templates

Posted on Mon 11 July 2016 in Programming • Tagged with django, python, libreoffice, pylokit, templates, documentsLeave a comment

If you’re building a Django system that implies serving some kind of documents like reports or bills, chances are you want to provide docs in various formats from PDF to MS Word to HTML. But how to implement this without resorting to numerous templates and packages for each document type?

Continue reading