I'm generating reports using (a patched for django 3x fork of)
templated-docs. This module lets you create OTD templates in LibreOffice and render them to PDF inside a django view.
This works great for complex documents with text, but I have no clue how to insert images as well. The images come from an ImageField in the table from which I get the info
that goes into the document.
does anyone have experience how to create reports with images? I'm open towards something else than templated-docs