<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Print to PDF</title><link>http://www.codeplex.com/Print2Pdf/Project/ProjectRss.aspx</link><description>A component you can drop on your form which will allow you to print your print document to a pdf</description><item><title>New Post: Regarding Print PDF</title><link>http://www.codeplex.com/Print2Pdf/Thread/View.aspx?ThreadId=35063</link><description>&lt;div style="line-height: normal;"&gt;Hi :&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have downloaded&amp;nbsp; the codes to Print PDF in which the metadatafile is there.I dont know how to include that&lt;strong&gt; metadata file&lt;/strong&gt;&amp;nbsp; and use the code to Print PDF file.Can any one send me the procedure documents to use the code and include metadata file in web application or windows application.&lt;br&gt;
&lt;br&gt;
I have the following requirement too&lt;br&gt;
&lt;br&gt;
1) display PDF text ,image in low resolution,high resolution accordingly.Please let me know is there any tool i can use to implement my task.
&lt;/div&gt;</description><author>suresh_dotnet</author><pubDate>Sat, 06 Sep 2008 17:09:42 GMT</pubDate><guid isPermaLink="false">New Post: Regarding Print PDF 20080906050942P</guid></item><item><title>CREATED RELEASE: Release Candidate with source code (Apr 08, 2008)</title><link>http://www.codeplex.com/Print2Pdf/Release/ProjectReleases.aspx?ReleaseId=12386</link><description>This release contains the source code and a simple sample</description><author></author><pubDate>Tue, 08 Apr 2008 23:39:41 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Release Candidate with source code (Apr 08, 2008) 20080408113941P</guid></item><item><title>CREATED RELEASE: Release Candidate (Apr 08, 2008)</title><link>http://www.codeplex.com/Print2Pdf/Release/ProjectReleases.aspx?ReleaseId=12385</link><description>This version has a icon for control in the toolbox.  It also passes the errors back to the caller</description><author></author><pubDate>Tue, 08 Apr 2008 23:37:05 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Release Candidate (Apr 08, 2008) 20080408113705P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Print2Pdf/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>KenTucker</author><pubDate>Tue, 08 Apr 2008 23:14:10 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408111410P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Print2Pdf/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>KenTucker</author><pubDate>Tue, 08 Apr 2008 23:00:29 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408110029P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Print2Pdf/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>KenTucker</author><pubDate>Tue, 08 Apr 2008 22:54:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408105437P</guid></item><item><title>CREATED RELEASE: Beta 1 (Apr 08, 2008)</title><link>http://www.codeplex.com/Print2Pdf/Release/ProjectReleases.aspx?ReleaseId=12369</link><description>Beta of Print 2 PDF component.  Add this dll to your toolbox.  </description><author></author><pubDate>Tue, 08 Apr 2008 10:54:31 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Beta 1 (Apr 08, 2008) 20080408105431A</guid></item><item><title>CREATED RELEASE: Alpha</title><link>http://www.codeplex.com/Print2Pdf/Release/ProjectReleases.aspx?ReleaseId=12358</link><description>Very early release of the dll that you can add to your toolbox to redirect the printing to a pdf.</description><author></author><pubDate>Mon, 07 Apr 2008 21:48:22 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Alpha 20080407094822P</guid></item><item><title>CREATED ISSUE: Create Toolbox Icon</title><link>http://www.codeplex.com/Print2Pdf/WorkItem/View.aspx?WorkItemId=410</link><description>Create an ToolBox Icon for the Print to pdf component.&lt;br /&gt;</description><author>KenTucker</author><pubDate>Mon, 07 Apr 2008 15:50:30 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Create Toolbox Icon 20080407035030P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Print2Pdf/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>KenTucker</author><pubDate>Mon, 07 Apr 2008 10:35:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080407103549A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Print2Pdf/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A component you can drop on your form which will allow you to print your print document to a pdf
&lt;br /&gt; &lt;br /&gt;This project is a Visual Studio 2008 project which targets the .Net framework 2.0.  How this project works is it sends the user a graphics object which will allow the user to draw on a bitmap which is added as a page in a pdf.  The pdf library I used is striped down Vb version of the open source Sharp Pdf Library. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sharppdf.sourceforge.net/index.html" class="externalLink"&gt;http://sharppdf.sourceforge.net/index.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Sample code on using the pdfPrinter component to print to a PDF.  Note Document (a print document) was set in the designer. &lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        With PdfPrinter1
            .Title = &amp;quot;Product Catalog&amp;quot;
            .Author = &amp;quot;Ken Tucker&amp;quot;
            .FileName = &amp;quot;NorthwindCatalog.pdf&amp;quot;
            .Print()
        End With
    End Sub
