eKoopmans / html2pdf.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base64 file not showing on first render - Safari

grzegorzCieslik95 opened this issue · comments

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?