Hi All,
I need to replace the placeholder with image in the
word document using Apache POI. I am able to add the picture in the word document at last using Apache poi. But i don't know how to replace the placeholder with image. Can anyone please help in this?
I know it will be easy if we do it through docx4j or some other API, i am allowed to use only the Apache poi.
Thanks in advance...