Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Apple Software > Mac Applications
TouchArcade.com - iPhone Game Reviews and News

Reply
 
Thread Tools Search this Thread Display Modes
Old Jan 23, 2007, 04:36 PM   #1
Sesshi
Banned
 
Sesshi's Avatar
 
Join Date: Jun 2006
Location: One Nation Under Gordon
Word > Pages batch converter

Aside from attempting to script this, is there a tool out there which does batch conversions from .doc to .pages?
Sesshi is offline   Reply With Quote
Old Jan 23, 2007, 05:20 PM   #2
Eraserhead
Contributor
 
Eraserhead's Avatar
 
Join Date: Nov 2005
Location: Oxford, UK
Sesshi, are you OK? Where has the Dell lover gone?

I'd have thought you'd probably need to script it, as I imagine only Pages can open .pages files.
Eraserhead is online now   Reply With Quote
Old Jan 23, 2007, 05:58 PM   #3
Eraserhead
Contributor
 
Eraserhead's Avatar
 
Join Date: Nov 2005
Location: Oxford, UK
OK my efforts at a quick script seem to have failed me, I can't get the damn thing to close the save dialog. APPLESCRIPT IS REALLY IRRITATING.

Code:
set tilde to (path to home folder as string)
tell application "Pages"
	open file (tilde & "desktop:read me.doc")
	activate
	tell application "System Events"
		tell process "pages"
			keystroke "S" using {command down}
			delay 1
			keystroke "read me" -- the name of the file
			delay 1
			--doesn't press return here. :mad:
			delay 5
			keystroke "W" using {command down}
		end tell
	end tell
end tell
This only works for a file called "read me" on the desktop and requires pages to be set up to write the files to the directory you want first, but gives a general idea of a script.
Eraserhead is online now   Reply With Quote
Old Jan 23, 2007, 06:11 PM   #4
jeremy.king
macrumors 601
 
jeremy.king's Avatar
 
Join Date: Jul 2002
Location: Fox Lake, IL
Why not just change the default application for .doc to be Pages, then convert them as you need/read them?
jeremy.king is offline   Reply With Quote
Old Jan 23, 2007, 06:27 PM   #5
IJ Reilly
macrumors 603
 
IJ Reilly's Avatar
 
Join Date: Jul 2002
Location: Palookaville
Quote:
Originally Posted by kingjr3 View Post
Why not just change the default application for .doc to be Pages, then convert them as you need/read them?
That's way too simple and Mac-like. You should be ashamed of yourself!
__________________
*The season starts too early and finishes too late and there are too many games in between.
Bill Veeck
IJ Reilly is offline   Reply With Quote
Old Jan 23, 2007, 08:15 PM   #6
Sesshi
Thread Starter
Banned
 
Sesshi's Avatar
 
Join Date: Jun 2006
Location: One Nation Under Gordon
Quote:
Originally Posted by IJ Reilly View Post
That's way too simple and Mac-like. You should be ashamed of yourself!
Quite the contrary actually. You'd have to save them once you've opened each document. The sort of people I'm trying to get to use Macs as they can't ably handle a Windows machine would be flummoxed by this.

I figured I'd have to script it. Thanks, I'll make a start on it.
Sesshi is offline   Reply With Quote
Old Jan 24, 2007, 09:42 AM   #7
emptyCup
macrumors 65816
 
emptyCup's Avatar
 
Join Date: Jan 2005
Quote:
Originally Posted by Sesshi View Post
The sort of people I'm trying to get to use Macs as they can't ably handle a Windows machine would be flummoxed by this.
When I worked at a large, mixed Mac/PC organization I found MacLinK+ invaluable. The documents need to be reviewed after conversion, though, as no converter is 100%. There are usually some formatting problems with page breaks, etc. (footnotes are the worst).
emptyCup is offline   Reply With Quote
Old Oct 6, 2007, 05:36 AM   #8
mlewan
macrumors newbie
 
Join Date: Dec 2005
Quote:
Originally Posted by Sesshi View Post
Aside from attempting to script this, is there a tool out there which does batch conversions from .doc to .pages?
You could try adapting the script to convert from Word to work the opposite way.
mlewan is offline   Reply With Quote
Old Oct 6, 2007, 11:55 AM   #9
Sesshi
Thread Starter
Banned
 
Sesshi's Avatar
 
Join Date: Jun 2006
Location: One Nation Under Gordon
Quote:
Originally Posted by mlewan View Post
You could try adapting the script to convert from Word to work the opposite way.
Thanks for the link.

I wonder if Word is scriptable in the same way. Since I've switched back full-time to Vista for my regular working machines and all my partners have done the same I don't need a Word converter anymore... but the script you linked will be very handy for some of my legacy documents in Pages. Thanks.
Sesshi is offline   Reply With Quote

Reply

Mac Forums > Apple Software > Mac Applications

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 04:28 PM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC