Do you have any idea to solve problem with Persian language in vue-html2pdf? or are there any other module for convert VUE to PDF without problem in RTL language??
I use "html2pdf.js" module in vue for make pdf in persian language and i have your problem in it but then i found out that its because of some css in the css framework in my project and i realize this css is "word-wrap" and i change it to "word-wrap: initial;" in the area that i want to make pdf from it and it work correctly.