Jump to content
Registration disabled at the moment Read more... ×
Jeff Steinkamp

Insert/Repalce image in MS Word Document

Recommended Posts

I am attempted to do a bit of Word Automation.  I have a template document for an evaluation report.  I think I am able to search and replace text with the unique values for the report.  But I have 3 images that I need to include in this report.  I have not found any documentation on how to insert an image at a specific location, replace a dummy image with the current image, or replace text with the specific image.

 

Can someone point me in the right direction?  Thanks

Share this post


Link to post

Inside of Word record a macro doing your steps.  Then use the terms found in Word's macro source in your Delphi source.     

Share this post


Link to post

Mail merge in Word is another option - usually uses a word template (base document) and an excel spreadsheet (row with per person / output document) but can use other data sources. 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×