Re: Combine PDF files
Maybe the most simple option, but it works for me when I want
concatenate PDF's:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=$OUTPUTFILE.pdf
$FILE_IN1.pdf $FILE_IN3.pdf
Toni Mas
Missatge de Tom Browder <tom.browder@gmail.com> del dia ds., 20 de
set. 2025 a les 16:48:
>
> I have a new HP all-in-one printer I can use to scan to PDF. Unfortunately I haven't found any Debian app that can produce multiplle-page PDF scans. The only app I have any scanning success with is XSane (its docs are not good, nor is its
> user interface).
>
> The PDF Tool kit (pdftk) can be used if you're smart enough to decipher the man page, but I created a Raku module that does the trick of combining PDFs
> with a much friendlier CLI (thanks to my New Zealand Raku and Debian
> friend David Warring and his wonderful PDF modules).
>
> The latest version is not published yet, but the source repo is at <https://github/tbrowder/PDF-Combiner/>, branch ‘new-ver’.
>
> Best regards,
>
> -Tom
>
>
Reply to: