Is there a way to capture the Froala rich text editor content and write to sql database. How does the data transforms if I attach an image to the body of the rich text? I have been struggling to capture this on my webapp using C#. Please let me know if anyone managed to do this. I currently have this editor enabled on my webpage and I'm trying to capture the content to the database when I press the submit button.
this is how I implemented the editor https://froala.com/wysiwyg-editor/docs/overview/
Related
I'm developing a tool to manage email lists, send and receive emails like outlook.
I'm stuck at the editor (compose area) part.
I tried to use Rich textbox and got 2 problem.
Rich Textbox doesn't allow me to paste pictures from the sources (web-page or docx)
I have no idea how to convert the content in the rich textbox into HTML format to send it out.
Any ideas? I appreciate your help.
It's not free, but you can check out the DevExpress tool suite. They have Rich Text Editor that mimics much of Word's functionality. You did not mention what you are building this tool in, but this can be for ASP.NET/MVC as well as WinForms/WPF.
https://demos.devexpress.com/ASPxRichEditDemos/Default.aspx
Outlook itself uses Word (well, Word-light) for message editing.
What I want to accomplish is a fill up form or a registration form for a hotel in word or pdf file. It's like after filling up name text box and clicking next another text box will appear.
And also it needs to have a preview before printing. If possible, showing the preview simultaneously.
I really want to know where to start or if there is any, sample would be great.
The way I would approach this problem is using Web form data and after confirmation from the user i would generate the report straight away. I dont think manipulating Word document or PDF document is the best approach :
Check User Input using your web form
Generate the Word or PDF document on your reporting server[Connect to it using WCF for instance]
Give the link of the generated document to the user. It would be up to the user to print it or only view it in their browser.
I wonder is it possible to embed word editor as a control within Web Browser Control to write text etc and then can retrieve it?
We have telerik rad editor which can be embedded into HTML page. You can perform text formatting in the same manner that you do in MS Word. You can even retrieve the text that you have entered into rad editor
As part of an application I am developing, a user can create document templates using HTML (or rather, a web based rich text editor that uses HTML). When the user then saves their template, I want to be able to render this HTML 'in memory' and grab a thumbnail sized screenshot of the output, so the user can see their template looks in a thumbnail.
Is this possible in C#?
I need a rich text editor for metro apps, I hope the editor stores the data as html, because in the database there are already tons of html based data. Any recommended?
Check out the Rich Edit Box...
http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.richeditbox
I'm not quite sure whether you can get HTML or not...
UPDATE
It handles RTF and not HTML. You'll have to write your own translator. Check the following link.
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/50bdd84b-03c1-45bd-a3a6-b960954b54fc/