Skip to main content
Participating Frequently
May 5, 2007
Question

Fix CS3's Print Booklet !!

  • May 5, 2007
  • 132 replies
  • 34713 views
The Print Booklet feature in InDesign CS3 is a step backward!

CS2's InBooklet could create a new document. I BADLY need that feature, as I must print odd spreads in landscape mode, but even numbered spreads in reverse landscape mode.

Having to export/print to PDF, then rotate the pages in Acrobat and print from there is unnecessarily cumbersome.
    This topic has been closed for replies.

    132 replies

    Participating Frequently
    May 5, 2007
    Hi, Dave:

    Footnotes are not an issue for me, nor are images that span the 2 sheets of a spread.

    I have your excellent script. But it doesn't solve my problem because I need to create a new document with each SPREAD on a separate page (i.e. the 2 original pages combined into 1 page), as InBooklet does.

    The reason is, I have to print double-sided, and since my printer has unequal minimum top and bottom margins, the center lines on the spreads on either side of the printed sheet do not align.

    My workaround for this is to create a new document with InBooklet and print it in 2 runs: (a) even-numbered spreads in landscape mode, (b) odd-numbered spreads in reverse landscape mode, reverse order, turning the paper appropriately when I reinsert it in the printer to do the 2nd side.

    Another workaround is to export to PDF, then in Acrobat rotate either the odd or even pages 180 degrees, then print from Acrobat using my printer's duplex mode.

    Is there any chance you could modify your script to create a new document, as InBooklet does?

    I've used your script to impose the pages in the correct order, then tried copying one spread at a time to a new document with double width pages, but I have numbered lists, and the numbering is not preserved.

    Or can you point me to some script(s) that demonstrates how to copy all of the items on a single page of the original document and paste to the left (or right) half of a double-size page in a new document? I understand the logic re selecting and pasting the pages in the right order and the correct side of the page, but the InD Scripting Help file isn't very helpful in finding the right methods and properties. It needs lots more sample code.....

    I have 10+ years programming in Visual Basic, but I can also handle Java script.
    Inspiring
    May 5, 2007
    But the documents that InBooklet produced have a fatal flaw. As long as you don't use footnotes, you might not care. But the process that destroys footnote numbering in CS2 booklet documents will equally destroy numbered lists in CS3.

    "Fixing" this problem involves a whole different approach to imposing live pages. My BuildBooklet script (which produces saddle-stitched printer spreads) uses one technique that preserves numbered lists. But it doesn't have the same flexibility as CS2's otherwise excellent InBooklet.

    Perhaps it will do all you need. You can download it from:

    http://pdsassoc.com/downloads/Buildbooklet.zip

    Dave