<?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: Generating Dynamic PDF Using iText</title>
	<atom:link href="http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/</link>
	<description>My Blog about Java, and Open Source</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:45:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tanisha</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-5210</link>
		<dc:creator>Tanisha</dc:creator>
		<pubDate>Thu, 21 Jul 2011 07:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-5210</guid>
		<description>Thanks for sharing...Its helped me a lot</description>
		<content:encoded><![CDATA[<p>Thanks for sharing&#8230;Its helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kp</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-4959</link>
		<dc:creator>kp</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-4959</guid>
		<description>How can i display cotent text in each page with table  in iText ?</description>
		<content:encoded><![CDATA[<p>How can i display cotent text in each page with table  in iText ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guru</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-4622</link>
		<dc:creator>Guru</dc:creator>
		<pubDate>Thu, 09 Jun 2011 21:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-4622</guid>
		<description>If the same template is used to Print data or create a PDF document using a different paper size (different widths and heights for a page), can the template scale automatically or do you have to create a new version of the template to fit the new paper size?</description>
		<content:encoded><![CDATA[<p>If the same template is used to Print data or create a PDF document using a different paper size (different widths and heights for a page), can the template scale automatically or do you have to create a new version of the template to fit the new paper size?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-4394</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 24 May 2011 16:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-4394</guid>
		<description>hiii miss...
      i have some problem...i am doing some project,in that i require a duplicate pdf viewer for to show some content same as original pdf.(means dynamic pdf)
 Please inform me as early as possible.</description>
		<content:encoded><![CDATA[<p>hiii miss&#8230;<br />
      i have some problem&#8230;i am doing some project,in that i require a duplicate pdf viewer for to show some content same as original pdf.(means dynamic pdf)<br />
 Please inform me as early as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aro1982</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-79</link>
		<dc:creator>aro1982</dc:creator>
		<pubDate>Fri, 15 Jan 2010 10:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-79</guid>
		<description>And maybe you know how to get PdfTable with cells content from PDF (maybe from tagged PDF).</description>
		<content:encoded><![CDATA[<p>And maybe you know how to get PdfTable with cells content from PDF (maybe from tagged PDF).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aro1982</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-78</link>
		<dc:creator>aro1982</dc:creator>
		<pubDate>Fri, 15 Jan 2010 10:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-78</guid>
		<description>Can somebody help me with my problem? I create PDF using PDF Template for PDF AcroForm. I fill all fields like:

form.setField(&quot;field1&quot;, &quot;value&quot;); (etc.).

And everything it&#039;s OK. But I also want to set text (in TextField) which size is greater than this TextField size. How can I dynamically resize TextField (after/before setField) to fit text? (I want to do this without changing text font size. I tried with something like Mutli-line but when there was more text to fit then font size was smaller.)</description>
		<content:encoded><![CDATA[<p>Can somebody help me with my problem? I create PDF using PDF Template for PDF AcroForm. I fill all fields like:</p>
<p>form.setField(&#8221;field1&#8243;, &#8220;value&#8221;); (etc.).</p>
<p>And everything it&#8217;s OK. But I also want to set text (in TextField) which size is greater than this TextField size. How can I dynamically resize TextField (after/before setField) to fit text? (I want to do this without changing text font size. I tried with something like Mutli-line but when there was more text to fit then font size was smaller.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDF Generation</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-12</link>
		<dc:creator>PDF Generation</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-12</guid>
		<description>Hey, Nice article.
Here is a similar article on &lt;a href=&quot;http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html&quot; rel=&quot;nofollow&quot;&gt;Generating PDF using iText&lt;/a&gt;: http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html</description>
		<content:encoded><![CDATA[<p>Hey, Nice article.<br />
Here is a similar article on <a href="http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html" rel="nofollow">Generating PDF using iText</a>: <a href="http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html" rel="nofollow">http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aparna Chaudhary</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-11</link>
		<dc:creator>Aparna Chaudhary</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-11</guid>
		<description>Thanks Vaibhav. I just added the link.</description>
		<content:encoded><![CDATA[<p>Thanks Vaibhav. I just added the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaibhav</title>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/comment-page-1/#comment-10</link>
		<dc:creator>vaibhav</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aparnachaudhary.net/?p=362#comment-10</guid>
		<description>great tutorial,
only a link to iText is missing. :)</description>
		<content:encoded><![CDATA[<p>great tutorial,<br />
only a link to iText is missing. <img src='http://blog.aparnachaudhary.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

