De-encapsulate HTML from RTF

General TRichView support forum. Please post your questions here
Post Reply
anovikov
Posts: 5
Joined: Fri Oct 03, 2014 2:33 am

De-encapsulate HTML from RTF

Post by anovikov »

Hi Sergey,

We need to be able to work with RTF that encapsulates HTML. See more here:

https://msdn.microsoft.com/en-us/librar ... 80%29.aspx

and

https://www.microsoft.com/en-us/downloa ... x?id=10725

These formats are usual when working with MSG messages from Outlook.

Is there a way to render HTML from the RTF (= "de-encapsulate") using existing feature set of TRichViewEditor? In other words, generate the HTML texts contained withing the RTF wrapper.

If not, can you point to the right direction so we can implement it ourselves using your RTF parser events. That should be rather straightforward as the number of RTF dealing with this encapsulation are just a few and contain the HTML tags embedded in them.

I can send you samples if needed.

Thanks,

Art
Sergey Tkachenko
Site Admin
Posts: 17302
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This feature is not implemented in our components, and we do not plan to implement it.
Our parser should extract RTF part from these files, and ignore HTML fragments.
Our RTF parser is in RVRTF.pas. This class can be used separately from the component - you just need to assign your own event handlers. For example, see http://www.trichview.com/forums/viewtopic.php?t=2702
Post Reply