I'm trying to export a div as PDF but I don't have success if there are too many pages. With too many pages the process just freezes on the "Starting renderer" message.
I'm using plain vanilla configuration for the ExportAsConfig
With this package you cant simply export many pages in one pdf so if your content is too big I suggest you to use html2pdf library without this package as this one is made for simple usage
I'm trying to export a div as PDF but I don't have success if there are too many pages. With too many pages the process just freezes on the "Starting renderer" message.
I'm using plain vanilla configuration for the ExportAsConfig
And this is the CSS classe for a page
Also I'm using the latest version, 1.4.2. I think it has something to do with the size of the element because it works if I cut some pages.