How to insert image in OpenOffice Document using Delphi
问题 I am using approach mentioned in accepted solution of How to Search and Replace in odt Open Office document? for search and replace text in odt document using Delphi now my requirement is replace text with image. for example my odt file will have tags as "SHOW_CHART=ID", i will retrieve chart from DB for given ID as an image file and then replace it with "SHOW_CHART=ID". So my question is how to insert image from a file to ODT document. I found another link asking same question but using java