pdf-append
NAME
pdf-append.raku - Append one PDF to another
SYNOPSIS
pdf-append.raku [options] --save-as=output.pdf file1.pdf file2.pdf ...
Options:
--save-as=file save as a new PDF
DESCRIPTION
Copy the contents of file2.pdf
etc, to the end of file1.pdf
, optionally saved as a new PDF.
SEE ALSO
PDF (Raku) CAM::PDF (Perl 5)
AUTHOR
See CAM::PDF
=cut