Hi GOURVEZ,
You can use RadDocument and PdfFormatProvider to create a document and export it to PDF. You can find more information on this in our online documentation, in the articles about RadDocument and the FormatProviders.
In a nutshell, what you can do is use the export extension method from Vladimir's post to create an image out of the control you wish to export, insert this image into the document and save the document to PDF. This can be done as follows:
Note that if the size of the control is bigger than the size of the page, part of the image may be cropped (similarly to how Word exports large pictures to PDF).
I hope this helps.
Greetings,
Iva Toteva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>