<?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"
	>
<channel>
	<title>Comments on: HTML to PDF, why so hard?</title>
	<atom:link href="http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/</link>
	<description>reticula, electronica, &#38; oddities</description>
	<pubDate>Tue, 07 Oct 2008 02:32:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Plyd</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-16386</link>
		<dc:creator>Plyd</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-16386</guid>
		<description>There is a firefox3 extension that outputs a pdf from an url with command line. That's a way to use Gecko rendering engine.

Example:
firefox -print http://en.wikipedia.org/ -printmode pdf -printfile wiki-en.pdf

I tried, it works very fine.
Please also note that it needs an X server.

Extension:
http://torisugari.googlepages.com/commandlineprint2</description>
		<content:encoded><![CDATA[<p>There is a firefox3 extension that outputs a pdf from an url with command line. That&#8217;s a way to use Gecko rendering engine.</p>
<p>Example:<br />
firefox -print <a href="http://en.wikipedia.org/" rel="nofollow">http://en.wikipedia.org/</a> -printmode pdf -printfile wiki-en.pdf</p>
<p>I tried, it works very fine.<br />
Please also note that it needs an X server.</p>
<p>Extension:<br />
<a href="http://torisugari.googlepages.com/commandlineprint2" rel="nofollow">http://torisugari.googlepages.com/commandlineprint2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brion</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-11159</link>
		<dc:creator>brion</dc:creator>
		<pubDate>Sat, 24 May 2008 23:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-11159</guid>
		<description>Cooooooool, have to check that out!</description>
		<content:encoded><![CDATA[<p>Cooooooool, have to check that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antialize</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10855</link>
		<dc:creator>Antialize</dc:creator>
		<pubDate>Wed, 14 May 2008 17:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10855</guid>
		<description>I have have made a simple program using qt and webkit to convert HTML documents to pdf:

http://code.google.com/p/wkhtmltopdf/</description>
		<content:encoded><![CDATA[<p>I have have made a simple program using qt and webkit to convert HTML documents to pdf:</p>
<p><a href="http://code.google.com/p/wkhtmltopdf/" rel="nofollow">http://code.google.com/p/wkhtmltopdf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldir</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10655</link>
		<dc:creator>Waldir</dc:creator>
		<pubDate>Wed, 07 May 2008 18:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10655</guid>
		<description>Whiteknight just &lt;a href="http://wikibooks.blogspot.com/2008/05/wikimedia2pdf-tool.html" rel="nofollow"&gt;posted&lt;/a&gt; about &lt;a href="http://blogpaper.com/mediawiki2pdf" rel="nofollow"&gt;mediawiki2pdf&lt;/a&gt; (looks like it only works for wikibooks for now)</description>
		<content:encoded><![CDATA[<p>Whiteknight just <a href="http://wikibooks.blogspot.com/2008/05/wikimedia2pdf-tool.html" rel="nofollow">posted</a> about <a href="http://blogpaper.com/mediawiki2pdf" rel="nofollow">mediawiki2pdf</a> (looks like it only works for wikibooks for now)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ze'ev</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10169</link>
		<dc:creator>Ze'ev</dc:creator>
		<pubDate>Tue, 22 Apr 2008 15:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-10169</guid>
		<description>Did you try pisa (http://www.htmltopdf.org/). It is a Python module for HTML/CSS to PDF conversion.</description>
		<content:encoded><![CDATA[<p>Did you try pisa (http://www.htmltopdf.org/). It is a Python module for HTML/CSS to PDF conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lane</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9555</link>
		<dc:creator>Ryan Lane</dc:creator>
		<pubDate>Tue, 01 Apr 2008 19:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9555</guid>
		<description>I'd love to see a good solution for this. I'm stuck using HTMLDoc right now, and it is fairly painful due to the lack of CSS support.

I'll be watching with anticipation ;).</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see a good solution for this. I&#8217;m stuck using HTMLDoc right now, and it is fairly painful due to the lack of CSS support.</p>
<p>I&#8217;ll be watching with anticipation ;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelson</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9552</link>
		<dc:creator>Kelson</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9552</guid>
		<description>Wow... I seem to have a doppelganger.</description>
		<content:encoded><![CDATA[<p>Wow&#8230; I seem to have a doppelganger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hashar</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9451</link>
		<dc:creator>Hashar</dc:creator>
		<pubDate>Fri, 28 Mar 2008 13:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9451</guid>
		<description>Ideally, you would want to generate an XML document of the wikitext. The XML could then be converted to PDF, openoffice or XHTML.

Have fun with XSL-FO ;o)</description>
		<content:encoded><![CDATA[<p>Ideally, you would want to generate an XML document of the wikitext. The XML could then be converted to PDF, openoffice or XHTML.</p>
<p>Have fun with XSL-FO ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Bleher</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9445</link>
		<dc:creator>Thomas Bleher</dc:creator>
		<pubDate>Fri, 28 Mar 2008 10:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9445</guid>
		<description>I agree that the Collection extension seems very hard to maintain in the long run.

As to PDF generators, there's also html2fpdf (http://html2fpdf.sourceforge.net/), but I haven't really tried it yet.</description>
		<content:encoded><![CDATA[<p>I agree that the Collection extension seems very hard to maintain in the long run.</p>
<p>As to PDF generators, there&#8217;s also html2fpdf (http://html2fpdf.sourceforge.net/), but I haven&#8217;t really tried it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelson</title>
		<link>http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9444</link>
		<dc:creator>Kelson</dc:creator>
		<pubDate>Fri, 28 Mar 2008 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/2008/03/27/html-to-pdf-why-so-hard/#comment-9444</guid>
		<description>The Cairo PDF Backend used by gecko is currently improved.
The Moz. Fo. wanted to have an PDF export for FF3, unfortunately this feature seems to have been postponed. It's only a question of time IMHO to have a good HTML2PDF feature inside Gecko.

This way of generating PDF files offers following advantages :
* simplicity
* freeness
* guaranty a good rendering (near to the HTML rendering)
* do not need maintenance from a dedicated team

For these reasons... it seems to me to be the most promising solution.</description>
		<content:encoded><![CDATA[<p>The Cairo PDF Backend used by gecko is currently improved.<br />
The Moz. Fo. wanted to have an PDF export for FF3, unfortunately this feature seems to have been postponed. It&#8217;s only a question of time IMHO to have a good HTML2PDF feature inside Gecko.</p>
<p>This way of generating PDF files offers following advantages :<br />
* simplicity<br />
* freeness<br />
* guaranty a good rendering (near to the HTML rendering)<br />
* do not need maintenance from a dedicated team</p>
<p>For these reasons&#8230; it seems to me to be the most promising solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
