eKoopmans / html2pdf.js

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

Broken image after created pdf #678

Open grzegorzCieslik95 opened 5 months ago

grzegorzCieslik95 commented 5 months ago

I have a problem with generating pdf with png/jpeg/jpg image.

here is simple code -> https://stackblitz.com/edit/js-7qzbix?file=index.html,index.js

Just press export pdf.

I tried to add useCORS and other options but nothing works.