I have a lot of text in these files.
It is required through Delphi to replace the text with pictures, that is, replace each character with a specific picture and enter these pictures into the .doc file.

Is it even possible?

How to write component image in doc?

    1 answer 1

    Quite possible.

    Through OLE

    Break your task into steps:

    1 Open a Word document via Delphi

    2 Get text from active Word document

    3 Insert a picture in Word

    Link for points 1 and 2 Create an MS Word document from Delphi

    Link for item 3 Image Delphi Word