Hey Guys, Today's post is about how you can merge multiple PDFs for your Assignment, Or Any other work. This is a very simple tool. It is also comes with every Linux Distribution. As you know i have Ubuntu 20.04(LTS) Version. Before Starting our processes, Check You have or not the tool.
Yes Guys, The name of the tool is pdfunite. if you don't have this tool in your machine then install via following command.
sudo apt-get install pdfunite
If you have preinstalled this tool. you can proceed further . now please follow these steps for better result.STEP 1
Collect Your All PDFs in a single Folder and You Can Arrange These with Simple Names.
STEP 2
To Execute the command you need to follow this Syntax[SYNOPSIS]
pdfunite [options] PDF-sourcefile1..PDF-sourcefilen PDF-destfile
For Example
pdfunite sample1.pdf sample2.pdf sample.pdf
merges all pages from sample1.pdf and sample2.pdf (in that order) and creates sample.pdf
In my case i need to create a merge file with name of results of 10 PDF Files.