Very often I have documents A, B, C where I want to produce A += B + C, B += C. So I could run `pdfmerge --append A.pdf B.pdf C.pdf` which would be the same as `pdfmerge --output A.pdf A.pdf B.pdf C.pdf`.
Very often I have documents A, B, C where I want to produce A += B + C, B += C.
So I could run
pdfmerge --append A.pdf B.pdf C.pdfwhich would be the same aspdfmerge --output A.pdf A.pdf B.pdf C.pdf.