<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Howto Convert PDF files to HTML files</title>
	<atom:link href="http://www.ubuntugeek.com/howto-convert-pdf-files-to-html-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-convert-pdf-files-to-html-files.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AdamB</title>
		<link>http://www.ubuntugeek.com/howto-convert-pdf-files-to-html-files.html/comment-page-1#comment-2828</link>
		<dc:creator>AdamB</dc:creator>
		<pubDate>Mon, 25 Feb 2008 17:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-convert-pdf-files-to-html-files.html#comment-2828</guid>
		<description>You can use this to make a simple nautilus script that I find VERY useful:
&lt;code&gt;#!/bin/bash

while [ $# -gt 0 ]; do
	filename=$1
	html_file=`echo &quot;$filename&quot; &#124; sed &#039;s/\.\w*$/.html/&#039;`
	pdftohtml -q &quot;$filename&quot; &quot;$html_file&quot;
	shift
done&lt;/code&gt;
Just make a file called something like &quot;Convert-to-HTML&quot; and put it in &quot;/home/[user]/.gnome2/nautilus-scripts&quot;</description>
		<content:encoded><![CDATA[<p>You can use this to make a simple nautilus script that I find VERY useful:<br />
<code>#!/bin/bash</p>
<p>while [ $# -gt 0 ]; do<br />
	filename=$1<br />
	html_file=`echo "$filename" | sed 's/\.\w*$/.html/'`<br />
	pdftohtml -q "$filename" "$html_file"<br />
	shift<br />
done</code><br />
Just make a file called something like &#8220;Convert-to-HTML&#8221; and put it in &#8220;/home/[user]/.gnome2/nautilus-scripts&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

