🇬🇧 / 🇫🇷 Need some help with WeasyPrint? You’re in the right place to ask :)
exec
to call WeasyPrint...
Hey folks, not an issue I don't think so won't raise it yet.
I'm having some fun where for some reason the HTML preview of my pages seems like the origin is off compared to the PDF output from Weasyprint.
If the PDF origin for example is 0,0 - I'm seeing the PDF origin in the HTML preview as something like -50,-50. It's like I have to shift up and left in HTML to get to the top left corner in weasyprint PDF...
Is there something obvious I could be doing wrong? It makes designing pages difficult as I have stuff missing in the HTML preview that lines up fine in the resulting PDF :')
@page { margin: 0 }
in your CSS
@bottom-right
instead of @bottom-right-corner
)
Me again with another question :sweat_smile:
We have table rows with inner tables :grimacing: and on the html preview, I get: