This is a migrated thread and some comments may be shown as answers.

PDF Export in IE slowness

1 Answer 74 Views
Wrappers for React
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 15 Aug 2019, 10:20 AM

We are using the PDFExport component to generate a PDF version of our report, which consists of 128 components with a mixture of HTML tables and chartjs outputs. On chrome the report generates, however it takes around 1 minute due to the sheer number of components we have. The final page size is 59 pages and is just under 1MB in size

When we try and use the same logic inside IE11,the report never downloads and we can see the CPU go up to 100%. Are there any options we can use with the PDFExport component to try and increase the performance?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 16 Aug 2019, 07:23 AM
Hello, Chris,

In cases, where the PDF file is a large one we suggest using server side export:

https://www.telerik.com/kendo-react-ui/components/drawing/limitations-browser-support/#toc-general-behavior

"The maximum file size of the exported PDF document has a system- and browser-specific limit—use a server-side solution for large documents."

One option is to convert the PDF to a base64 string and send it to the server for export:

https://www.telerik.com/kendo-react-ui/components/pdfprocessing/base64string/

Also, please have in mind that have the reporting product, which is especially made to generating large reports:

https://www.telerik.com/products/reporting.aspx

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Wrappers for React
Asked by
Chris
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or