Featured
-
No Featured Found!
Tags
Weasyprint only gives me empty pdfs when I'm trying to print newsarticles
#!/usr/bin/python3.5
from weasyprint import HTML
url = "http://ekstrabladet.dk/112/nye-oplysninger-i-30-aar-gammel-mordgaade/6579176"
HTML(url).write_pdf("test.pd")
The problem is that the final pdf has only part of the webpage.
I...