Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Conversion and simultaneous displaying of RTF and HTML
What is the best way to have a form that has a field that is RTF and a field that is HTML where you can edit both (if possible) and it would update the other field.
When we talk simultaneously we could do the updating of the other field at the lostfocus event.
Wondering if this is feasible.
When we talk simultaneously we could do the updating of the other field at the lostfocus event.
Wondering if this is feasible.
Comments
https://www.codeproject.com/Articles/27431/Writing-Your-Own-RTF-Converter
That said, I can't help but wonder if this project will give you more headaches than you are anticipating. I've seen the same Google search results that show how people are converting between RTF and HTML, but how well does this work?
Have you even come up with an HTML control that allows direct editing?
I know Frank has ask Daniel to talk to you and see if I am smoking or not.
What we need is the conversation from rtf to html. The control would be a homerun, but I am okay with a single
Let me try that in the morning.
1. conversion from rtf to html
2. view resulting html in output view
3. view html in control
4. edit html control
5. synchronize rtf with html and html with rtf
While doing this we can discuss which of these points are feasible or not.
Also we can make sure which fonts are compatible with both these formats
you guys let me know if I am dreaming.
Daniel I have not done the test yet.