Who's Online

We have 1 guest online
How to merger number of pdf files into a single file ? PDF Print E-mail
Written by Deepak K.C.   
Thursday, 07 May 2009 15:31

How to merge a number of pdf files into a single file?

 

Lets say that you have 4 different pdf files named file1.pdf,file2.pdf,file3.pdf and file4.pdf.

 

With the following steps you can create a single file name merged_file.pdf by merging different pdf files.

 

Step 1: Install pdftk

 

deep@deep-laptop:~$ sudo apt-get install pdftk

 

Step 2: Type the following code in the command mode. file1.pdf ,file2.pdf ....are the names of file that we are going to merge . You can merge as many number of files as you want merged_file.pdf is the new megerd pdf file.

 

deep@deep-laptop:~$ pdftk file1.pdf file2.pdf file3.pdf file4.pdf cat output merged_file.pdf

 


 

Comments
Add New Search
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

Last Updated on Sunday, 31 May 2009 02:43