Import non-RVE HTML and export again.

General TRichView support forum. Please post your questions here
Post Reply
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

Import non-RVE HTML and export again.

Post by vega »

I'd like an opinion before I invest time into coding. The question is:

If I import an HTML file made outside of RVE into RVE, will I be able to export it to RVE style HTML with inline CSS?
(inline CSS is a must for my purpose)

In other words, will RVE rewrite the imported HTML when exporting?

Where can I find an HTML import demo?

Thanks, Dan
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Currently, the only solution for importing HTML with CSS is TrvHtmlViewImporter. This component loads the content of THTMLViewer (free thirdparty component) to RichView.
TrvHtmlViewImporter can be found at http://www.trichview.com/resources/

The format of exported HTML does not depend on the import, but on the options of SaveHTMLEx.
Post Reply