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

[Solved] Editor + ABCpdf

1 Answer 161 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tom Gilkison
Top achievements
Rank 1
Tom Gilkison asked on 11 May 2009, 07:30 PM
RadEditor / ABCpdf work together in an older application.  I am trying to get this working currently and having issues.  ABCpdf has a limited set of HTML tags it will accept for the generation of HTML within a PDF document:

ABCpdf HTML Limitations

When I use the editor to change the font size, it converts my <font> tags to a <span> with a style.  <b> tags are converted to <strong>  I need to know if it is possibly to make the two work together now. 

Can I force Editor to keep the text that is entered, and not modify it before saving? 
Can I use the toolbar to mark up the text as needed with <p align='center'> tags instead of <span>?

- Tom

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 May 2009, 09:56 AM
Hi Tom ,

Our suggestion is to disable the RadEditor's content filters by setting the ContentFilters property to None. Therefore the editor will not replace the non-XHTML compliant font tags to span tags and will not alter the produced by the browser content. You can see the following live example for more information: Built-in Content Filters.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Tom Gilkison
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or