python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 the output to be presented in a variety of...

rorance_
Votes: 0
Answers: 1
pdf - allowing running footer within a break-inside html table
I'm using weasyprint to generate pdf server-side. The page looks like this:
With main html sections being:
<body id="page-top">
<div id="header" class="avoidInsi...

logicOnAbstractions
Votes: 0
Answers: 1
GLib-GObject: g_object_replace_qdata error with Weasyprint
I am trying to print a simple PDF file using Weasyprint following this simple tutorial
I run this command:
python weasyprintdemo.py sample.html sample.pdf
Inside a folder containing the following fil...

Leo
Votes: 0
Answers: 1