How to use @react-pdf/renderer in backend nodeJs with Images and fonts
Advertisements I have a nodeJs application, i want to create pdf in backend using @react-pdf/renderer library. My pdf contains images and external fonts. is there any way to do that? Thanks in Advance.. >Solution : Since you are using @react-pdf/renderer you need to install react in nodejs. So you should have es6 support. For that… Read More How to use @react-pdf/renderer in backend nodeJs with Images and fonts