JazzCore / python-pdfkit

Wkhtmltopdf python wrapper to convert html to pdf
MIT License
1.99k stars 329 forks source link

MathML tags not working while converting to pdf using pdfKit python #240

Open ChetanKhanna767 opened 1 year ago

ChetanKhanna767 commented 1 year ago
import pdfkit  
pdfkit.from_string('<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>4</mn><mn>5</mn></mfrac></math','test.pdf')