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

ExportPDF for Table Not Working

4 Answers 50 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ARUNTHOMAS
Top achievements
Rank 1
ARUNTHOMAS asked on 01 Feb 2011, 08:42 AM
Hi, Telerik...
The PDFExport is giving if i add table......what can i do......

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Feb 2011, 04:41 PM
Hi ARUNTHOMAS,

Are you able to reproduce the reported problem using the Export To PDF demo of RadEditor?
If the problem is not reproducible, upgrade to the latest Q3 2010 SP2 release of RadControls for ASP.NET AJAX and test again.
If you are able to reproduce the issue using the live demo, please provide sample content and steps to reproduce.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
ARUNTHOMAS
Top achievements
Rank 1
answered on 02 Feb 2011, 05:21 AM
Hi Rumen ,

Thanks .I develop one application for which i have add the RadEditor control in my project.And i export Pdf using RadEditor1.ExportToPdf();  It is exported good.If i include table it is not working.But if i run the live examples it is coming with table.I hope u understand my problem.And i am using Q3 2010 sp2.
Thanks. 
0
Accepted
Rumen
Telerik team
answered on 02 Feb 2011, 08:51 AM
Hi ARUNTHOMAS,

You should enable the PdfExportFilter content filter, e.g.

<telerik:RadEditor ID="RadEditor1" runat="server" ContentFilters="DefaultFilters,PdfExportFilter">                     <ExportSettings OpenInNewWindow="true" />
</telerik:RadEditor>

This should fix the problem.

All the best,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
ARUNTHOMAS
Top achievements
Rank 1
answered on 02 Feb 2011, 11:20 AM
ThankYou.
Tags
Editor
Asked by
ARUNTHOMAS
Top achievements
Rank 1
Answers by
Rumen
Telerik team
ARUNTHOMAS
Top achievements
Rank 1
Share this question
or