Split Word Document

I need to split a word document into individual pages/files. How can this be done?

powermac G5 Quad, Mac OS X (10.5.8)

Posted on Aug 27, 2009 8:07 PM

Reply
26 replies

Aug 27, 2009 9:37 PM in response to Todd Lichtenwalter1

Todd

It is easy to attach .pdfs to emails, definitely easier than Pages files. It can even be done with Services, particularly as Snow Leopard has cleaned up the way Services get used now.

It should be possible to create a batching method using Applescript and/or Automator whereby the entire process could be handled from whoa to go. I would think that might be worth spending a little time or money on.

I'd look at a FileMaker or Bento solution for this as well. Databases are really built for this cut, dicing and distributing of individual files. This is really a patch up.

Peter

Aug 27, 2009 8:35 PM in response to Todd Lichtenwalter1

I looked at that Todd.

How do you work out where the splits are to be?

Is each exactly one page? If so you should be able to insert a section break where there is a page break, with a search and replace, then work on an AppleScript to save off each page individually or print it to pdf.

If .pdf files are acceptable then print the lot off to a .pdf and split that.

Why are all the reports in one Word file?

Peter

Aug 27, 2009 8:41 PM in response to PeterBreis0807

Hi Peter,

The reports are originally in one Pages file from the Pages Numbers mail merge. My principal wants them in Word format, so I exported into Word. To pull off hundreds of thumbnails and then convert all of those into Word files is too tedious. But yes, each report is exactly one page long. I have never scripted before and see that this project could call for that but I am not sure I have time in the present to get on that learning curve.

Aug 27, 2009 9:11 PM in response to Todd Lichtenwalter1

Then export to .pdf will be quickest and easiest.

Open it in *Acrobat Pro*.

+Menu > Document > Split Document… > Numbers of Pages > Maximum 1+

Nominate which folder you want to export to.

The files will be named *Original File Name_Part1.pdf* etc

You can then use an application like Renamer4Mac to rename the files how you would like them or use an Automator action to do the same or with more work append the student name to each file.

It seems to me this may be working on the horse after it has bolted.

Ideally you would want a sequential merge creating the files and possibly using the student name when it merges and saves. That definitely needs scripting and for that Yvan is your man.

Peter

Aug 28, 2009 5:36 AM in response to KOENIG Yvan

Yvan

I am ignorant of what is a 'text installation and a symlink' and how to do that.

A tex installation and a symlink
~/texprograms

pointing to the tex source. The symlink can be defined with help of the included program „Local Switcher“, if the path of your tex source is one of the following
/usr/local/texlive/year
/usr/local/texlive2005
/usr/local/tetex

otherwise you have to define it manually.

-todd

Aug 28, 2009 6:23 AM in response to Todd Lichtenwalter1

Drop it.

As you are in school and that Tex is often used in educational area, I wrongly assumed that you may know it.
I'm not sure that installing it and learning it is a viable soluce to your problem.

In theory an AppleScript may be written to print the pages between firstWantedOne and lastWantedOne.
Alas, Pages doesn't take care of that and print every pages.

So my already written script which would be a soluce is useless at this time.
I must send a report to Apple.

Yvan KOENIG (VALLAURIS, France) vendredi 28 août 2009 15:23:56

Aug 28, 2009 9:38 AM in response to Todd Lichtenwalter1

In Pages, Export your file as a pdf (Share>Export>PDF). Then open the Automator (Applications folder) select a custom workflow a and set up as below

User uploaded file


"Get Specific Finder Item" is under Files and Folders, then click add and navigate to your saved pdf.

"PDF to Image" is under PDFs, select the folder to save to and if you want a custom name, otherwise it will name as "Original File Name-page#"

Then click Run in the upper right hand corner.

Aug 28, 2009 10:12 AM in response to Todd Lichtenwalter1

No, it's a script driving Pages (Like other ********* products, Word is not allowed to enter my home).

Seeing your late message, i discover that you may be satisfied by pictures of the pages.
Silly, I saw several tools doing that when I searched one cutting a PDF into several pages 😟

Yvan KOENIG (VALLAURIS, France) vendredi 28 août 2009 19:12:19

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Split Word Document

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.