Open
Description
I'm using the jsPDF package to generate PDF document based on img
from the web page.
The img
are in a div where they are resized to a lower with and height (but still keeping the same ratio A4).
I do the basic following:
- create an empty document
- add a page
- add the image
- save the doc
My problem is that randomly for some reason, the pdf generated is totally blurred.
When I click on the picture, it opens the visualizer (viewers) and no pictures are blurred (all based on the same src) only the export is failing.
What could possibly be the reason? If the pictures are loaded well why is it blurred?