eKoopmans / html2pdf.js

Client-side HTML-to-PDF rendering using pure JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PNG, JPG not rendered

Gaetanbrl opened this issue · comments

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/

Fixed by :

#514 (comment)

With :

html2canvas: {useCORS:true},