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

Edge stops at 10 pdf's #3550

Closed
Application-Builder opened this issue Jan 13, 2023 · 1 comment
Closed

Edge stops at 10 pdf's #3550

Application-Builder opened this issue Jan 13, 2023 · 1 comment

Comments

@Application-Builder
Copy link

Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag jspdf.

If you are facing issues with garbled Unicode characters, please refer to #2677.

Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.

  1. A bug should be reported as an mcve.
  2. Make sure code is properly indented and formatted (Use ``` around code blocks).
  3. Provide a runnable example. Optimally, a link to an example that runs directly in the browser (JSFiddle, CodePen, etc.). Please don't share framework-specific code such as React components, unless strictly necessary to reproduce the issue. Try to isolate the code as much as possible and use only plain JS/HTML/CSS.
  4. Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice or your setup.
  5. Read and follow the contribution guidelines.
  6. To make sure you have read this, delete this template and start the issue description with "I have read and understood the contribution guidelines.".
@Application-Builder
Copy link
Author

I'm using the simple example. Firefox handles as many pdf's as I can throw at it. Edge seems to stop at 10.

<script> function generate() { // Simple data example jQuery(".reportcard").each(function (index,value) { var str =this.id; var res = str.substring(4); console.log(res); var doc = new jspdf.jsPDF() doc.autoTable({ html: '#' + str }) doc.save(res + '.pdf') }); // Simple html example } </script>

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

No branches or pull requests

1 participant