Can i make this! by using FPDF2 #354
-
may table is gonna be dynamic. so I'm quite unsure if i can achieve what i want...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ritiksoni00
No, You may want to check WeasyPrint if you need a broader support for HTML features: https://weasyprint.org
|
Beta Was this translation helpful? Give feedback.
Hi @ritiksoni00
No,
fpdf2
does not support CSS flex, only basic HTML features: https://pyfpdf.github.io/fpdf2/HTML.html#supported-html-featuresYou may want to check WeasyPrint if you need a broader support for HTML features: https://weasyprint.org
fpdf2
is a Python library, it generates PDFs and does not "run" in a browser.The PDFs generated by
fpdf2
should be rendered very similarly by different browsers,but that only depends on their underlying PDF rendering engine (generally: PDF.js)