<?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: Java: Generating PDF and Previewing it as an Image &#8211; iText and PDF Renderer</title>
	<atom:link href="http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: PJR</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5594</link>
		<dc:creator>PJR</dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5594</guid>
		<description><![CDATA[Sorry forgot the link:
&lt;a href=&quot;http://jmupdf.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;http://jmupdf.sourceforge.net&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Sorry forgot the link:<br />
<a href="http://jmupdf.sourceforge.net/" rel="nofollow">http://jmupdf.sourceforge.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJR</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5593</link>
		<dc:creator>PJR</dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5593</guid>
		<description><![CDATA[Check out this Java PDF/XPS renderer.]]></description>
		<content:encoded><![CDATA[<p>Check out this Java PDF/XPS renderer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isa</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5592</link>
		<dc:creator>Isa</dc:creator>
		<pubDate>Tue, 07 Dec 2010 09:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5592</guid>
		<description><![CDATA[This example works like a charm, for one page. In case of multiple pages, doc.newPage();Â  afterÂ  doc.add(image); do the stuff.
Â ]]></description>
		<content:encoded><![CDATA[<p>This example works like a charm, for one page. In case of multiple pages, doc.newPage();Â  afterÂ  doc.add(image); do the stuff.<br />
Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehi Ikhimiukor</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5591</link>
		<dc:creator>Ehi Ikhimiukor</dc:creator>
		<pubDate>Sat, 20 Jun 2009 04:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5591</guid>
		<description><![CDATA[This is a good way of generating PDF dynamically. The only problem with this means is that there are no controls similar to Adobe Reader&#039;s controls. How could that be added to the application.]]></description>
		<content:encoded><![CDATA[<p>This is a good way of generating PDF dynamically. The only problem with this means is that there are no controls similar to Adobe Reader&#8217;s controls. How could that be added to the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Postman</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5590</link>
		<dc:creator>The Postman</dc:creator>
		<pubDate>Sat, 13 Jun 2009 20:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5590</guid>
		<description><![CDATA[Thanks for this great post!

:-)]]></description>
		<content:encoded><![CDATA[<p>Thanks for this great post!<br />
 <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2008/11/28/java-generating-pdf-and-previewing-it-as-an-image-itext-and-pdf-renderer/#comment-5589</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Fri, 28 Nov 2008 14:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4174#comment-5589</guid>
		<description><![CDATA[Hi,

very nice Lucas I will give it a try. There is a jpedal gpl version, only your code has to be open source and not commercial too

Thanks Edwin]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice Lucas I will give it a try. There is a jpedal gpl version, only your code has to be open source and not commercial too</p>
<p>Thanks Edwin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
