Open Source HTML Import module for the TRichView Delphi Component package.
Be the first to post a text review of TRichView HTML Import. Rate and review a project by clicking thumbs up or thumbs down in the right column.
What's new in 0.0016 - del: OnBackgrounRequired, OnImageRequired. Use OnImageRequired2 (or, better, RichView.OnImportPicture), or do not use at all - local files are loaded automatically - chg: Picture reading order: 1) OnImageRequired2 is called. If image is obtained, end. 2) RichView.OnImportPicture is called. Unlike OnImageRequired2, the full file name to image is provided in this event (together with BasePath). If image is obtained, end. 3) The component tries to load picture, if it is a local file. If image is read, end. 4) If this is a background image, end. 5) Return RichView.Style.InvalidPicture - impr: <table background> and <td background> are supported - impr: default values of properties are not saved with form - chg: default colors are changed from clBlack/clWhite to clWindowText/clWindow - new: Options property. A set of values: * rvhtmloBasePathLinks - if set (default), BasePath is automatically added to hyperlinks and stored image paths * rvhtmloAutoHyperlinks - if set (default) and (rvoTagsArePChars in RichView.Options), hyperlinks' targets are automatically assigned to tags (as it was before). If not, RichView.OnReadHyperlink is called. * rvhtmloImgSrcToImageName - if set, <IMG src> value is assigned to images items names (it's not necessary because they are also stored in rvespImageFileName extra string property). - if you remove dot from the $DEFINE RICHVIEW_REG at the beginning of rvhtmlimport.pas, the following items' string properties will be loaded: * rvespImageFileName for images and tables, and BackgroundImageFileName property for table cells; * rvespImageAlt for images. - fix: BasePath when pasting from the Clipboard - fix: table width in percents (thanks to Jan Dekkers) - fix: autoadjusting RichView property when the linked component is deleted - fix: fixes in line breaking What's new in 0.0015 (st) - Possible range check error is fixed. (st) - Correctly adds checkpoints in table cells. (st) - IMPORTANT: LoadHtml method does not call Format any more! Please check your existing code and add Format if necessary. This change is made to allow TRVHtmlImporter working with TRVReportHelper.RichView (Format must not be called for it). (st) - Does not resize graphic according to Width and Height attributes of <img>. Applying rvepImageWidth/Height is enough. (st) - Compatibility with Delphi 4 is restored.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?