Lightweight and portable PDF merge tool.
873
GitHub Repository: https://github.com/ikanago/concat_pdf
Docker image to concatenate separated PDF files into one file without untrustworthy third-party service or Adobe subscription.
$ docker pull ikanag0/concat_pdf
To merge PDF files properly, you have to give a serial number for each file.
For example, your input files should be like this:
$ ls files
img001.pdf imag002.pdf ... img010.img img011.img
$ docker run --rm -v "`pwd`:/app" ikanago/concat_pdf:latest files
$ ls
files output.pdf
You will get output.pdf merged in the order of the serial numbers of these files.
You can change an output file name with -o option.
You can set an alias to this command.
alias concat_pdf='docker run --rm -v "`pwd`:/app" ikanago/concat_pdf:latest'
Content type
Image
Digest
Size
69.1 MB
Last updated
about 6 years ago
docker pull ikanag0/concat_pdf