ARTICLE AD BOX
Using the pdf merge command from pdf-cli yields an error as soon as I try to merge more than three files. For the following example, I used the merge function as depicted in the docs.
pdf merge -o combined.pdf *.pdf Merging PDFs 100% [========================================] (8/8) Error: merging files 'combined.pdf': rename /tmp/pdf-merge-1336701036.pdf combined.pdf: invalid cross-device link Usage: pdf merge <file1.pdf> <file2.pdf> [file3.pdf...] [flags]I use endeavourOS and also freshly updated my go. I also know about pdfunite or combine, however, pdf merge automatically keeps the hierarchy of the merged pdf-files, which I love.
