Page 1 of 1

Import HTML file problem

Posted: Thu Feb 23, 2006 8:48 am
by ibr_ozdemir
hi
When i export (html format) a text with RichView application, its working great. But when i import the same file i lose the text styles (like bold, italic, align settings).
I also tried RVHTMLImport. How can i handle that.
thanks

Posted: Fri Feb 24, 2006 8:01 am
by ivssys
Use SaveHTMLTo...Ex() and the latest (beta) RVHTMLImport. That should work.

Regards,

Henk van Bokhorst

Posted: Sun Feb 26, 2006 10:11 am
by Sergey Tkachenko
RvHtmlImporter does not support [arbitrary] Cascading Style Sheets (CSS).
If formatting in HTML is defined using CSS, it will be lost when importing.
In TRichView, there are two methods for HTML export. SaveHTML saves HTML without CSS, SaveHTMLEx saves with CSS.

The latest version of RvHtmlImporter understands CSS saved by SaveHTMLEx. It can be found here:
http://www.trichview.com/resources/html ... mportb.zip