Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Alien's Avatar
    Alien is offline Member
    Join Date
    Feb 2008
    Posts
    39

    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.

  2. #2
    cjwworld's Avatar
    cjwworld is offline Senior Member
    Join Date
    Aug 2007
    Posts
    192

    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

  3. #3
    Alien's Avatar
    Alien is offline Member
    Join Date
    Feb 2008
    Posts
    39

    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

  4. #4
    cjwworld's Avatar
    cjwworld is offline Senior Member
    Join Date
    Aug 2007
    Posts
    192

    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

  5. #5
    Colorblind's Avatar
    Colorblind is offline Senior Member
    Join Date
    Aug 2007
    Location
    Montreal, Qc, Canada
    Posts
    324

    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.

  6. #6
    cjwworld's Avatar
    cjwworld is offline Senior Member
    Join Date
    Aug 2007
    Posts
    192

    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

  7. #7
    claude72 is offline Senior Member
    Join Date
    Mar 2009
    Location
    France
    Posts
    182

    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...)

  8. #8
    cjwworld's Avatar
    cjwworld is offline Senior Member
    Join Date
    Aug 2007
    Posts
    192

    Default

    But version 1.5 cause problems for some Workflows

  9. #9
    claude72 is offline Senior Member
    Join Date
    Mar 2009
    Location
    France
    Posts
    182

    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.

  10. #10
    WharfRat is offline Senior Member
    Join Date
    Sep 2007
    Posts
    189

    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


Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Sponsors