TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jithu Johncena
NA
3
4.9k
Save Ckeditor Text to word with Images
Aug 24 2016 8:17 AM
In my application I am using Ckeditor, and i saved ckeditor text as word Document, with bellow code.<br /><br /> string Text = "<html><body>" + CKEditor1.Text + "</body></html>";<br /> string DownPath = @"c:\Files";<br /> <br /> using (System.IO.StreamWriter file = new System.IO.StreamWriter(DownPath + @"\" + "Filename" + ".Doc"))<br /> {<br /> file.Write(Text);<br /> }<br />Here the text and styles are Saved as it is,But if any images in Ckeditor text they are not comes into word document. <br />How can i save ckeditor data to word with Images?<br /><br /><br />
Reply
Answers (
1
)
PayPal Return URL Problem .net
Show All File button not showing in Visual Studio 2012