parallax / jsPDF

Client-side JavaScript PDF generation for everyone.

Home Page:https://parall.ax/products/jspdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyrillic and latin letters are being displayed properly on text method but not on html method

Johongirmirzo opened this issue · comments

Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag jspdf.

If you are facing issues with garbled Unicode characters, please refer to #2677.

Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.

  1. A bug should be reported as an mcve.
  2. Make sure code is properly indented and formatted (Use ``` around code blocks).
  3. Provide a runnable example. Optimally, a link to an example that runs directly in the browser (JSFiddle, CodePen, etc.). Please don't share framework-specific code such as React components, unless strictly necessary to reproduce the issue. Try to isolate the code as much as possible and use only plain JS/HTML/CSS.
  4. Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice or your setup.
  5. Read and follow the contribution guidelines.
  6. To make sure you have read this, delete this template and start the issue description with "I have read and understood the contribution guidelines.".