Question

can anyone suggest an editor component like RichEdit that supports embedding photos in a delphi app? RichEdit doesn't seem to support this.

am not considering embedding MS Word since not everyone would have that.

than you for your help!

Was it helpful?

Solution

I recomend TRichView http://www.trichview.com/.

I did work with WPTools for long time, but recently I found TRichView a lot more simple to use.

OTHER TIPS

AFAIR the TrxRichEdit from rxlib supported embedding pictures. Since rxlib was incorporated into the jvcl, I guess TJvRichEdit should as well.

I think it should work when you insert bmp files. Other image files are not supported. Maybe you can convert your images to a bitmap first?

If you don't mind paying for a component library, I recommend WP Tools. They have extensive support for document formatting (including inserting images) and provide their library as native VCL package (so you don't have the "what version of Word" conversation).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top