I must be convert html elements to PDF, but I don't want to use html2canvas, because this package convert html image at first, then convert to pdf. this way didn't efficient for my needs.
I used latest version of jspdf ( 1.5.3, that said support built in Unicode and utf-8 characters) with jspdf-autotable.
all things worked, except Persian character that corrupted. do I must any setting for Unicode characters in last version of jspdf? I must be use custom font? or default setting built in support Unicode characters?
I read all article about this issue, and run it, but I didn't solve my problem