• How to joind PDF files into one (was: How to manipulate PDF documents i

    From Stefan Monnier@21:1/5 to All on Mon Jul 21 16:40:01 2025
    I used to use pdfjoin to join pdfs (though there was a bug where some
    pages would be oriented wrongly) and I needed to join some pdfs
    recently. But there were so many dependencies for pdfjoin that I decided
    to try pdfunite (that somebody had recently mentioned here), which I
    already had installed. It worked perfectly.

    FWIW, I've been using the following "pdf-concat" script for years:

    % cat =pdf-concat
    #!/bin/sh

    gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite \
    -sOutputFile=- "$@"
    %


    - Stefan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)