<?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: Html to Pdf in .NET</title>
	<atom:link href="http://hamang.net/2008/08/14/html-to-pdf-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/</link>
	<description>- the everyday life</description>
	<lastBuildDate>Fri, 16 Jul 2010 10:11:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rohi</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-9548</link>
		<dc:creator>Rohi</dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:11:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-9548</guid>
		<description>hey doc has not footer property and I cant create HeaderFooter</description>
		<content:encoded><![CDATA[<p>hey doc has not footer property and I cant create HeaderFooter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ritaditoSuera</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-9068</link>
		<dc:creator>ritaditoSuera</dc:creator>
		<pubDate>Fri, 28 May 2010 08:32:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-9068</guid>
		<description>[url=http://www.crme.uiuc.edu/cheap viagra[/url]
&lt;a href=&quot;http://www.crme.uiuc.edu/&quot; rel=&quot;nofollow&quot;&gt;cheap viagra&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>[url=http://www.crme.uiuc.edu/cheap viagra[/url]<br />
<a href="http://www.crme.uiuc.edu/" rel="nofollow">cheap viagra</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-7984</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:53:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-7984</guid>
		<description>It looks as though the PDF is trying to create but keep getting &quot;There was an error opening this document. The file is damaged and could not be repaired.&quot;

Any advice?</description>
		<content:encoded><![CDATA[<p>It looks as though the PDF is trying to create but keep getting &#034;There was an error opening this document. The file is damaged and could not be repaired.&#034;</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arshika</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-6795</link>
		<dc:creator>Arshika</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:53:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6795</guid>
		<description>hello Khem Raj
there are two way for images
1. give online path for the image
2. following code

doc.Open();
 //add an image to document
   iTextSharp.text.Image img1 = iTextSharp.text.Image.GetInstance(Request.MapPath(&quot;~/Images/RelIcon-Pdf.jpg&quot;));
    img1.Alignment = iTextSharp.text.Image.TITLE;
     img1.ScalePercent(100f); // change it&#039;s size
      doc.Add(img1);

// end of code for image
// here start your code</description>
		<content:encoded><![CDATA[<p>hello Khem Raj<br />
there are two way for images<br />
1. give online path for the image<br />
2. following code</p>
<p>doc.Open();<br />
 //add an image to document<br />
   iTextSharp.text.Image img1 = iTextSharp.text.Image.GetInstance(Request.MapPath(&#034;~/Images/RelIcon-Pdf.jpg&#034;));<br />
    img1.Alignment = iTextSharp.text.Image.TITLE;<br />
     img1.ScalePercent(100f); // change it&#039;s size<br />
      doc.Add(img1);</p>
<p>// end of code for image<br />
// here start your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arshika</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-6652</link>
		<dc:creator>Arshika</dc:creator>
		<pubDate>Sun, 20 Dec 2009 04:36:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-6652</guid>
		<description>hello,
first of all thank u very much i got pdf file from asp.net page using this article . but i have one problem how can remove unnecessry space in pdf file. Inshort i want to well fromated file n if possible give me code for display imag also in pdf file.</description>
		<content:encoded><![CDATA[<p>hello,<br />
first of all thank u very much i got pdf file from asp.net page using this article . but i have one problem how can remove unnecessry space in pdf file. Inshort i want to well fromated file n if possible give me code for display imag also in pdf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khem Raj</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-5816</link>
		<dc:creator>Khem Raj</dc:creator>
		<pubDate>Fri, 23 Oct 2009 06:05:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-5816</guid>
		<description>Picture is not exporting how could i export picture?</description>
		<content:encoded><![CDATA[<p>Picture is not exporting how could i export picture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anc</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-5411</link>
		<dc:creator>anc</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:37:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-5411</guid>
		<description>Can you please provide full sample code for conversion from html to pdf ..thanks in advance...anc</description>
		<content:encoded><![CDATA[<p>Can you please provide full sample code for conversion from html to pdf ..thanks in advance&#8230;anc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahavir Shah</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-4412</link>
		<dc:creator>Mahavir Shah</dc:creator>
		<pubDate>Tue, 25 Aug 2009 11:42:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-4412</guid>
		<description>Hi,

can you send me updated Dll? i can not find it anywhere on web.

i am facing problems like background color of table cell.

Thanks,
Mahavir Shah
093289 35308</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can you send me updated Dll? i can not find it anywhere on web.</p>
<p>i am facing problems like background color of table cell.</p>
<p>Thanks,<br />
Mahavir Shah<br />
093289 35308</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emre Cakir</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-4359</link>
		<dc:creator>Emre Cakir</dc:creator>
		<pubDate>Sat, 22 Aug 2009 13:32:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-4359</guid>
		<description>Great Article thanks,but I&#039;am having problem about characters in gridview.Some turkish characters do not seem.Can we make pdf that support utf-8 encoding or something else.</description>
		<content:encoded><![CDATA[<p>Great Article thanks,but I&#039;am having problem about characters in gridview.Some turkish characters do not seem.Can we make pdf that support utf-8 encoding or something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-2497</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:57:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-2497</guid>
		<description>Wonderful article, it helped me alot..

Thanks....:)</description>
		<content:encoded><![CDATA[<p>Wonderful article, it helped me alot..</p>
<p>Thanks&#8230;.:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
