Results 1 to 5 of 5

Thread: Page layout: A7 pages on A4 paper (booklet printing)

  1. #1
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    451
    Distro
    Ubuntu 16.04 Xenial Xerus

    Page layout: A7 pages on A4 paper (booklet printing)

    I couldn't find a better section for this than "Art and design", but page layout could be considered document design, so here's my problem.

    I'm trying to print booklets with sixteen A7 pages on an A4 sheet of paper; I want to then fold the paper and staple or stitch it and then slit the outer folds.

    Here are the steps I took.
    I made the A7 page layout in Open Office, laid out the text and printed to a sixteen page A7 document.
    For now, I'm just working on the first page of what will be the final A4 document to send to the printer.

    I used pdftk to:
    • burst the document into sixteen individual PDF files named pg_00[01-16].pdf.
    • rotate the following pages 90° clockwise: 1, 4, 13, 16.
    • rotate the following pages 90° anticlockwise: 5, 8, 9, 12.


    Now I want to assemble these into a single A4 document again, but preserving the rotations I just gave to the A7 pages now in landscape orientation.

    p9 p16
    p8 p1
    p5 p4
    p12 p13

    I tried concatenating them together (this gives me a sixteen page landscape A7 document), then pdfnup to make these pages fit on an A4 sheet.

    The resulting file is an A4 document with all my eight A7 pages on it arranged in two columns of four, ready for printing, except for one big problem… whatever options I pass to pdfnup, the A7 pages are always rotated back to their original upright orientation! I have tried passing --turn false, tried printing in landscape, nothing seems to preserve the rotations 90° clockwise or anticlockwise that the pages had when they were one long sixteen pages of A7.

    Am I missing something glaringly obvious?
    Ubuntu 19.04 and Debian 9.11

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Page layout: A7 pages on A4 paper (booklet printing)

    I have never done it but have these two old links.

    Print alt pages to make booklets:
    Postscript
    http://dsl.org/cookbook/cookbook_25.html
    Scribus
    http://ospublish.constantvzw.org/too...et-in-16-steps
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    451
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Page layout: A7 pages on A4 paper (booklet printing)

    Thanks for the links.
    Quote Originally Posted by oldfred View Post
    Print alt pages to make booklets:
    Postscript
    http://dsl.org/cookbook/cookbook_25.html
    I'll need to study this some more. It might be that pdfnup lacks some of the flexibility of psnup… it's 02h00 here, and I ought to get a bit of sleep before attacking from a different angle.


    Quote Originally Posted by oldfred View Post
    That one is for A5 pages on folded A4 sheets, without the complication of pages rotated both clockwise and anticlockwise. Not all that useful for my problem.
    Ubuntu 19.04 and Debian 9.11

  4. #4
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    451
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Page layout: A7 pages on A4 paper (booklet printing)

    Well thanks to oldfred's hint, I got quite a lot further on with this, and I've almost finished what I set out to accomplish.

    However, I'm stumbling over the generation of an A4 page with eight A7 pages imposed on it: I keep getting an output US Letter page.

    I've tried passing -pa4 and -pA4 as arguments to psnup, I've set /etc/papersize to a4 and to A4, and the output file is still US Letter.

    Any clues?
    Ubuntu 19.04 and Debian 9.11

  5. #5
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    451
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Page layout: A7 pages on A4 paper (booklet printing)

    Right, I figured this out. I wrote a script to do all the hard work and bundled it with an Open Office document for testing and demonstration purposes.

    The new thread is here.
    Ubuntu 19.04 and Debian 9.11

Bookmarks

Posting Permissions

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