TRVHTMLViewImporter v1.15

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

TRVHTMLViewImporter v1.15

Post by Sergey Tkachenko »

TRVHTMLViewImporter v1.15

Requires TRichView 16+

TRVHTMLViewImporter: component for importing from HTMLViewer to TRichView.
This component can be used to load HTML files in TRichView and TRichViewEdit.

http://www.trichview.com/resources/html ... import.zip

This version is changed for compatibility with HTMLViewer 11.7, available at https://github.com/BerndGabriel/HtmlViewer (the project was moved from GoogleCode to GitHub)

fix: base path was ignored when loading a document background image

Package for Delphi 10 Seattle is added (note: the corresponding HTMLViewer packages have names *XE9.dproj)

TRVHTMLViewImporter v1.14

support for "file://" in <img src>

TRVHTMLViewImporter v1.13

chg: import of <ul> and <ol>
Before:
- all imported lists had one level; they look like multilevel lists because they have different indents
- unnumbered lists with identical properties may be imported as markers of the same ListStyle (if RvHtmlViewImporter.UseCommonBulletLists=True)
Now:
- nested <ul> and <ol> are imported as multilevel lists
- different root <ul> or <ol> are imported as markers of different ListStyles (UseCommonBulletLists property was not removed, but it does not work)

new: CompleteLists: Boolean property (True by default). If True, all imported ListStyles have at least 9 levels, like MS Word's and RichViewActions' lists. It allows actions for changing indents working properly with these lists

Previous version
http://www.trichview.com/forums/viewtopic.php?t=4544
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

TRVHTMLViewImporter v1.15.1

Post by Sergey Tkachenko »

TRVHTMLViewImporter v1.15.1

impr: adjusting font size when loading subscript and superscript text
Post Reply