merge pdf files in linux

How to merge multiple PDF files in Linux

This entry is part 1 of 2 in the series PDF Editing In Linux

Merge multiple PDF files in Linux is easy running one simple command by using PDF Toolkit. Installation on Ubuntu > 16.04:

Merge multiple pdf files: In this example we have n pdf files in the same directory, each file has the prefix sample-pdf-. The command below will merge n number of pdf files, using […]

merge pdf files in linux

How to replace a single page in a PDF file using another PDF file in Linux

This entry is part 2 of 2 in the series PDF Editing In Linux

By using the PDF Toolkit PDFtk library you can do this simple pdf editing task and many more. For all of you creating software related to PDF documents you should really spend some time reading about PDFtk server. Installation:

Usage: In this example we have two pdf files with 10 pages each. The command […]