<?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>Make Tech Easier&#187; split</title>
	<atom:link href="http://maketecheasier.com/tag/split/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Split And Merge PDF Files With PDF-Shuffler [Linux]</title>
		<link>http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18</link>
		<comments>http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18#comments</comments>
		<pubDate>Tue, 18 Jan 2011 22:58:19 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=27761</guid>
		<description><![CDATA[If you have two or more Words documents, you can easily open them in any Office suite and cut/paste the content to split or merge them. What about PDF files? If you have several PDF files that you want to merge together, how can you do it with the same... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18&amp;title=Split+And+Merge+PDF+Files+With+PDF-Shuffler+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18">Split And Merge PDF Files With PDF-Shuffler [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/01/pdfshuffler-split.jpg" alt="pdfshuffler-split" title="pdfshuffler-split" width="182" height="185" class="alignleft size-full wp-image-27912" />If you have two or more Words documents, you can easily open them in any Office suite and cut/paste the content to split or merge them. What about PDF files? If you have several PDF files that you want to merge together, how can you do it with the same ease? In Linux, PDF-Shuffler is the answer.</p>
<p>PDF-Shuffler is the frontend interface for <a href="http://pybrary.net/pyPdf/">pyPdf</a>. pyPdf is a PDF toolkit built with pure-python library. It is capable of extracting document information, splitting and merging documents, cropping pages, encrypting and decrypting PDF files. PDF-Shuffler merely make use of the splitting and merging functionality of pyPdf and turn itself into an easy to use and useful application.<br />
<span id="more-27761"></span><br />
In Debian-based distro, you can install it via:</p>
<pre lang="bash">sudo apt-get install pdfshuffler</pre>
<p>In Ubuntu, you have the extra option of installing it via the Ubuntu Software Center. Alternatively, you can grab the deb file from <a href="http://sourceforge.net/projects/pdfshuffler/" target="_blank">Sourceforge</a> and install it in your system.</p>
<h3>Usage</h3>
<p>The usage is easy. Open PDF-Shuffler. Click the &#8220;Import pdf&#8221; button to load your PDF file(s).</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/pdfshuffler-import.png" alt="pdfshuffler-import" title="pdfshuffler-import" width="600" height="589" class="aligncenter size-full wp-image-27907" /></p>
<p>Once you have loaded the PDF file, you can drag the individual pages to arrange them or to highlight any pages and press the &#8220;Delete page(s)&#8221; button to delete them from the file. You can also import in other PDF files that you want to merge with the current document.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/pdfshuffler-drag-to-rearrange.png" alt="pdfshuffler-drag-to-rearrange" title="pdfshuffler-drag-to-rearrange" width="600" height="563" class="aligncenter size-full wp-image-27908" /></p>
<p>When you are done with your editing, you just have to click the &#8220;Export pdf&#8221; button to save your work. That&#8217;s it. Didn&#8217;t I say it is easy to use?</p>
<h3>A point to note</h3>
<p>While using the &#8220;export&#8221; function, I have difficulty getting it to work. The window just stand still and not doing anything. it took me several attempts to finally save my work. A quick research shows that there is some issue with the pyPdf export functionality, but apparently, very few people have this issue, so it could just be me.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/combine-multiple-pdf-files-with-pdftk/2010/02/22' title='How to Combine Multiple PDF Files With pdftk'>How to Combine Multiple PDF Files With pdftk</a></li>
<li><a href='http://maketecheasier.com/merge-categories-in-wordpress/2012/03/30' title='How to Merge Categories in WordPress'>How to Merge Categories in WordPress</a></li>
<li><a href='http://maketecheasier.com/become-an-acclaimed-author-with-ibooks-author-for-mac/2012/02/07' title='Become An Acclaimed Author With iBooks Author For Mac'>Become An Acclaimed Author With iBooks Author For Mac</a></li>
<li><a href='http://maketecheasier.com/convert-pdf-files-to-epub-mobi/2011/12/21' title='How to Convert Your PDF Files to ePub/Mobi Format'>How to Convert Your PDF Files to ePub/Mobi Format</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18&amp;title=Split+And+Merge+PDF+Files+With+PDF-Shuffler+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18">Split And Merge PDF Files With PDF-Shuffler [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/split-merge-pdf-files-with-pdf-shuffler/2011/01/18/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Compress and Split Files in Ubuntu</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06</link>
		<comments>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comments</comments>
		<pubDate>Mon, 06 Oct 2008 07:49:43 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=931</guid>
		<description><![CDATA[In Ubuntu, the Archive Manager (or file-roller) has make it easy for anyone to compress and zip up a file or folder, but if you have a large file, say 20Gb, and you want to back it up to the CD/DVD, you will find that no amount of compression can... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06&amp;title=How+to+Compress+and+Split+Files+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06">How to Compress and Split Files in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu, the Archive Manager (or file-roller) has make it easy for anyone to compress and zip up a file or folder, but if you have a large file, say 20Gb, and you want to back it up to the CD/DVD, you will find that no amount of compression can you reduce the file size to fit into 1 CD/DVD. In such case, it is a better solution to compress and split the large file into several smaller files and store them separately. This also applies if you want to share a large file on a file-sharing site. Splitting the compressed file into several smaller files will make it easier for others to download.</p>
<p><span id="more-931"></span>Let&#8217;s say that the large file is a movie file found in <em>/home/username/movie/large-file.avi</em> and you want to compress, split and store the smaller files at the folder <em>/home/username/movie/split-flies/</em>, this is what you type in the terminal:</p>
<p class="codeblock">cd movie/split-files (change the filepath to where you want to keep the split files)<br />
tar -cvj /home/username/movie/large-files.avi | split -b 650m -d &#8211; &#8220;large-files.tar.bz.&#8221;</p>
<p>You will now see several files appearing at the <em>split-files</em> folder, each with file size of 650MB and with filenames <em>large-files.tar.bz.00, large-files.tar.bz.01, large-files.tar.bz.02</em>, etc.</p>
<p>To recover and extract the split files, type</p>
<p class="codeblock">cat large-files.tar.bz.* &gt; large-files.tar.bz<br />
tar -xvj large-file.tar.bz</p>
<p>and you can get the original file back.</p>
<p>Do you know of any other ways to compress and split files in Ubuntu?</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/upgrade-to-gimp-2-8-in-ubuntu/2012/05/04' title='How to Upgrade to Gimp 2.8 in Ubuntu'>How to Upgrade to Gimp 2.8 in Ubuntu</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06&amp;title=How+to+Compress+and+Split+Files+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06">How to Compress and Split Files in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 21:42:23 -->
