eKoopmans / html2pdf.js

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

base64 file not showing on first render - Safari #685

Open grzegorzCieslik95 opened 4 months ago

grzegorzCieslik95 commented 4 months ago

I have a problem with generating pdf with base64 images. On Chrome everything works very well. The problem is on the safari browser.

I have printed HTML before rendering and jpg is here, but after render, i have an empty field.

it happens only on the first render, when I click again export everything works fine.

Do you have any suggestions?