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

PDF Generator

3 Answers 240 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 01 Apr 2014, 07:21 PM
I am using the UI for ASP.NET MVC controls in my application and I need to be able to create PDFs of a view that dynamically loads data.  Is this possible and if so how would I go about doing it?

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Apr 2014, 06:36 AM
Hello Stephen,

Telerik UI for ASP.NET MVC doesn't yet include a tool capable of generating PDF documents. You can try searching online for a commercial or open source PDF generation library.

Regards,
Atanas Korchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Stephen
Top achievements
Rank 1
answered on 02 Apr 2014, 01:26 PM
What about the Reporting tools?  Would there be no way to integrate those and use a report to generate a pdf?
0
Stef
Telerik team
answered on 04 Apr 2014, 10:15 AM
Hello Stephen,

You can use Telerik Reporting to export report definitions into different formats.

The report should be created with the native reporting items, which can be bound to your custom data via data source components. If the report structure would vary depending on the data, you can build the report programmatically from scratch. The best approach in such scenario is to use the integrated Visual Studio Report Designer and create sample reports, from which you can reuse the code generated in the designer.cs(vb) file.

Finally, the report definition can be displayed in a viewer e.g. the new HTML5 Report Viewer, or exported programmatically.

Let us know if you have any further questions.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Stephen
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Stephen
Top achievements
Rank 1
Stef
Telerik team
Share this question
or