<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mayur Gondaliya &#187; Visual Basic.NET</title>
	<atom:link href="http://mayur.gondaliya.com/topics/programming-languages/visual-basic-net/feed" rel="self" type="application/rss+xml" />
	<link>http://mayur.gondaliya.com</link>
	<description>Information Technology Enthusiast</description>
	<lastBuildDate>Fri, 14 Oct 2011 07:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating PDF using .NET itextsharp component VB.NET</title>
		<link>http://mayur.gondaliya.com/programming-languages/visual-basic-net/samples-visual-basic-net-programming-languages-2/creating-pdf-using-net-itextsharp-component-vb-net-77.html</link>
		<comments>http://mayur.gondaliya.com/programming-languages/visual-basic-net/samples-visual-basic-net-programming-languages-2/creating-pdf-using-net-itextsharp-component-vb-net-77.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:31:20 +0000</pubDate>
		<dc:creator>Mayur Gondaliya</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[iTextSharp]]></category>
		<category><![CDATA[PDF Generation]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://mayur.gondaliya.com/?p=77</guid>
		<description><![CDATA[To create a PDF file from any .net application is very easy. You just need to use itextsharp component. You can download this component http://itextsharp.sourceforge.net Just import this component namespace to your application. Here is the sample code. Dim doc as New Document PdfWriter.GetInstance(doc,New FileStream(&#8220;Sample.pdf&#8221;,FileMode.Create)) doc.Open() doc.Add(New Paragraph(&#8221; Add the contects&#8221;,FontFactory.GetFont(FontFactory.TIMES ROMAN,22,iTextSharp.text.Font.BOLD))) doc.close()]]></description>
		<wfw:commentRss>http://mayur.gondaliya.com/programming-languages/visual-basic-net/samples-visual-basic-net-programming-languages-2/creating-pdf-using-net-itextsharp-component-vb-net-77.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

