When I tried to download the pdf at multiple pages its showing as failed to export task .Tried using exporterType : 'multipagevertical', and exporterType : 'multipage'. pdf config as follows-
Would it be possible to share a sample of the data that you're using? By the screenshot that you shared, looks like there could be something on the server side, as you can see here https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/413
The HTTP 413 Content Too Large client error response status code indicates that the request entity was larger than limits defined by server
Hello.
I'm afraid your test case is not runnable. When I run it, I see some stylesheet exceptions. I should also point out that:
you should use same version of the product-frameworkname package as the product package
importing both schedulerpro and gantt is not supported
"@bryntum/demo-resources": "^1.0.0",
"@bryntum/gantt": "^5.6.9",
"@bryntum/gantt-react": "4.3.1", // this should be ^5.6.9
"@bryntum/schedulerpro": "^5.6.9", // this should be removed