Go Back   PrintPlanet.com > PrePress and Workflow > Adobe

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-2009, 02:01 AM
Alien's Avatar
Member
 
Join Date: Feb 2008
Posts: 36
Default pdf from Indesign 1 per page

I have book in Indesign - 160 pages.
I created ps from Indesign, than distilled it.
As a result I have 1 pdf version 1.3 with 160 pages (book.indd.pdf)

Question - how can I make 1 pdf per 1 page?
I mean, page by page:

book_page1.pdf,
book_page2.pdf
...
book_page160.pdf ?

I need this for send files via Kodak Insite.

Last edited by Alien; 06-09-2009 at 02:11 AM.
Reply With Quote
  #2 (permalink)  
Old 06-09-2009, 02:49 AM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 167
Send a message via AIM to cjwworld Send a message via Yahoo to cjwworld Send a message via Skype™ to cjwworld
Default

Go into Acrobat Professional and with the file open, go to menu click on Document and select extract pages. Make sure you select extract Pages As Separate Files.. It will ask where to save it and pronto, it will create each page as separate file and it will add a # on end
Reply With Quote
  #3 (permalink)  
Old 06-09-2009, 07:00 AM
Alien's Avatar
Member
 
Join Date: Feb 2008
Posts: 36
Default

cjwworld, thanks, but it will change the version of pdf.

In my case 1.3 became 1.5 & it is not good because settings of workflow (Prinergy Connect) fail in this case
Reply With Quote
  #4 (permalink)  
Old 06-09-2009, 11:53 AM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 167
Send a message via AIM to cjwworld Send a message via Yahoo to cjwworld Send a message via Skype™ to cjwworld
Default

Quote:
Originally Posted by Alien View Post
cjwworld, thanks, but it will change the version of pdf.

In my case 1.3 became 1.5 & it is not good because settings of workflow (Prinergy Connect) fail in this case
well, then, wow.. I know how to change it but then you would have to change it on all 160. I don't have professional at home but I will check. I do believe you can change your setting to output to 1.3 always. If this is so then you will have to redo the extracting.

But under tools, pdf optimiser, there is where you can change the version but you can input 0 in the other fields but change the version.. I will check on this later on today
Reply With Quote
  #5 (permalink)  
Old 06-09-2009, 01:57 PM
Colorblind's Avatar
Senior Member
 
Join Date: Aug 2007
Location: Montreal, Qc, Canada
Posts: 208
Default

If you're using a mac, open Script Editor, paste the following code in the main window, click the "compile" button and run the following script:

--script by Colorblind
--this script exports an open InDesign document as individual PDF pages to a chosen destination
set my_destination to (choose folder with prompt "Choose destination for the PDFs") as string
--if using InDesign CS3 change "Adobe InDesign CS4" for "Adobe InDesign CS3" in the following line
tell application "Adobe InDesign CS4"
activate
set this_page to 1
set doc_name to get name of document 1
set page_count to count every page of document 1
repeat page_count times
set my_page_range to this_page as string
tell PDF export preferences
set page range to my_page_range
end tell
tell document 1
--on the following line "PDFX1a 2001" can be replaced by any of your PDF Export presets
export format PDF type to my_destination & doc_name & this_page using "PDFX1a 2001" without showing options
set this_page to this_page + 1
end tell
end repeat
end tell
__________________
Better train people and risk they leave - than do nothing and risk they stay.
Reply With Quote
  #6 (permalink)  
Old 06-09-2009, 02:09 PM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 167
Send a message via AIM to cjwworld Send a message via Yahoo to cjwworld Send a message via Skype™ to cjwworld
Default

It seems ColorBlind has an ideal solution..

There is an setting in Acrobat Professional on convert to PDF, under postscript. Select what settings you want. PDFX1a is suitable or edit it to be version 1.3. then extract all the pages
Reply With Quote
  #7 (permalink)  
Old 06-09-2009, 03:40 PM
Senior Member
 
Join Date: Mar 2009
Location: France
Posts: 146
Default

