On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie <[email protected]> wrote: > I've just scanned in a two-page document using sane, and it's given me > as output two separate files. I would like to join these together into > a single document. > > Would somebody please suggest to me an appropriate package to do this > with.
You already have many suggestions, but I'll mention app-text/pdfjam (and pdfjoin it provides) just for completeness. I use it like this to merge scanned documents: $ pdfjoin --rotateoversize false --outfile x.pdf y-*.pdf It's command line and only depends on virtual/latex-base so may be a nice option if you already have a latex installed. Regards, Simo

