Hi All,
Sorry I must be missing something.
We are looking to purchase an app to replace hyperlinks in word documents and Wordpipe looks ideal however I cannot for the life of me work out how to use it.
I am testing with a word document simply doing a wildcard search for docx in the hyperlink but it doesn't seem to find it, I must be doing something fundamentally wrong.
What I am trying to achieve is to search a folder full of word documents and replace all the hyperlinks, some_link.doc with http://mywebsite.com/some_link.doc
Any tips would be much appreciated and we will of course buy the software.
Thanks in advance.
Replacing hyperlinks (sorry for being dumb)
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Replacing hyperlinks (sorry for being dumb)
Which kind of wildcards are you trying to use?
Within hyperlinks, Normal Search is normally checked, and hence any search/replace will be an exact match.
If you choose a Search Type of perl patterns, then search for, and replace with
If you choose a Search Type of EasyPattern match, then search for , and replace with
If you need more help please let me know.
Within hyperlinks, Normal Search is normally checked, and hence any search/replace will be an exact match.
If you choose a Search Type of perl patterns, then search for
Code: Select all
.*
Code: Select all
http://mywebsite.com/$1
Code: Select all
[ 1+ char ]
Code: Select all
http://mywebsite.com/$1