Anthony Phan
Anthony Phan
I'm experiencing this same issue. We are using node-html-pdf in our server less application (Azure function apps) which can only have a maximum of 1.5GB ram on a consumption based...
What I had to do was update my function apps plan to have increased RAM. Unfortunately this increased my cost significantly.
Hi @Marcosul did you manage to resolve this issue? I too am experiencing this issue. Tested with Microsoft and Google providers
Hi @Marcosul , I was able to resolve this issue, hopefully this post helps other to also resolve the issue. When enabling the provider with strapi's admin panel be very...
I'm also facing this issue
Issue still exists today.
Also experiencing the same issue. The examples in the repo indicate the page-break-before should work but it does not: https://github.com/parallax/jsPDF/blob/master/examples/html2pdf/page_break.html
We tried adding the css class but it does not cause a page break.
Heres what we use to support functional components. Hope this helps others who come across this issue. ```typescript /** * The following class is derived from the ReactComponent class used...
Hi @koskimas Thanks for pointer. I went back over the code base to check for instances of execute() without a catch and did find a few, this was the cause...