Category "weasyprint"

Python - Is there a good intermediary format to export mixed data to multiple filetypes?

I have a model which generates output in the form of numpy arrays, text and plots. It currently holds this output as a dictionary. There are requirements for th

How to force a page-break on weasyprint?

I wonder if its possible to create a force break that splits the table rows? I think weasyprint does this in a sense but I want to break the rows in to specific

Generate PDF with Acroform using weasyprint

I use weasyprint to generate a PDF file from a HTML file in a Python application (I use yattag for the HTML generation if this may help). I would like to use Ac

Problem with weasyprint, when running pyhton file

Hi I am trying to convert html document to pdf using weasyprint, but when ever I run the script an error appears weasyprint is already installed. Following is t