RvHtmlImporter 0.0055
Posted: Fri Aug 05, 2016 2:27 pm
RvHtmlImporter allows importing basic HTML in TRichView.
It is included in the TRichView installer.
RvHtmlImporter v0.0055
impr: the component supports images embedded in HTML, directly in <img src>, see https://en.wikipedia.org/wiki/Data_URI_scheme
For Delphi XE7 or newer, this feature works automatically.
For older versions of Delphi, this feature requires DIMime and activating {$DEFINE RVUSEDIMIME} in rvhtmlimport.pas
(We could implement base64 decoding ourselves, but I do not want to reinvent the wheel)
See the example how to save HTML contained embedded images using TRichView: http://www.trichview.com/forums/viewtopic.php?t=7191
RvHtmlImporter v0.0053
The component support "file://" in <img src>
Previous version:
http://www.trichview.com/forums/viewtopic.php?t=4543
It is included in the TRichView installer.
RvHtmlImporter v0.0055
impr: the component supports images embedded in HTML, directly in <img src>, see https://en.wikipedia.org/wiki/Data_URI_scheme
For Delphi XE7 or newer, this feature works automatically.
For older versions of Delphi, this feature requires DIMime and activating {$DEFINE RVUSEDIMIME} in rvhtmlimport.pas
(We could implement base64 decoding ourselves, but I do not want to reinvent the wheel)
See the example how to save HTML contained embedded images using TRichView: http://www.trichview.com/forums/viewtopic.php?t=7191
RvHtmlImporter v0.0053
The component support "file://" in <img src>
Previous version:
http://www.trichview.com/forums/viewtopic.php?t=4543