Hello Everyone,
We want to export any web page into a PDF. It should take any web URL as an input and convert the contents of it into a PDF file.
We referred to the following blogs.
http://www.telerik.com/blogs/using-an-external-library-for-the-export-to-pdf-functionality-in-telerik-s-asp.net-editor
Mentioned solution works but doesn't do the complete job. It has 2 issues.
1. It doesn't export images and
2. It doesn't retain the layout of the web page.
We have also checked the following link which demonstrates how to use Telerik ASP.NET ClientExportManager to export the current web page contents to a PDF. But as mentioned above our requirement is little different, we want to provide web URL as an input to the component which should get converted to PDF.
http://demos.telerik.com/aspnet-ajax/client-export-manager/overview/defaultcs.aspx
Can Telerik support team help us to provide a complete solution for this?
There are other 3rd party components which we have already tried and they do this conversion well,
but we want to know if this can be achieved using Telerik component and how.
Appreciate your help in this.