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

Export to PDF From server side

1 Answer 947 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tomas
Top achievements
Rank 1
Tomas asked on 25 May 2018, 03:04 PM

Hi, 

     I need to know if there is a way to export to PDF from the server side without losing the data sources features.

    I need to take this functionality to the server because on the client side it has a low performance



Regards.



 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 29 May 2018, 05:49 AM
Hello, Tomas,

The PDF can be exported from the server.

There are two options:

1) Using server proxy:

https://docs.telerik.com/kendo-ui/controls/data-management/grid/pdf-export#server-proxy

An example using a similar approach:

https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/pdf-export-server-side

2) Using the PdfProcessing library and to create a Grid on the server based on the data:

https://demos.telerik.com/aspnet-mvc/pdfprocessing/bar-chart-export

I hope this is helpful.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Tomas
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or