Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-02-2007, 12:38 PM   #1 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,057

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default Merge PDF Files

Pdftk runs from the command line which means you should unpack the software into a directory that you can access easily. I put the file into c: for testing purposes along with two pdfs called 123.pdf and 456.pdf.
If you run pdftk without parameters you get a quick output that details the most important parameters. Lets take a look at the possible operations:
Merge pdf files:
pdftk 123.pdf 456.pdf output 123456.pdf
This tells pdftk to merge the two pdf files 123.pdf and 456.pdf into a new pdf called 123456.pdf. If you want to merge more than two pdf files at once you simply add them between pdftk and output. You could also use wildcards to merge many or all pdfs with a certain name.
pdftk *.pdf output 123456.pdf
Split pages from one or more pdfs:
pdftk A=123.pdf B=456.pdf cat A1-2 B4-5 output 1245.pdf
Repair a pdf:
pdftk 123.pdf output 123fixed.pdf
Merge encrypted pdfs:
pdftk A=123.pdf 456.pdf input_pw A=password cat output 123456.pdf
Pdftk offers several more possibilities which are worth a look if you want to do something that I did not describe on this website. A version for Linux and Windows is available.
Read More:
Pdftk Homepage
Related Posts
__________________
Osiris is online now  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
99% Memory used? tommyboy123x Building, Buying, or Upgrading High Performance PC Systems 12 09-27-2007 10:19 PM
Critical Zero-Day PDF Bug Osiris Virus - Spyware Protection / Detection 0 09-21-2007 06:45 PM
Bsod -need Reboot Help To Save Files! CJ_Wigg Windows Operating Systems and Software 1 07-14-2007 06:13 AM
Strange Problem - Cannot get mp3 or wma files to play but wav files will play..read afulls04 Computer Audio & Multimedia 8 04-23-2007 04:57 AM