Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I would like to know if Kendo provides any means to export my html page with charts and grids into word document?
Best Regards,
CH
Hello,
The closest features we have are:
With the second option in mind, I can suggest you look into sending the HTML to the server and converting it to the desired format by using the Document Processing Library, you can get started here: http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/formats-and-conversion.
Depending on the desired outcome, you may consider generating a PNG of your page on the client, sending it to the server and embedding it in an MS Word document. Regards,