<?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>Mon, 14 May 2012 20:53:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Lori</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-69687</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Mon, 14 May 2012 20:53:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-69687</guid>
		<description>Love your samples for changing styles in gridviews, but like Ananth,  not finding them in the file you say.  What version is this for?</description>
		<content:encoded><![CDATA[<p>Love your samples for changing styles in gridviews, but like Ananth,  not finding them in the file you say.  What version is this for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-67899</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Fri, 04 May 2012 20:08:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-67899</guid>
		<description>Can you show how you would also add page numbers to this?  I&#039;ve got this working, but am not sure how to add x of y when using your sample.</description>
		<content:encoded><![CDATA[<p>Can you show how you would also add page numbers to this?  I&#039;ve got this working, but am not sure how to add x of y when using your sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-66578</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Fri, 27 Apr 2012 19:32:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-66578</guid>
		<description>Hmm..   on button click, a .pdf is generated, but with this error in the .pdf that opens:  

Error! Unable to cast object of type &#039;iTextSharp.text.html.simpleparser.CellWrapper&#039; to type
&#039;iTextSharp.text.Paragraph&#039;.</description>
		<content:encoded><![CDATA[<p>Hmm..   on button click, a .pdf is generated, but with this error in the .pdf that opens:  </p>
<p>Error! Unable to cast object of type &#039;iTextSharp.text.html.simpleparser.CellWrapper&#039; to type<br />
&#039;iTextSharp.text.Paragraph&#039;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ananth</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-58554</link>
		<dc:creator>Ananth</dc:creator>
		<pubDate>Fri, 02 Mar 2012 12:25:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-58554</guid>
		<description>i am using itextsharp 5.1.3 version in that i am not able to find the factoryprooerties.cs, my application is converting html to pdf but table width and styles are not proper according to styles..plz help me out in this..</description>
		<content:encoded><![CDATA[<p>i am using itextsharp 5.1.3 version in that i am not able to find the factoryprooerties.cs, my application is converting html to pdf but table width and styles are not proper according to styles..plz help me out in this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harin yadav.C</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-49833</link>
		<dc:creator>harin yadav.C</dc:creator>
		<pubDate>Mon, 28 Nov 2011 14:39:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-49833</guid>
		<description>i found FactoryProperties.cs  in 5.0 version when i include your snippet its giving me error 

Cannot implicitly convert type &#039;iTextSharp.text.BaseColor&#039; to &#039;System.Drawing.Color&#039;

at line
Color c = Markup.DecodeColor(prop[key]);

how to fix this error..</description>
		<content:encoded><![CDATA[<p>i found FactoryProperties.cs  in 5.0 version when i include your snippet its giving me error </p>
<p>Cannot implicitly convert type &#039;iTextSharp.text.BaseColor&#039; to &#039;System.Drawing.Color&#039;</p>
<p>at line<br />
Color c = Markup.DecodeColor(prop[key]);</p>
<p>how to fix this error..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harin yadav.C</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-49832</link>
		<dc:creator>harin yadav.C</dc:creator>
		<pubDate>Mon, 28 Nov 2011 13:57:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-49832</guid>
		<description>I&#039;m using iTextSharp version 5.1.2. There is no FactoryProperties.cs file, no InsertStyle method, and IncTable.cs file. How can I modify iTextSharp&#039;s source to get background color and table border color? I can&#039;t figure out how to achive that functionality in this version.
Thnx!</description>
		<content:encoded><![CDATA[<p>I&#039;m using iTextSharp version 5.1.2. There is no FactoryProperties.cs file, no InsertStyle method, and IncTable.cs file. How can I modify iTextSharp&#039;s source to get background color and table border color? I can&#039;t figure out how to achive that functionality in this version.<br />
Thnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gautham</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-44888</link>
		<dc:creator>gautham</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:35:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-44888</guid>
		<description>thks..</description>
		<content:encoded><![CDATA[<p>thks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Convert HTML To PDF With Image Tags Using iTextSharp &#124; Top Online Trading</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-41685</link>
		<dc:creator>How To Convert HTML To PDF With Image Tags Using iTextSharp &#124; Top Online Trading</dc:creator>
		<pubDate>Wed, 28 Sep 2011 19:06:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-41685</guid>
		<description>[...] Hamang.net as well [...]</description>
		<content:encoded><![CDATA[<p>[...] Hamang.net as well [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soan</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-40350</link>
		<dc:creator>Soan</dc:creator>
		<pubDate>Wed, 21 Sep 2011 14:11:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-40350</guid>
		<description>I tried the above code (without Grid and with iTextSharp 5+) version with some modifications. Strangely, there is no error but the PDF that is rendered is BLANK.
Does the parser.parse(reader) call automatically adds parsed HTML to PDF?
If yes, then it is not happening in my case.
Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried the above code (without Grid and with iTextSharp 5+) version with some modifications. Strangely, there is no error but the PDF that is rendered is BLANK.<br />
Does the parser.parse(reader) call automatically adds parsed HTML to PDF?<br />
If yes, then it is not happening in my case.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juegos</title>
		<link>http://hamang.net/2008/08/14/html-to-pdf-in-net/comment-page-1/#comment-38776</link>
		<dc:creator>juegos</dc:creator>
		<pubDate>Wed, 07 Sep 2011 20:20:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-38776</guid>
		<description>It is somehow relaxing when you read a posting that is not only informative but fun. I will bookmark Html to Pdf in .NET &#124; hamang.net. I have been seeking for information about this subject matter for moths and yours is the best I have located. I trully enjoyed your blog post.</description>
		<content:encoded><![CDATA[<p>It is somehow relaxing when you read a posting that is not only informative but fun. I will bookmark Html to Pdf in .NET | hamang.net. I have been seeking for information about this subject matter for moths and yours is the best I have located. I trully enjoyed your blog post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

