Open tanishq-agarwal opened 4 months ago
@jamesbrobb can you help
I'm afraid i can't be any help here, i last worked on this about 15 years ago
same issue here 🥲
Hey Hi, @tanishq-agarwal I would really like to work on this issue, could u please assign this to me ?
Hello @tanishq-agarwal The issue you're encountering with PNG images getting cropped during PDF generation using the html2canvas library may be due to how the images are rendered within the canvas. I would like to work on this issue, so could you please assign it to me?
When I click the download button to generate the PDF, everything is downloaded correctly except for PNG images, which are getting cropped. SVG images are downloaded as expected. I’m attaching a screenshot for reference.
Here is the code which I've used:
` const downloadPDF = () => { const input = document.querySelector("#downloadPDF");
};`