<?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>HandsomePlanet &#187; mobile</title>
	<atom:link href="http://www.handsomeplanet.com/archives/tag/mobile/feed" rel="self" type="application/rss+xml" />
	<link>http://www.handsomeplanet.com</link>
	<description>technology and other perplexities</description>
	<lastBuildDate>Mon, 19 Sep 2011 16:22:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>converting a pdf into html (one file to many method)</title>
		<link>http://www.handsomeplanet.com/archives/124</link>
		<comments>http://www.handsomeplanet.com/archives/124#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:51:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=124</guid>
		<description><![CDATA[Here&#8217;s an Ubuntu (and other linux/Unix?) tip taken from ehow . To convert a pdf into navigable html (with images intact), you can use pdftohtml: E.g.,  pdftohtml -c originalfile.pdf newname_template.html Converting a book-length pdf using this method gave me a directory full of files, with consecutively numbered html files representing the pages.   Names were [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an Ubuntu (and other linux/Unix?) tip taken from <a title="ehow.com" href="http://www.ehow.com/how_5824340_convert-pdf-html-ubuntu.html " target="_blank">ehow</a> .</p>
<p>To convert a pdf into navigable html (with images intact), you can use pdftohtml:</p>
<p>E.g.,</p>
<pre> pdftohtml -c originalfile.pdf  newname_template.html</pre>
<p>Converting a book-length pdf using this method gave me a directory full of files, with consecutively numbered html files representing the pages.   Names were based on the &#8216;newname_template&#8217; supplied, as were the png image files.  Not the prettiest, but functional, and viewable on devices lacking native pdf-rendering capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

