parallax / jsPDF

Client-side JavaScript PDF generation for everyone.

Home Page:https://parall.ax/products/jspdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The problem of exporting PDFs is occurring only in the Safari browser.

AadarshGhodasara opened this issue · comments

When using the addImage example in jsPdf, the exported PDF doesn't display the image correctly, specifically in the Safari browser.

/---------------------------------------------------------------------------/

Not Working In Safari Browser.

Screenshot of demo page:

image

Exported PDF:

Images-2.pdf

/----------------------------------------------------------------------------/

Working Fine In Chrome Browser.

Screenshot of demo page:

image

Exported PDF:

Images (2).pdf

Same issue here, for some reason images are working like a charm on every browser but Safari. Any ideas?