Go Back   PrintPlanet.com > PrePress and Workflow > Adobe

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-2009, 03: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 03:11 AM.
Reply With Quote
  #2 (permalink)  
Old 06-09-2009, 03:49 AM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 162
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, 08: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, 12:53 PM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 162
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, 02:57 PM
Colorblind's Avatar
Senior Member
 
Join Date: Aug 2007
Location: Montreal, Qc, Canada
Posts: 201
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, 03:09 PM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 162
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, 04:40 PM
Senior Member
 
Join Date: Mar 2009
Location: France
Posts: 145
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, 05:47 PM
cjwworld's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 162
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, 06:33 PM
Senior Member
 
Join Date: Mar 2009
Location: France
Posts: 145
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 07:11 PM.
Reply With Quote
  #10 (permalink)  
Old 06-09-2009, 07:28 PM
Senior Member
 
Join Date: Sep 2007
Posts: 133
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
Product Sales Manager at Standard in Andover, MA
Print Sales Executive at R and R Images in Phoenix, AZ
Sales/Marketing Executive at HBP, Inc. in Alexandria Virginia, and Hagerstown Maryland
Research Analyst at InfoTrends in Weymouth, MA
Sales Representative at Continental Web Press, Inc. in Itasca Illinois and Walton Kentucky
Technical Sales Specialist at Van Son Holland Ink Corporation in California
Outside Sales Representatives at Reliable Graphics in Van Nuys, California
Sales Executive at Vertis Communications in Multiple Regions Available
WhatTheyThink.com Latest Industry News
Going Green: When the Going Gets Tough, the Tough Get Going – Academy Press
Dscoop Poised for Successful Conference
Print CEO: Xerox Completes Acquisition of ACS
manroland names Julie Kreger as Midwest District Sales Manager Sheetfed
FedEx's new printing site takes on Dell, H-P
A Printing Office: Cutting Your Tax Bill with the Help of “R&D”
Peer Groups: Taking Your Business to The Next Level……It’s About the People
Going Green: From Office Paper to Toilet Paper
arvato print to test KODAK PROSPER press
MLP USA promotes Mike Stock to Director Sheetfed and Web Offset Sales


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