Search found 5 matches

by TheSteven
Thu Aug 16, 2012 1:56 am
Forum: Support
Topic: Image bloat in RTF files
Replies: 5
Views: 21695

Thanks, works now.

Note for anyone else if you have Delphi 2009+
RV_RegisterPngGraphic(TPngImage)
requires
Uses: PNGImage, CRVData
by TheSteven
Tue Aug 14, 2012 5:20 pm
Forum: Support
Topic: Image bloat in RTF files
Replies: 5
Views: 21695

Ok so you are saying that if the ExtractMetafileBitmaps property is set to False - that it does not load the bitmap but only loads the MetaFile?

The original image, as far as I'm aware, that MS Word is inserting into the RTF is a bitmap. So if I disable MS Word from creating the MetaFile image what ...
by TheSteven
Mon Aug 13, 2012 7:50 am
Forum: Support
Topic: Image bloat in RTF files
Replies: 5
Views: 21695

BTW
The RTF files are created using MS Office 2010
and tRichView is the latest 2012-Aug-12 release.
by TheSteven
Mon Aug 13, 2012 7:43 am
Forum: Support
Topic: Image bloat in RTF files
Replies: 5
Views: 21695

Image bloat in RTF files

Hi Sergey,
Been having an issue with tRichView and RTF files containing embedded images. I did a little research and found the problem.

Problem:
TRichView
-RTFReadProperties
when the ExtractMetafileBitmaps property is set to False
the tRichview component will use the original image embedded in the ...
by TheSteven
Wed Oct 12, 2005 2:24 am
Forum: Support
Topic: Text beside Image
Replies: 6
Views: 40315

Sergey,

I was about to post an inquiry regarding a similar subject when I saw this message.

In my case I am converting RTF documents created by other applications into HTML. These documents sometimes contain images with either right or left aligned text (similar to the initial post on this thread ...