Image is rendered in white rather than the actual image using react-pdf in node.js
I am having a problem with showing images in my pdf generator that I am using @react-pdf/renderer
, I switching the process of creating the PDF from client-side to server-side to reduce the load on the browser when creating the pdf. The API itself is working, I made a Post
method to handle the request and it’s working very fine except when rendering the image, the image itself doesn’t show in the pdf.