<?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>Alt.bin - alt.binaries - usenet newsgroups - reference and tutorials &#187; pdf</title>
	<atom:link href="http://altbin.net/category/pdf/feed" rel="self" type="application/rss+xml" />
	<link>http://altbin.net</link>
	<description>The complete reference about alt.binaries newsgroups on usenet</description>
	<lastBuildDate>Sun, 04 Oct 2009 17:39:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch convert a huge number of jpg images into one single pdf file</title>
		<link>http://altbin.net/2006/02/batch-convert-huge-number-of-jpg.html</link>
		<comments>http://altbin.net/2006/02/batch-convert-huge-number-of-jpg.html#comments</comments>
		<pubDate>Tue, 07 Feb 2006 18:08:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[batch]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[scan]]></category>

		<guid isPermaLink="false">http://altbin.net/batch-convert-a-huge-number-of-jpg-images-into-one-single-pdf-file/</guid>
		<description><![CDATA[1 &#8211; Convert all the jpg files into pdf files with ImageMagick :
$ for i in *.jpg; do convert $i $i.pdf; done
2 &#8211; Merge, concantenate, join all the pdf files into one with pdftk :
$ pdftk *.pdf cat output output.pdf
Note : convert from ImageMagick won&#8217;t work if there are too many files or too little [...]]]></description>
		<wfw:commentRss>http://altbin.net/2006/02/batch-convert-huge-number-of-jpg.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
