-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi.
First of all, congratulations about your work. It´s amazing.
I am having an issue where the error RangeError: Maximum call stack size exceeded is showing up
I am using Angular to create the PDF and previously I tried using html2pdf but since I saw the bug fix for the blank pages I tried switching to html3pdf. I am using the same code as before:
html2pdf().set(opt).from(element).toPdf().get("pdf").then()
But it seems this didn't work, so I tried all of the default methods like html2pdf(element, opt)
& html2pdf().set(opt).from(element).save()
but all of them return the same error:
Do you know how can I solve this?
Thanks in advance. Best regards.
Metadata
Metadata
Assignees
Labels
No labels