<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Component Discussions</title><link>http://forums.asp.net/69.aspx</link><description>Discuss your favorite ASP.NET components here. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=70&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ASP.NET html to PDF control</title><link>http://forums.asp.net/thread/1791353.aspx</link><pubDate>Fri, 06 Jul 2007 21:36:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1791353</guid><dc:creator>fchivu</dc:creator><author>fchivu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1791353.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=1791353</wfw:commentRss><description>HTML Source EditorWord wrap 
&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;The &lt;a href="http://www.dotnet-reporting.com/"&gt;HTML to PDF library for .NET&lt;/a&gt;&amp;nbsp;&amp;nbsp;from &lt;a href="http://www.dotnet-reporting.com/"&gt;http://www.dotnet-reporting.com&lt;/a&gt; or the &lt;a href="http://www.winnovative-software.com/"&gt;HTML to PDF converter&lt;/a&gt; from &lt;a href="http://www.winnovative-software.com/"&gt;http://www.winnovative-software.com&lt;/a&gt; is what you need.&amp;nbsp;It&amp;#39;s pure .NET library,&amp;nbsp;it doesn&amp;#39;t use a printer driver.&amp;nbsp;There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code:&lt;/p&gt;
&lt;p&gt;PdfConverter pdfConverter = new PdfConverter();&lt;br /&gt;pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4;&lt;br /&gt;pdfConverter.PdfDocumentOptions.PdfPageOrientation = PDFPageOrientation.Portrait;&lt;br /&gt;pdfConverter.PdfDocumentOptions.PdfCompressionLevel = PdfCompressionLevel.Normal;&lt;br /&gt;pdfConverter.PdfDocumentOptions.GenerateSelectablePdf = true;&lt;br /&gt;pdfConverter.PdfDocumentOptions.ShowFooter = false;&lt;br /&gt;pdfConverter.PdfDocumentOptions.ShowHeader = false;&lt;br /&gt;pdfConverter.LicenseFilePath = Server.MapPath(@&amp;quot;~/Bin&amp;quot;);&lt;br /&gt;byte[] downloadBytes = pdfConverter.GetPdfFromUrlBytes(MyURL); &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Razva&lt;/p&gt;</description></item><item><title>Re: ASP.NET html to PDF control</title><link>http://forums.asp.net/thread/1399425.aspx</link><pubDate>Thu, 14 Sep 2006 16:47:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1399425</guid><dc:creator>StrongTypes</dc:creator><author>StrongTypes</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1399425.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=1399425</wfw:commentRss><description>There&amp;#39;s a free open-source component called &lt;a href="http://itextsharp.sourceforge.net/"&gt;&lt;strong&gt;iTextSharp&lt;/strong&gt;&lt;/a&gt;.</description></item><item><title>ASP.NET html to PDF control</title><link>http://forums.asp.net/thread/1399383.aspx</link><pubDate>Thu, 14 Sep 2006 16:03:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1399383</guid><dc:creator>chu2ch</dc:creator><author>chu2ch</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1399383.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=1399383</wfw:commentRss><description>&lt;p&gt;Good day folks,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am looking for a recommendation for an asp.net server control that will allow me to convert html to a pdf document that is redistributable and reasonably priced.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am kind of in a bind, and the sooner i can find a decent control the better.&lt;/p&gt;&lt;p&gt;&amp;nbsp;btw.&amp;nbsp; i am using .net 1.0&lt;/p&gt;&lt;p&gt;I appreciate your responses.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;</description></item></channel></rss>