Hi
I want to store the fckeditor content as text content into word file but it is saving as html content in word. Can anyone help me out
I want to store the fckeditor content as text content into word file but it is saving as html content in word. Can anyone help me out
Re: how to save as text format
From what I understand you want to Hhtml Encode it.
You want <strong>Bold</strong> to show exactly like that, not as an actual bold string? If that is the case, then find out how to Html Encode the value in your language. C# is HttpUtility.HtmlEncode(myString); PHP is htmlspecialchars("String"); classic ASP is Server.HTMLencode("String").
If that is not what you are looking to do, please give a bit more detail.
Re: how to save as text format
Re: how to save as text format
Have a look at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/HtmlEncodeOutput
Set that to false, it should then work.
Re: how to save as text format
Repository services
The repository services connect individual repositories with services, such as
indexing, subscription, and status management.
Content Management offers a number of services that can be used with individual
repositories. In contrast to global services, repository services must be explicitly
but when I am storing in a word file i am getting as
<p><b><font face="Arial,Bold" size="4"><font face="Arial,Bold" size="4"><p align="left">Repository services</p></font></font><font face="TimesNewRoman" size="3"><font face="TimesNewRoman" size="3"><p align="left">The repository services connect individual repositories with services, such as</p><p align="left">indexing, subscription, and status management.</p><p align="left">Content Management offers a number of services that can be used with individual</p>
I want to store exactly what I have written in my editor
Re: how to save as text format
How do you get it into the word file?
If you use