jsPDF
jsPDF copied to clipboard
jspdf block the ui when generating large files with images in react js application
when generating large files jspdf block the ui takes too long time. i need this to be not to happend to provide best user experience. i am using doc.html() method to convert html stirng into pdf in react render to string method from react dom server doc.html(ReactDOMServer.renderToString(<TemplatePdf dataList={array} deckTittle={deckTittle}></TemplatePdf>),{optionals}