Jump to content

Richedit (RTF) and HTML editor


davidizadar

Recommended Posts

Some time ago I was working on a migration of an application from the desktop to the web using uniGUI.

The application used a TRichEdit control and stored the information in a database. The new application, web-based, needed the documents in HTML and I started working on solutions.

I found a few tools which could convert RTF <=> HTML. Some of them are:
Subsytems – Expensive, but it does the job
unRTF – GNU
DocFrac - Sourceforge
Html2Rtf - DLL for both HTML -> RTF and RTF -> HTML

My idea was to use the database events OnBeforePost and OnBeforeScroll to execute the conversions while keeping the database format as RTF (to keep compatibility with the desktop application). I never implemented the solution but it could be used by anyone interested in moving from RTF to HTML.

  • Like 2
  • Upvote 1
Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...