<?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: Reference documentation in PDF</title>
	<atom:link href="http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Sat, 22 May 2010 21:36:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Generating multilingual PDF files out of GNOME documentation &#171; Mi blog lah!</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-340</link>
		<dc:creator>Generating multilingual PDF files out of GNOME documentation &#171; Mi blog lah!</dc:creator>
		<pubDate>Mon, 25 May 2009 19:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-340</guid>
		<description>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simos Xenitellis: Generating multilingual PDF files out of GNOME documentation &#124; Techie News</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-330</link>
		<dc:creator>Simos Xenitellis: Generating multilingual PDF files out of GNOME documentation &#124; Techie News</dc:creator>
		<pubDate>Mon, 18 May 2009 15:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-330</guid>
		<description>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bochecha</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-329</link>
		<dc:creator>bochecha</dc:creator>
		<pubDate>Mon, 18 May 2009 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-329</guid>
		<description>I found this while looking at a way to print web pages to PDF:
http://code.google.com/p/wkhtmltopdf/

What is good is that you don&#039;t need to redefine the style of your document, it uses WebKit and prints the PDF just like the web page is rendered on a web browser.</description>
		<content:encoded><![CDATA[<p>I found this while looking at a way to print web pages to PDF:<br />
<a href="http://code.google.com/p/wkhtmltopdf/" rel="nofollow">http://code.google.com/p/wkhtmltopdf/</a></p>
<p>What is good is that you don&#8217;t need to redefine the style of your document, it uses WebKit and prints the PDF just like the web page is rendered on a web browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simos says&#8230; &#187; Blog Archive &#187; Generating multilingual PDF files out of GNOME documentation</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-328</link>
		<dc:creator>Simos says&#8230; &#187; Blog Archive &#187; Generating multilingual PDF files out of GNOME documentation</dc:creator>
		<pubDate>Mon, 18 May 2009 13:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-328</guid>
		<description>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert describes how to generate PDF files from GNOME documentation source files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Barnes</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-327</link>
		<dc:creator>Matthew Barnes</dc:creator>
		<pubDate>Mon, 18 May 2009 12:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-327</guid>
		<description>dblatex also works well for user documentation.  We use it to generate Evolution User Guide PDFs every six months: http://projects.gnome.org/evolution/doc/evolution226.pdf (2.6M).</description>
		<content:encoded><![CDATA[<p>dblatex also works well for user documentation.  We use it to generate Evolution User Guide PDFs every six months: <a href="http://projects.gnome.org/evolution/doc/evolution226.pdf" rel="nofollow">http://projects.gnome.org/evolution/doc/evolution226.pdf</a> (2.6M).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Kost</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-326</link>
		<dc:creator>Stefan Kost</dc:creator>
		<pubDate>Mon, 18 May 2009 07:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-326</guid>
		<description>I have some boilerplate in gtk-doc (git) for selecting different outputformats. Unfortunately its not that easy. gtk-doc support docbook sgml and docbook xml. dblatex is for docbook sgml (which I like to deprecate) and does not produce anything that error in jade for me. For docbook xml one would need to use apache fop, but neither 0.94 or 0.95 not the latests devel snapshot does really work (I filed bugs, but nothing happens). IMHO the opensource software stack fro producing pdf from docbook is in pretty bad shape.
gtk-doc sources have a TODO file which gives details to what works and what does not. One question though - what distro are you using? If you like to get this feature into gtk-doc, please come to irc #gtkdoc on gnome-irc.</description>
		<content:encoded><![CDATA[<p>I have some boilerplate in gtk-doc (git) for selecting different outputformats. Unfortunately its not that easy. gtk-doc support docbook sgml and docbook xml. dblatex is for docbook sgml (which I like to deprecate) and does not produce anything that error in jade for me. For docbook xml one would need to use apache fop, but neither 0.94 or 0.95 not the latests devel snapshot does really work (I filed bugs, but nothing happens). IMHO the opensource software stack fro producing pdf from docbook is in pretty bad shape.<br />
gtk-doc sources have a TODO file which gives details to what works and what does not. One question though &#8211; what distro are you using? If you like to get this feature into gtk-doc, please come to irc #gtkdoc on gnome-irc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: racarr</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-325</link>
		<dc:creator>racarr</dc:creator>
		<pubDate>Mon, 18 May 2009 07:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-325</guid>
		<description>You can pretty easy, as all that is required is running &quot;dblatex -T db2latex bla-docs.xml&quot;.</description>
		<content:encoded><![CDATA[<p>You can pretty easy, as all that is required is running &#8220;dblatex -T db2latex bla-docs.xml&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juanjo Marin</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-324</link>
		<dc:creator>Juanjo Marin</dc:creator>
		<pubDate>Mon, 18 May 2009 06:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-324</guid>
		<description>I&#039;m impressed. It looks pretty good and professional ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m impressed. It looks pretty good and professional <img src='http://blogs.gnome.org/racarr/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/comment-page-1/#comment-323</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Mon, 18 May 2009 04:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/racarr/?p=58#comment-323</guid>
		<description>Hello!

Thank you for the tip.
It  would be great if you can automatize the pdf generation.  (with autotools, for example)

Do you know if it&#039;s possible?</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thank you for the tip.<br />
It  would be great if you can automatize the pdf generation.  (with autotools, for example)</p>
<p>Do you know if it&#8217;s possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/racarr/2009/05/18/reference-documentation-in-pdf/feed/ ) in 1.22745 seconds, on Feb 11th, 2012 at 1:09 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 2:09 am UTC -->
