<?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: Convert HTML to PDF</title>
	<atom:link href="http://beebole.com/blog/general/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/</link>
	<description>The News about the Easiest and Fastest Timesheet</description>
	<lastBuildDate>Sat, 18 Feb 2012 19:15:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: pdf by fogus - Pearltrees</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-315</link>
		<dc:creator>pdf by fogus - Pearltrees</dc:creator>
		<pubDate>Thu, 12 Jan 2012 06:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-315</guid>
		<description>[...] As a background task for our web application BeeBole , I was looking for an easy and efficient way to produce PDF documents without being stuck with postscript like syntax or being feature limited in a design point of view. Last week I discovered the tool I was looking for : WKHTMLTOPDF By leveraging the power of the webkit engine through QtWebKit module , this thing is converting HTML with full CSS support to PDF the same way you “Save as PDF” from your browser In this article, I’ll show you the very first prototype I did of a possible WKHTMLTOPDF integration with our application. Let’s start by installing this nifty tool the easy way (tested on Ubuntu Hardy and Jaunty 64 bit):  Convert HTML to PDF with Full CSS Support, an OpenSource Alterna [...]</description>
		<content:encoded><![CDATA[<p>[...] As a background task for our web application BeeBole , I was looking for an easy and efficient way to produce PDF documents without being stuck with postscript like syntax or being feature limited in a design point of view. Last week I discovered the tool I was looking for : WKHTMLTOPDF By leveraging the power of the webkit engine through QtWebKit module , this thing is converting HTML with full CSS support to PDF the same way you “Save as PDF” from your browser In this article, I’ll show you the very first prototype I did of a possible WKHTMLTOPDF integration with our application. Let’s start by installing this nifty tool the easy way (tested on Ubuntu Hardy and Jaunty 64 bit):  Convert HTML to PDF with Full CSS Support, an OpenSource Alterna [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Html+Css to Pdf by mebae - Pearltrees</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-290</link>
		<dc:creator>Html+Css to Pdf by mebae - Pearltrees</dc:creator>
		<pubDate>Wed, 04 Jan 2012 14:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-290</guid>
		<description>[...] By leveraging the power of the webkit engine through QtWebKit module , this thing is converting HTML with full CSS support to PDF the same way you “Save as PDF” from your browser Convert HTML to PDF - BeeBole [...]</description>
		<content:encoded><![CDATA[<p>[...] By leveraging the power of the webkit engine through QtWebKit module , this thing is converting HTML with full CSS support to PDF the same way you “Save as PDF” from your browser Convert HTML to PDF &#8211; BeeBole [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SImon</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-270</link>
		<dc:creator>SImon</dc:creator>
		<pubDate>Wed, 01 Dec 2010 16:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-270</guid>
		<description>It&#039;s really an interesting tool, but I can&#039;t get it to output my PDFs properly. The kerning is totally screwed up. There is also a bug ticket over there (http://code.google.com/p/wkhtmltopdf/issues/detail?id=72), but the author is unfortunately not really eager on fixing this. And nobody knows what the problem is.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really an interesting tool, but I can&#8217;t get it to output my PDFs properly. The kerning is totally screwed up. There is also a bug ticket over there (<a href="http://code.google.com/p/wkhtmltopdf/issues/detail?id=72" rel="nofollow">http://code.google.com/p/wkhtmltopdf/issues/detail?id=72</a>), but the author is unfortunately not really eager on fixing this. And nobody knows what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hughes</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-269</link>
		<dc:creator>Hughes</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-269</guid>
		<description>@leo

I encountered a similar problem on my 64 bit box and had to install the 32 bit libraries :

sudo aptitude install ia32-libs


If the static version doesn&#039;t work, you can try to compile it

http://code.google.com/p/wkhtmltopdf/wiki/compilation

Hope it helps</description>
		<content:encoded><![CDATA[<p>@leo</p>
<p>I encountered a similar problem on my 64 bit box and had to install the 32 bit libraries :</p>
<p>sudo aptitude install ia32-libs</p>
<p>If the static version doesn&#8217;t work, you can try to compile it</p>
<p><a href="http://code.google.com/p/wkhtmltopdf/wiki/compilation" rel="nofollow">http://code.google.com/p/wkhtmltopdf/wiki/compilation</a></p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-263</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Sun, 22 Nov 2009 16:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-263</guid>
		<description>I ran it and so far so good, except one thing.
the pdf output doesnt display letters or words, only boxes.
My server doesnt have x windows installed either.
Is X windows required in order to supply the fonts?
Thanks</description>
		<content:encoded><![CDATA[<p>I ran it and so far so good, except one thing.<br />
the pdf output doesnt display letters or words, only boxes.<br />
My server doesnt have x windows installed either.<br />
Is X windows required in order to supply the fonts?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool articles – SEO, blogging, internet marketing(august17th-august31st 2009) &#171; Stefanm, my link collection</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-266</link>
		<dc:creator>Cool articles – SEO, blogging, internet marketing(august17th-august31st 2009) &#171; Stefanm, my link collection</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-266</guid>
		<description>[...] Convert HTML to PDF with Full CSS Support, an OpenSource Alternative Based on Webkit(with WKHTMLTOPDF); [...] </description>
		<content:encoded><![CDATA[<p>[...] Convert HTML to PDF with Full CSS Support, an OpenSource Alternative Based on Webkit(with WKHTMLTOPDF); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-268</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-268</guid>
		<description>Thanks! Been searching for this for months!!
Works perfectly out of box on linux machine.</description>
		<content:encoded><![CDATA[<p>Thanks! Been searching for this for months!!<br />
Works perfectly out of box on linux machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat KW33-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-267</link>
		<dc:creator>Destillat KW33-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</dc:creator>
		<pubDate>Fri, 14 Aug 2009 12:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-267</guid>
		<description>[...] Convert HTML to PDF with Full CSS Support, an OpenSource Alternative Based on Webkit [...] </description>
		<content:encoded><![CDATA[<p>[...] Convert HTML to PDF with Full CSS Support, an OpenSource Alternative Based on Webkit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dvd 2 IPod &#8211; Convert DVDs To IPod Format. &#124; Used Review</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-265</link>
		<dc:creator>Dvd 2 IPod &#8211; Convert DVDs To IPod Format. &#124; Used Review</dc:creator>
		<pubDate>Sun, 09 Aug 2009 14:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-265</guid>
		<description>[...] Convert HTML to PDF with Full CSS Support, an OpenSource &#8230; [...] </description>
		<content:encoded><![CDATA[<p>[...] Convert HTML to PDF with Full CSS Support, an OpenSource &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Can you create a great professional website using free open source software? &#124; Open Source Project Management Software</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comment-264</link>
		<dc:creator>Can you create a great professional website using free open source software? &#124; Open Source Project Management Software</dc:creator>
		<pubDate>Sat, 08 Aug 2009 17:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067#comment-264</guid>
		<description>[...] Convert HTML to PDF with Full CSS Support, an OpenSource &#8230; [...] </description>
		<content:encoded><![CDATA[<p>[...] Convert HTML to PDF with Full CSS Support, an OpenSource &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

