Buy Download WordPipe, ExcelPipe and PowerPointPipe combined demo
This is a collection of frequently asked questions about PowerPointPipe.
Map your SharePoint site as a network drive.
PowerPointPipe does this for you.
Check the 'Shapes' Look In location.
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 |
Need more samples or help? We can help - please ask!
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 |
Need more samples or help? We can help - please ask!
This occurs when Microsoft PowerPoint is trying to display a dialog box, such as for a missing linked document (note: PowerPointPipe 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 PowerPoint, then clear the dialog box. Once this is done, PowerPointPipe will resume at normal speed.
Buy Download WordPipe, ExcelPipe and PowerPointPipe combined demo