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(“Sample.pdf”,FileMode.Create)) doc.Open() doc.Add(New Paragraph(” Add the contects”,FontFactory.GetFont(FontFactory.TIMES ROMAN,22,iTextSharp.text.Font.BOLD))) doc.close() Bookmark It …
Categories
Tags
.net
Apple
ASP.NET
ASP.NET Controls
Backup
Browsing
c#
Cache Extensions
Database Dump
Domain
Facebook
FastCGI
Firefox
Hacker
Haiti Relief
High Speed Internet
IIS
IIS 6
IIS 7
ImageGlue
Internet
Internet Connection Sharing
iPhone
iPhone 2010
Linux
MS SQL
MySQL
Oracle
PHP
PHP Extensions
Security
SMTP
Twitter
Twitter Followers
Twitter Marketing
Ubuntu
ULN
Visitor Targeting
Web Development
Website
WebSupergoo
Windows
Windows Server 2003
WordPress
Zend
Recent Tweets
- Sending emails using .NET http://pr9.in/5n
- Internet Millionaire forced to coach 500 people to make money online Watch this 5-minute video and get started today http://pr9.in/ah
- Installing Windows Remote Desktop Client in Ubuntu Desktop http://pr9.in/3z
- Get any gadget for free at http://pr9.in/ad
- Just Noticed Sitelinks on Orkut.MastiTree.Com Web Site http://pr9.in/29
- Get the new generation ipod at http://pr9.in/aa
- Free Webinar - Success from Home in the 21st Century http://pr9.in/8z
- Easiest Way to Shorten Your Long URL Using bit.ly API Using PHP http://pr9.in/5b
- Rich Dude is Giving Away 33 Apple iPads. Check this out http://pr9.in/ac
- Email Marketing Script + Desktop Sender http://pr9.in/20
- Fetching domain whois information using asp.net http://pr9.in/1j
- How to do print screen in Mac OS X http://pr9.in/7
- Internet Millionaire forced to coach 500 people to make money online Watch this 5-minute video and get started today http://pr9.in/ah
- A Brand New URL Shortening Services pr9.in http://pr9.in/8c
- Get any gadget for free at http://pr9.in/ad















