python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
cannot load library 'gobject-2.0-0':
I have this error comming when trying to run a python script on a mac with M1.
File "/Users/m/Desktop/workspace/project/venv/bin/weasyprint", line 5, in <module>
from weasyprint....
martin
Votes: 0
Answers: 0