Quote:
Originally Posted by Alien View Post
In my case 1.3 became 1.5 & it is not good because settings of workflow (Prinergy Connect) fail in this case
Yes, AcrobatPro always changes the version of PDF to its own version...

... but if you install PitStop, you then have an option to save the modified PDF with its original version.

(but I am quite surprised that a Prinergy workflow needs 1 PDF for each page??? normally, it should accept a 160 pages PDF...)
Reply With Quote
  #8 (permalink)  
Old 06-09-2009, 04:47 PM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 167
Send a message via AIM to cjwworld Send a message via Yahoo to cjwworld Send a message via Skype™ to cjwworld
Default

But version 1.5 cause problems for some Workflows
Reply With Quote
  #9 (permalink)  
Old 06-09-2009, 05:33 PM
Senior Member
 
Join Date: Mar 2009
Location: France
Posts: 146
Default

Quote:
Originally Posted by cjwworld View Post
But version 1.5 cause problems for some Workflows
Yes... but I'm not surprised by the 1.3/1.5 version problem: I know that many printers don't have up-to-date RIPs/workflows and can only image 1.3 PDFs...

... I'm only surprised by the fact that a printer using a Prinergy workflow needs 1 page PDFs: AFAIK, generally, printers who ask for 1 page 1.3 PDF are those who don't have any equipement for imaging PDF (or don't know how to handle PDFs correctly), and can only image PDF by importing them page by page in QuarkXpress (version 5) pages to image from XPress (which is not a reliable solution)... or, worst, those butchers who transform PDFs in TIFF or JPEG pixels files with Photoshop (which is a crap job)...

... but, normally, a Prinergy workflow (even an old one needing 1.3 PDFs) should accept without any problem the original 160 pages PDF distilled in 1.3 by Alien

And often this demand by a printer of 1 page PDF is caused by (and reveals) either a lack of competence in handling/imaging PDFs, or a very old equipement, like an old out-of-age PostScript level 2 RIP!!!

Last edited by claude72; 06-09-2009 at 06:11 PM.
Reply With Quote
  #10 (permalink)  
Old 06-09-2009, 06:28 PM
Senior Member
 
Join Date: Sep 2007
Posts: 137
Default

I suppose you could just export .eps files from InDy
and Distill them.
That would give you individual - flattened pages.

MSD

------
I have book in Indesign - 160 pages.
I created ps from Indesign, than distilled it.
As a result I have 1 pdf version 1.3 with 160 pages (book.indd.pdf)

Question - how can I make 1 pdf per 1 page?
I mean, page by page:

book_page1.pdf,
book_page2.pdf
Reply With Quote
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Sponsors
Job Postings from JobsTheyWant
Solutions Finishing and Controls Engineer at Hewlett Packard in Corvallis, OR
Digital Indigo Press Operator at O'Neil Data Systems in Los Angeles, CA
Managed Print Services Sales Executive at Meredith Corporation in Des Moines, Iowa
Key Accounts Technical Color Mgmt Specialist at GMG Americas in Hingham, MA
Account Manager - Commercial Sales at NewPage Corporation in Southeast ( Charlotte, Atlanta, Jacksonville )
Account Manager-Commercial Sales at NewPage Corporation in Northeast (New York, Baltimore, Washington)
Account Manager Commercial Sales at NewPage Corporation in Midwest (Chicago,Dallas,Kansas City, Minneapolis
Services Business Development Manager at Electronics for Imaging in Foster City
WhatTheyThink.com Latest Industry News
Transcontinental continues profits on strong Q1
X-Rite shows profits in Q4, first since 2007
Indigo division posts record page volumes
Census counts on GPO
NewPage to purchase Domtar coated groundwood product lines
Brown Printing receives web offset association award
Peer Groups: Leading by Example
EskoArtwork launches new digital finishing solution
Presstek to expand dimension Pro CTP portfolio at IPEX
Attendance surges at INTERQUEST digital book printing forum


Print CEO
Links, information, analysis and commentary from various industry resources.

WhatTheyThink's Speakers Bureau
Need a speaker for your open house, conference, or special event?

WhatTheyThink's Consulting Services
Business Strategy, Workflow Integration, Sales & Marketing, Custom Research