Hello,
I am sure you people will help regarding export to word from RadEditor control. I can't export the contents of RadEditor to word file.
This create problem to clients so they know that this is limitation of this control (RadEditor).
Please help as soon as possible.
Thanks & Regards
Jiten Mutum
I am sure you people will help regarding export to word from RadEditor control. I can't export the contents of RadEditor to word file.
This create problem to clients so they know that this is limitation of this control (RadEditor).
Please help as soon as possible.
Thanks & Regards
Jiten Mutum
4 Answers, 1 is accepted
0
Hello Jiten,
Testing the export feature of RadEditor in this demo (http://demos.telerik.com/aspnet-ajax/editor/examples/import-export/docx-import-export/defaultcs.aspx) does not seem to lead to any possible issues.
Can you provide some more details about the encountered issue? What is the exact situation that fails on your end?
Regards,
Ianko
Telerik
Testing the export feature of RadEditor in this demo (http://demos.telerik.com/aspnet-ajax/editor/examples/import-export/docx-import-export/defaultcs.aspx) does not seem to lead to any possible issues.
Can you provide some more details about the encountered issue? What is the exact situation that fails on your end?
Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0

Jiten
Top achievements
Rank 1
answered on 04 Jan 2016, 10:30 AM
Thank you for your reply.
But I can't find function to export(ExportToDocx), is this version issue or what?
Please look the following method:
protected void ExportToDOCX_Click(object sender, EventArgs e)
{
ConfigureExportSettings();
try
{
RadEditor1.ExportToDocx();
}
catch (Exception ex)
{
ExportErrorLog.Text = "Exception: " + ex.Message;
}
}
0
Hi,
ExportToDocx() method is available as of Q3 2014 version and it is not supported in older versions. So, make sure that you have a version that supports that feature.
You can find more information about the Export-to-DOCX feature here—http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.
Regards,
Ianko
Telerik
ExportToDocx() method is available as of Q3 2014 version and it is not supported in older versions. So, make sure that you have a version that supports that feature.
You can find more information about the Export-to-DOCX feature here—http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.
Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0

kalpa
Top achievements
Rank 1
answered on 26 Oct 2017, 11:11 AM
Hi,
i have a problem after exporting to word using radeditor.i uploaded a file here and you can see it. in the editor there is no any spelling mistakes but after exporting to word i can see so many spelling mistake.what can i do for that?