» Site Navigation |
|
|
» Skyscraper |
|
|
 |

05-27-2005, 10:12 AM
|
|
Senior Member
|
|
Join Date: Feb 2005
Location: United Kingdom
Posts: 123
|
|
|
Create separate PDF's from multipage document
Does anyone know how I can create separate PDF's from a multipage page composite PDF?
I have a 102 page composite PDF that I need to send through ourt RIP as individula PDF's. What is the easiest way to do this. I have had alook in acrobat 7 and cant see anything in there.
I ahve also tried using the new automator program on OSX Tiger but it will only separate Odds and Evens into separate documens. (ie. 2 pdfs, each with 51 pages)
Any help is appreciated.
|

05-27-2005, 10:29 AM
|
|
Senior Member
|
|
Join Date: Aug 2004
Location: toledo ohio
Posts: 406
|
|
|
in acrobate 7 go to documents and extract pages then selext 1-55 or whatever and choose were and it will seperate pages for you
__________________
\"Everything you can imagine is real\"
Pablo Picasso
mac 10.3,Window XP Pro, {so they call it pro}
Harlequin-truflow-Itrap-screen
Strobbe AutoGapfinder Plate Controler
Quark, Ragemaker,
|

05-27-2005, 11:33 AM
|
|
Member
|
|
Join Date: May 2004
Location: San Diego
Posts: 49
|
|
|
If you're trying to separate the 102 page PDF into 102 individual PDFs try this:
Go to Advanced > Batch Processing
Create a new sequence and select "Execute JavaScript."
Paste the following text into the window?
- - -
/*Extract Pages to Folder*/
// regular expression acquire the base name of file
var re = /.*\/|\.pdf$/ig;
var filename = this.path.replace(re,"");
try
{
for ( var i = 0; i < this.numPages; i++ )
this.extractPages
({
nStart: i,
cPath: filename+"_" + (i +1)+".pdf" // (*)
});
}
catch (e)
{
console.println("Batch Aborted: " + e )
}
- - -
Execute the sequence and you'll get 102 separate files. I found this little trick on another forum. Works wonders.
|

05-27-2005, 12:41 PM
|
 |
Senior Member
|
|
Join Date: Jan 2005
Location: Seattle, WA
Posts: 1,247
|
|
|
In Acrobat 7 it's easy if you want all of you pages in individual files.
Document > Extract Pages and check the Extract as Seperate Files box.
I am assuming that is what you want to do.
If not sorry to waste your time...
__________________
MacPro Dual Quad 3.0 Ghz 4 Gb RAM OS X 10.4.10
Pent D 2.8 Ghz 2 Gb RAM Win XP
Harlequin SW v5.3 | Eskofot DPX
Fiery EX2000d | DC 2060
|

05-27-2005, 02:39 PM
|
|
Member
|
|
Join Date: May 2004
Location: San Diego
Posts: 49
|
|
|
Ok - forget my way.
Seetomtype's method is much simpler.
|

05-28-2005, 02:06 AM
|
|
Senior Member
|
|
Join Date: Feb 2005
Location: United Kingdom
Posts: 123
|
|
Quote:
|
Originally Posted by shonisko
in acrobate 7 go to documents and extract pages then selext 1-55 or whatever and choose were and it will seperate pages for you
|
Fantastic! THankyou so much, that has saved me so much time. Thanks also to seemontype and Kakuzo.
Cheers guys
|

06-01-2005, 11:02 AM
|
|
Senior Member
|
|
Join Date: Feb 2005
Location: United Kingdom
Posts: 123
|
|
|
me again!
Okay, the extract pages works a treat, almost.
THe problem I have now is this.... although it creates the 102 PDF files that I was after I have another problem. WHen the customer created the InDesign document they changed the page numbering so that they are labelled 50-152.
Is there anyway of getting acrobat to follow this as the pdf it creates are labelled to 1-102 (as you would expect).
It would make things much easier if I could get the page numbers to match otherwise I will have to remeber that the document names page 1 is actually page 50 :?
any ideas??
thanks in advance
|

06-06-2005, 07:46 AM
|
 |
Senior Member
|
|
Join Date: Nov 2003
Location: Deep in the Heart o' Tejas
Posts: 3,283
|
|
Quote:
|
Originally Posted by Kristian
me again!
Okay, the extract pages works a treat, almost.
THe problem I have now is this.... although it creates the 102 PDF files that I was after I have another problem. WHen the customer created the InDesign document they changed the page numbering so that they are labelled 50-152.
Is there anyway of getting acrobat to follow this as the pdf it creates are labelled to 1-102 (as you would expect).
It would make things much easier if I could get the page numbers to match otherwise I will have to remeber that the document names page 1 is actually page 50 :?
any ideas??
thanks in advance
|
Click on the "Pages" tab on the left, go to the "Options" pulldown, click on "Number pages" . There you go! I use this all the time (you can also right (control click if no two button mouse) click with your mouse to get the contexual menu for the same options.
__________________
David Maberry
Shift Leader
Electronic Prepress Dept.
Mac - OS X 10.4.10 Dual-Core Intel Xeon
PC - XP Pro
Esko-Graphics/Scope V3
HP 5000, Epson 9600
Kodak Approval XP
Lotem 800 Platesetters
Kodak FlexCel
|

06-18-2005, 05:14 PM
|
|
Junior Member
|
|
Join Date: Jun 2005
Location: UK
Posts: 6
|
|
|
Very important if you are re-saving your PDFs which are intended for print output ...
Any PDF re-saved out from Acrobat will inherit the PDF version. i.e. Any PDF re-extracted from Acrobat 7 will automatically become an Acrobat 7 (PDF 1.6) file.
Use the PDF-OPTIMISER either in isolation or within a BATCH PROCESS to ensure the PDF version your print provider requires (PDF/X-1a:2001 is 1.3 and PDF/X-1a:2003 is 1.4) ...
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
All times are GMT -8. The time now is 12:48 AM.