How to replace damaged hyperlinked images from web.
I have in my document damaged images that I want to replace.
I want to search each image in document, edit the hyperlink then go to that hyperlink, get the new Image and replace with old one.
Here is steps I want to perform
1. Search for images
2. If found, see if it contains hyperlink.
3. If found, want to see weather hyperlink looks like this
about://*URLwithoutHTTP*
4. If matches want to replace about with HTTP
5. replace found image with image from url with scaling fit to table.
|