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

Bold or <strong></strong> Problem

5 Answers 426 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pablo
Top achievements
Rank 1
Pablo asked on 07 Oct 2011, 09:51 PM
hi again, i've a problem when export to pdf
i've my editor text and some text is on bold, but i when export to pdf, this don't showing the text on bold,

picture 1 -text from radeditor bold letter is on bold
picture 2 -same text from PDF

any idea ?
thy

5 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Oct 2011, 08:14 AM
Hello Pablo,

It is a known issue and as a temporary fix you could write a custom content filter that will replace the strong tag with a span tag with style="font-weight:bold" and  and <em> tags with style="font-style:italic" using regular expressions.
Check the following forum thread which explains a similar scenario.
ExportToPdf and Jquery UI Dialog

Thanks,
Princy.
0
Rumen
Telerik team
answered on 10 Oct 2011, 09:11 AM
Hi guys,

The reported scenario is handled by the PdfExportFilter content filter of RadEditor. You should enable it to export bold formatting as shown in the following demo: Export to PDF.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Pablo
Top achievements
Rank 1
answered on 11 Oct 2011, 02:32 PM
0
Rumen
Telerik team
answered on 14 Oct 2011, 08:13 AM
I am glad that you fixed the error.

How did you fix it? Did you use an older version which does not offer the PdfExportFilter filter?

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Pablo
Top achievements
Rank 1
answered on 14 Oct 2011, 01:18 PM
i replace <strong> = style="font-weight:bold"
Tags
Editor
Asked by
Pablo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rumen
Telerik team
Pablo
Top achievements
Rank 1
Share this question
or