Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jspdf crashes when there are many images #326

Closed
saurabhmoc opened this issue Jul 28, 2014 · 1 comment
Closed

jspdf crashes when there are many images #326

saurabhmoc opened this issue Jul 28, 2014 · 1 comment

Comments

@saurabhmoc
Copy link

When there are more than 40-45 images in html pages when i convert them into pdf the jspdf crashes my code for output is as follow

 var string = doc.output('datauristring');
            var x = window.open();
            x.document.open();
            x.document.location = string;

and i am using addimage method to add images

@diegocr
Copy link
Collaborator

diegocr commented Jul 28, 2014

Please search this repo before creating new issues, see #99 and #300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants