You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<html><head><linkrel="stylesheet" href="style.css"></head><body><divclass="head_text"><p>
Head text
</p></div><divclass="bottom_text"><p>
bottom text
</p></div></body></html>
This is the image what I see in the browser:
But in the PDF it becomes like this:
Since I didn't find any working solution other than generating the PDF with the headless browser, my last hope is using the weasyprint.
The text was updated successfully, but these errors were encountered:
Hello, so I'm trying to create a PDF from HTML that has flexbox in it, below is the code for the stylesheet and the HTML file
Stylesheet:
HTML
This is the image what I see in the browser:
But in the PDF it becomes like this:
Since I didn't find any working solution other than generating the PDF with the headless browser, my last hope is using the weasyprint.
The text was updated successfully, but these errors were encountered: