jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

jspdf block the ui when generating large files with images in react js application

Open mahamedh opened this issue 3 years ago • 0 comments

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}

mahamedh avatar Jun 06 '22 11:06 mahamedh