Split PDF files can be merged into a single file using the command line. Here we use a utility called pdfunite, it contains in a bunch of package, poppler-utils. First, install the poppler-utils using the following command. It can work with both Debian and Ubuntu.
sudo apt install poppler-utils
Usage
Put all your pdf files in a single place. And apply the following command in a terminal. Enter the pdf file names without any mistakes.
pdfunite 1.pdf 2.pdf 3.pdf output.pdf
Syntax
pdfunite source1.pdf source2.pdf source3.pdf destination.pdf
Last file name will be output file.
pdfunite command |
PDF source files and output files. |
No comments:
Post a Comment