|
-
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.
-
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
-
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
-
 Originally Posted by Alien
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
-
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.
-
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
-
 Originally Posted by Alien
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...)
-
But version 1.5 cause problems for some Workflows
-
Last edited by claude72; 06-09-2009 at 07:11 PM.
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|