<?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: PDF Generation in Java using iText JAR</title> <atom:link href="http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: vasu</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-25435</link> <dc:creator>vasu</dc:creator> <pubDate>Mon, 23 Jan 2012 10:32:13 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-25435</guid> <description>Hi,I have developed applet that takes input pdf and generates output-signed pdf( accessing from e-token)but i want to develop 1) a web based application , there we have print option in form . if the user clicks on print button it should generate pdf  with user&#039;s  signature (accessing from local system ) 2) i have seen lic payment : if the user click on print receipt --&gt; that will generate with LIC-guys signature ---&gt; tell me how it can be implemented</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have developed applet that takes input pdf and generates output-signed pdf( accessing from e-token)</p><p>but i want to develop<br /> 1) a web based application , there we have print option in form . if the user clicks on print button it should generate pdf  with user&#8217;s  signature (accessing from local system )<br /> 2) i have seen lic payment : if the user click on print receipt &#8211;&gt; that will generate with LIC-guys signature &#8212;&gt; tell me how it can be implemented</p> ]]></content:encoded> </item> <item><title>By: vignesh</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-24280</link> <dc:creator>vignesh</dc:creator> <pubDate>Fri, 13 Jan 2012 13:49:24 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-24280</guid> <description>Any body send me code of pdf file create on runtime in dynamic web page development.</description> <content:encoded><![CDATA[<p>Any body send me code of pdf file create on runtime in dynamic web page development.</p> ]]></content:encoded> </item> <item><title>By: Anitha</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-19296</link> <dc:creator>Anitha</dc:creator> <pubDate>Thu, 22 Dec 2011 14:19:50 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-19296</guid> <description>use eclipse add external jar file and try this it will come.</description> <content:encoded><![CDATA[<p>use eclipse add external jar file and try this it will come.</p> ]]></content:encoded> </item> <item><title>By: pranesh</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-18519</link> <dc:creator>pranesh</dc:creator> <pubDate>Fri, 09 Dec 2011 11:46:03 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-18519</guid> <description>good</description> <content:encoded><![CDATA[<p>good</p> ]]></content:encoded> </item> <item><title>By: Himanshu</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-18080</link> <dc:creator>Himanshu</dc:creator> <pubDate>Thu, 24 Nov 2011 12:46:47 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-18080</guid> <description>i use above code in jsp page,but browser show encode result,please give me some solution that problem</description> <content:encoded><![CDATA[<p>i use above code in jsp page,but browser show encode result,please give me some solution that problem</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-18075</link> <dc:creator>Ajay</dc:creator> <pubDate>Thu, 24 Nov 2011 10:44:30 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-18075</guid> <description>Hii have created pdf document using iText API, Its a bill with logo and images. now i wand a option which give me option to print this doc in black and white or color print. How can i do..!!!</description> <content:encoded><![CDATA[<p>Hi</p><p>i have created pdf document using iText API, Its a bill with logo and images. now i wand a option which give me option to print this doc in black and white or color print. How can i do..!!!</p> ]]></content:encoded> </item> <item><title>By: ankush</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-17566</link> <dc:creator>ankush</dc:creator> <pubDate>Wed, 09 Nov 2011 12:03:02 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-17566</guid> <description>import this class com.lowagie.text.Image; and get the instance of image by : com.lowagie.text.Image image = com.lowagie.text.Image.getInstance(&quot;imagePath&quot;); document.add(image);Your image wil be show then.</description> <content:encoded><![CDATA[<p>import this class<br /> com.lowagie.text.Image;<br /> and get the instance of image by :<br /> com.lowagie.text.Image image = com.lowagie.text.Image.getInstance(&#8220;imagePath&#8221;);<br /> document.add(image);</p><p>Your image wil be show then.</p> ]]></content:encoded> </item> <item><title>By: Khoyendra</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-16964</link> <dc:creator>Khoyendra</dc:creator> <pubDate>Sat, 05 Nov 2011 11:52:00 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-16964</guid> <description>I want to add an image in PDF. I tried to add image by Image class  and also tried by File class too but its not supporting. Is it possible to add Image in PDF by iText jar.</description> <content:encoded><![CDATA[<p>I want to add an image in PDF.<br /> I tried to add image by Image class  and also tried by File class too but its not supporting.<br /> Is it possible to add Image in PDF by iText jar.</p> ]]></content:encoded> </item> <item><title>By: ankush</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-16952</link> <dc:creator>ankush</dc:creator> <pubDate>Sat, 05 Nov 2011 11:00:19 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-16952</guid> <description>this code is running perfectly but i will require the formating the text and show the image also.Please help me.it urgent</description> <content:encoded><![CDATA[<p>this code is running perfectly but i will require the formating the text and show the image also.Please help me.it urgent</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html/comment-page-2#comment-15720</link> <dc:creator>Andy</dc:creator> <pubDate>Wed, 17 Aug 2011 08:59:46 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1058#comment-15720</guid> <description>AJ - if you are using the most recent version of  the iText jar then the base package have been renamed from &#039;lowagie&#039; to &#039;itextpdf&#039;i.e. change your imports like so:import com.itextpdf.text.Document;Cheers, Andy</description> <content:encoded><![CDATA[<p>AJ &#8211; if you are using the most recent version of  the iText jar then the base package have been renamed from &#8216;lowagie&#8217; to &#8216;itextpdf&#8217;</p><p>i.e. change your imports like so:</p><p>import com.itextpdf.text.Document;</p><p>Cheers, Andy</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 09:49:56 -->
