Page 1 of 1

Import non-RVE HTML and export again.

Posted: Wed Dec 08, 2010 8:39 am
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

Posted: Wed Dec 08, 2010 3:14 pm
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.