<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>gHacks technology news &#187; pdftk</title> <atom:link href="http://www.ghacks.net/tag/pdftk/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Mon, 22 Mar 2010 13:56:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Merge PDF Files</title><link>http://www.ghacks.net/2007/10/02/merge-pdf-files/</link> <comments>http://www.ghacks.net/2007/10/02/merge-pdf-files/#comments</comments> <pubDate>Tue, 02 Oct 2007 05:26:53 +0000</pubDate> <dc:creator>Martin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[software]]></category> <category><![CDATA[adobe pdf]]></category> <category><![CDATA[join pdf]]></category> <category><![CDATA[merge pdf]]></category> <category><![CDATA[pdf files]]></category> <category><![CDATA[pdftk]]></category> <category><![CDATA[split pdf]]></category><guid isPermaLink="false">http://www.ghacks.net/2007/10/02/merge-pdf-files/</guid> <description><![CDATA[Winston was asking me if I would know a way to merge one or more pdf files so that the contents of all the files would appear in one pdf file at the end. A quick research revealed a software pdftk - pdf toolkit -which can be used to merge and split pdf files. Many shareware softwares exist that do the same thing but pdftk seems to be one of the few that can merge pdf files for free.]]></description> <content:encoded><![CDATA[<p>Winston was asking me if I would know a way to merge one or more pdf files so that the contents of all the files would appear in one pdf file at the end. A quick research revealed a software pdftk &#8211; pdf toolkit -which can be used to merge and split pdf files. Many shareware softwares exist that do the same thing but pdftk seems to be one of the few that can merge pdf files for free.</p><p>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.</p><p>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:</p><p><span id="more-2012"></span><strong>Merge pdf files:</strong></p><p><code>pdftk 123.pdf 456.pdf output 123456.pdf</code></p><p>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.</p><p><code>pdftk *.pdf output 123456.pdf</code></p><p><strong>Split pages from one or more pdfs:</strong></p><p><code>pdftk A=123.pdf B=456.pdf cat A1-2 B4-5 output 1245.pdf</code></p><p><strong>Repair a pdf:</strong></p><p><code>pdftk 123.pdf output 123fixed.pdf</code></p><p><strong>Merge encrypted pdfs:</strong></p><p><code>pdftk A=123.pdf 456.pdf input_pw A=password cat output 123456.pdf</code></p><p>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.</p><p><strong>Read More:</strong></p><p><a href="http://www.accesspdf.com/pdftk/">Pdftk Homepage</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/02/merge-pdf-files/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 5/12 queries in 0.004 seconds using disk

Served from: www.ghacks.net @ 2010-03-22 14:20:09 -->