Case1:
I have an image1 in document and want to replace it with image2.
Case2:
Or I have a variable ${image1} and want to replace that with an actual image.
These are not text replacement but replacement of an image in place of a text or image.
Case1 - attempt:
I follow the example (OpenMainDocumentAndTraverse.java) and try to detect the Image in the document and modiify the URI. For an image it does not detect ...