Skip to content

ERROR RangeError: Maximum call stack size exceeded #1

@JasinAliShananAntera

Description

@JasinAliShananAntera

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:

image

Do you know how can I solve this?

Thanks in advance. Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions