JavaScript pdf generation library with Unicode support
问题 I want to generate a pdf file using JavaScript at client side . Firstly I tried using jsPdf API . But it does not work with Unicode character like Chinese. Is there any option to enhance jspdf to support Unicode or any other library which supports Unicode . Pdfmake API says it supports Unicode but when I tried it also does not work out, I checked in there demo example placing Unicode character . I tried using pdfkit in Node.js but pdf is not getting created properly var PDFDocument = require(