&lt;/pre&gt; &lt;br /&gt;If you would like to contribute to this project please &lt;a href="mailto:ken@vb-tips.com" class="externalLink"&gt;Email Me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>KenTucker</author><pubDate>Mon, 07 Apr 2008 10:34:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080407103457A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Print2Pdf/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>KenTucker</author><pubDate>Mon, 07 Apr 2008 01:08:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080407010849A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Print2Pdf/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A print controller that will allow you to print your print document to a pdf
&lt;br /&gt; &lt;br /&gt;This project is a Visual Studio 2008 project which targets the .Net framework 2.0.  How this project works is it sends the user a graphics object which will allow the user to draw on a bitmap which is added as a page in a pdf.  The pdf library I used is striped down Vb version of the open source Sharp Pdf Library. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sharppdf.sourceforge.net/index.html" class="externalLink"&gt;http://sharppdf.sourceforge.net/index.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Sample code on how to redirect the PrintDocument to a PDF&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click
        Dim pc As New PdfPrintController
        pc.Title = &amp;quot;Test Pdf&amp;quot;
        pc.Author = &amp;quot;Ken Tucker&amp;quot;
        pc.FileName = &amp;quot;Test.pdf&amp;quot;
        p.PrintController = pc
        p.Print()
End Sub 
&lt;/pre&gt;If you would like to contribute to this project please &lt;a href="mailto:ken@vb-tips.com" class="externalLink"&gt;Email Me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>KenTucker</author><pubDate>Sun, 06 Apr 2008 20:17:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080406081739P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Print2Pdf/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A print controller that will allow you to print your print document to a pdf
&lt;br /&gt; &lt;br /&gt;This project is a Visual Studio 2008 project which targets the .Net framework 2.0.  How this project works is it sends the user a graphics object which will allow the user to draw on a bitmap which is added as a page in a pdf.  The pdf library I used is striped down Vb version of the open source Sharp Pdf Library. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sharppdf.sourceforge.net/index.html" class="externalLink"&gt;http://sharppdf.sourceforge.net/index.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Sample code on how to redirect the PrintDocument to a PDF&lt;br /&gt; &lt;br /&gt;Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click&lt;br /&gt;        Dim pc As New PdfPrintController&lt;br /&gt;        pc.Title = &amp;quot;Test Pdf&amp;quot;&lt;br /&gt;        pc.Author = &amp;quot;Ken Tucker&amp;quot;&lt;br /&gt;        pc.FileName = &amp;quot;Test.pdf&amp;quot;&lt;br /&gt;        p.PrintController = pc&lt;br /&gt;        p.Print()&lt;br /&gt;    End Sub &lt;br /&gt; &lt;br /&gt;If you would like to contribute to this project please &lt;a href="mailto:ken@vb-tips.com" class="externalLink"&gt;Email Me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>KenTucker</author><pubDate>Sat, 05 Apr 2008 16:45:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080405044509P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Print2Pdf/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A print controller that will allow you to print your print document to a pdf
&lt;br /&gt; &lt;br /&gt;This project is a Visual Studio 2008 project which targets the .Net framework 2.0.  How this project works is it sends the user a graphics object which will allow the user to draw on a bitmap which is added as a page in a pdf.  The pdf library I used is striped down Vb version of the open source Sharp Pdf Library. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sharppdf.sourceforge.net/index.html" class="externalLink"&gt;http://sharppdf.sourceforge.net/index.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Sample code on how to redirect the PrintDocument to a PDF&lt;br /&gt; &lt;br /&gt;Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click&lt;br /&gt;        Dim pc As New PdfPrintController&lt;br /&gt;        pc.Title = &amp;quot;Test Pdf&amp;quot;&lt;br /&gt;        pc.Author = &amp;quot;Ken Tucker&amp;quot;&lt;br /&gt;        pc.FileName = &amp;quot;Test.pdf&amp;quot;&lt;br /&gt;        p.PrintController = pc&lt;br /&gt;        p.Print()&lt;br /&gt;    End Sub &lt;br /&gt; &lt;br /&gt;If you would like to contribute to this project please email &lt;a href="mailto:ken@vb-tips.com" class="externalLink"&gt;Email Me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>KenTucker</author><pubDate>Sat, 05 Apr 2008 16:36:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080405043618P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Print2Pdf/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A print controller that will allow you to print your print document to a pdf
&lt;br /&gt; &lt;br /&gt;This project is a Visual Studio 2008 project which targets the .Net framework 2.0.  How this project works is it sends the user a graphics object which will allow the user to draw on a bitmap which is added as a page in a pdf.  The pdf library I used is striped down Vb version of the open source Sharp Pdf Library. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://sharppdf.sourceforge.net/index.html" class="externalLink"&gt;http://sharppdf.sourceforge.net/index.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click&lt;br /&gt;        Dim pc As New PdfPrintController&lt;br /&gt;        pc.Title = &amp;quot;Test Pdf&amp;quot;&lt;br /&gt;        pc.Author = &amp;quot;Ken Tucker&amp;quot;&lt;br /&gt;        pc.FileName = &amp;quot;Test.pdf&amp;quot;&lt;br /&gt;        p.PrintController = pc&lt;br /&gt;        p.Print()&lt;br /&gt;    End Sub &lt;br /&gt;
&lt;/div&gt;</description><author>KenTucker</author><pubDate>Sat, 05 Apr 2008 16:17:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080405041720P</guid></item></channel></rss>