I’m looking for linux software or plugin that, in addition to putting the front and back cover side by side on the same leaf etc, allows me to subdivide a long pdf into sections of 8 leaves or so, which can each be printed and stapled, before final assembly of the sections into a pamphlet or booklet.

It would make me very happy if it runs locally, rather than being a web page.

Does anyone have experience with this kind of thing?

  • reader [comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 days ago

    splitting the PDFs and then using the tool you linked in your other comment may be the easiest.

    I’ve done this sort of thing before but I just used libreoffice (which was a headache sometimes but did work out eventually, and supports printing multiple pages on each sheet ootb) and something like this: https://gist.github.com/UnrulyJuli3/0881f7b5ac0cba5329de580692ce1d69 to generate the order of the pages to print (which I could then paste into libreoffice’s print dialog)

    • reader [comrade/them]@hexbear.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      6 days ago

      I should add, the tool you linked in your other comment is, for all intents and purposes, an offline tool! It is all running in your browser to begin with, so if you want permanent access to it, just go to the author’s codeberg and download/extract the zip: https://codeberg.org/nashhigh/zine-arranger/archive/main.zip and then just open index.html in your browser to use it 100% offline

      Edit: also, splitting the pdf into multiple sections can be done with a variety of CLI tools (or presumably other gui tools more manually). the only one that seems to have it out of the box is paid software (cpdf) but with extra steps it could be done with pdfjam or pdftk or others I think.

      • Ildsaye [they/them]@hexbear.netOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 days ago

        Wow, thank you! I appreciate you adding your mental bandwidth and experience to detangling this ball of yarn. It looks like I’m all set!

    • Ildsaye [they/them]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      Thank you! I will need to do some experimenting in order to comprehend exactly how this is applied, but any local solution will make me feel powerful; more so if I become better familiar with my computer and its software in making it work.

      • reader [comrade/them]@hexbear.net
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        6 days ago

        COMRADE! GREAT NEWS! the zine-arranger tool you already linked has this capability already tucked away in the advanced options

        I was looking at the code to see if I could hack it in there and realized it was already an option. Set “custom signature size” to however many sheets of paper per section you want. I’m using it locally rn! (as described in this comment)

        I’m totally going to use this in the future for amateur bookbinding, so thank you for bringing this tool to my attention! Shit I might even give the author money, this is an EXCELLENT tool!

    • Ildsaye [they/them]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 days ago

      Thank you. These appear to be solutions to the problem of putting two portraits side-by-side on a landscape page, which is the first challenge for zines. The next is putting them in an order suitable for binding. There is at least one automated zine arranger that does these first two and has some options. I’m hoping to find one that has the option or re-ordering in increments, to support shorter sections that would be easier to staple when printed. Otherwise I will be looking into unlocking pdfs and manually splitting them into segments to be processed.

      • billgamesh [he/him, any]@hexbear.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 days ago

        I see what you mean… I wonder if ImageMagick could do that. Let me know if you find a solution. Now i’m curious too so might mess around this weekend

  • Ember_NE@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 days ago

    I’ve used inkscape for one page zines and Scribus for longer ones. Print in adobe reader with booklet mode, make samples untill you get the rotation of pages right when printing to your target printer.

    • Ildsaye [they/them]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      6 days ago

      This write-up details what zine printers are going for and has suggestions on how to go about it.

      In my case I haven’t made any zines, I’m talking about the physical format. I suppose I could have asked this in c/technology, but I was picturing a zinemaking hobbyist being familiar with the technical issues. I’m actually wanting to print a programming manual from pdf and assemble it into a handbook.

      I know of this web page that can do the arranging, but it assumes a pdf brief enough that it can all be stapled at once, and it’s online-only.

  • Alisu [she/her, they/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    If i had to do that I would use InDesign or Affinity, but they are both closed source. Affinity might be possible to run on Linux by jumping through some hoops. Scribus is an alternative to them that is free and open source. I’ve never used it, so I wouldn’t know how to do it or if it’s capable of what you need.