python-pdfkit icon indicating copy to clipboard operation
python-pdfkit copied to clipboard

MathML tags not working while converting to pdf using pdfKit python

Open ChetanKhanna767 opened this issue 3 years ago • 0 comments
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')

ChetanKhanna767 avatar Nov 18 '22 14:11 ChetanKhanna767