Buy Download WordPipe, ExcelPipe and PowerPointPipe combined demo
This is a collection of frequently asked questions about WordPipe.
I will be recommending
WordPipe to those customers who contact us requesting a tool to redirect OLE
and hyperlinks. I have already sent the WordPipe trial download url to
another customer. (and from an earlier conversation): ...WordPipe is the best tool I have seen to try and redirect links in Word documents... Joe Giunta |
Map your SharePoint site as a network drive.
1. On the
Actions tab, check Generate a hyperlink report
2. Add a single search/replace row, with Find what of *,
Replace with of nothing, and check the Look In location Inside
hyperlink addresses
3. Drag and drop your files or folders to the Files to Process tab.
4. Click [Search Only]
5. At the end of processing, the Report can be found on the Hyperlink Report
tab, and can be saved to disk by clicking the Save icon.
If the text has a font it will be retained. But WordPipe can't apply or remove a font, unless you place the replacement on the clipboard (formatted correctly) and then use ^c as the replacement text.
Open Word 2007, set the Tools\Options\View option to "display hidden", close Word 2007, then run WordPipe on the set of files.
A small number of document properties (such as the original author) are protected by Microsoft Word and cannot be changed
WordPipe does this for you.
WordPipe does this for you.
This MS Word error message has nothing to do with the disk being full! It indicates that the document may be partially corrupted. The solution is to open the document in Microsoft Word, save it to RTF format, then close the original, open the RTF version and save it as .doc format again.
This is a known issue with Microsoft Word. WordPipe does not modify the mail merge data at all.
Check only the "Body' search location (uncheck the Header and Footer locations) - it seems that even just searching these sections seems to force Microsoft Word to repaginate the document. This is a Microsoft Word issue.
If you try to replace an all uppercase string (e.g. XXXX) in a document with a mixed case string (e.g. FileName), then Microsoft Word helpfully makes all letters in the replacement string uppercase (e.g. FILENAME). On the other hand, if the original string had mixed case (e.g. XxXx or xXxX) or was all lowercase (e.g. xxxx), then the case in the replacement string is preserved.
If the original text is all uppercase, then the workaround is to select the Match Case checkbox in WordPipe.
If the image is floating, not inline, then WordPipe won't find it. However, often we can design a simple macro to go through and convert floating to inline images. Please send a sample document to us.
To find out if an image is Inline or Floating, Right-click the image, Format Picture..., Layout tab, 'Inline with text' means it is inline and can be found with WordPipe.
Note: EasyPattern wildcards (reference) are only available inside plain text fields, such as hyperlink addresses, OLE links and document properties.
Purpose | Find What and Replace With terms |
Extract filename from a URL and add a new server and path Input: https://intranet.gotafe.vic.edu.au/teaching/course/electro/technology.doc Output: https://newintranet.gotafe.vic.edu.au/documentlibrary/technology.doc |
Find what: [ lineStart, 1+chars, '/', capture(longest 1+ not '/' ), lineEnd ] Replace with: https://newintranet.gotafe.vic.edu.au/documentlibrary/$1 |
Extract filename and part of a path from a UNC server path
and add a new server and path Input: Output: \\newserver\new_share_name\teaching\course\electro\technology.doc |
Find what: [ lineStart, Replace with (note doubling of \) \\\\newserver\\internal\\teaching\\$3\\$4 |
Note: perl regex wildcards (reference) are only available inside plain text fields, such as hyperlink addresses, OLE links and document properties.
Purpose | Find What and Replace With terms |
Extract filename from a URL and add a new server and path Input: https://intranet.gotafe.vic.edu.au/teaching/course/electro/technology.doc Output: https://newintranet.gotafe.vic.edu.au/documentlibrary/technology.doc |
Find what: ^.+/([^/]+?)$ Replace with: https://newintranet.gotafe.vic.edu.au/documentlibrary/$1 |
Extract filename and part of a path from a UNC server path
and add a new server and path Input: Output: \\newserver\new_share_name\teaching\course\electro\technology.doc |
Find what: ^\\\\([^\\]+)\\([^\\]+)\\(.+)\\([^\\]+)$ Replace with: \\\\newserver\\internal\\teaching\\$3\\$4 |
There is a trick to this! You can only change the Header OR Footer at a time, because the new Header or Footer has to be on the clipboard.
In Microsoft Word (not in WordPipe):
Then, in WordPipe (not in Microsoft Word):
WordPipe's default screen (Click to enlarge)
Yes - set the Search Type to 'Use Wildcards',
Check the Search Location of 'Header',
Set the Find What text to
*
And put your new text in the Replace With field. You can also put the text
^c
In the Replace With field, and copy your new header to the clipboard before starting. WordPipe will then paste in the new text for you.
The style name from the source (usually Normal) is taken from the Target document. Create a new style in the source document (e.g. Fred), so when it is pasted there is no matching style name in the target document, and Word is forced to apply the actual formatting rather than matching style names.
This error indicates that Microsoft-Word has hung or is waiting for a response from the user. You can try using [Alt+Tab] to transfer control to Microsoft-Word and deal with the error manually. If this fails, start Task Manager with [Ctrl+Alt-Del], and go to the Processes tab. Sort by Image Name, select winword.exe and then click the [End Process] button. Remove any other copies of winword.exe you see.
This error indicates that Microsoft-Word has hung or is waiting for a response from the user - usually because you have other documents or an Microsoft-Word dialog open, or are using Microsoft-Word as an email editor (ignoring the warnings displayed at the start of the job).
This indicates that the document is protected from changes (this is different to a password on open), and that you have not provided the correct password.
This occasionally occurs when Microsoft Word is trying to display a dialog box, such as for a missing mail merge data file (note: WordPipe does NOT pause for missing passwords. If you have not specified the correct password, these files are logged for manual handling). Simply press [Alt+Tab] to get to Microsoft Word, then clear the dialog box. Once this is done, WordPipe will resume at normal speed.