eKoopmans / html2pdf.js

Client-side HTML-to-PDF rendering using pure JS.
MIT License
4.05k stars 1.37k forks source link

RTL (and bi-direction) text does not work #266

Open Bahir opened 4 years ago

Bahir commented 4 years ago

Example page: Example page

Its output made by: html2pdf().from(window.document.getElementsByTagName("body")[0]).toPdf().save() PDF

elieobeid7 commented 4 years ago

Any updates on this?

ekrichard commented 3 years ago

I'm having the issue as well. Capture

ghonchesefidi commented 3 years ago

Check this out