python-pdfkit
python-pdfkit copied to clipboard
MathML tags not working while converting to pdf using pdfKit python
trafficstars
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')