eKoopmans / html2pdf.js

Client-side HTML-to-PDF rendering using pure JS.
MIT License
4.07k stars 1.38k forks source link

PNG, JPG not rendered #670

Closed Gaetanbrl closed 10 months ago

Gaetanbrl commented 10 months ago

I try to render some pictures with html2Pdf.js lib. But on PDF generation, i get no pictures.

Here, a simple exemple where or are ignored by the lib (i guess) :

https://jsfiddle.net/Gaetanbrl/jkzu1b9g/

Gaetanbrl commented 10 months ago

Fixed by :

https://github.com/eKoopmans/html2pdf.js/issues/514#issuecomment-1430786741

With :

html2canvas: {useCORS:true},