Thursday, June 25, 2009

Create PDF File in C#

A pdf application. Convert the content of the TextBox control into a PDF file. That's it.Here You should add the iTextSharp.dll file to your application.If you search the google you can freely download that dll file.

To add the iTextSharp.dll file you can write click on you project->Add Reference->Browse and then you can select the file from your hard drive.


Here is the interface for the application



Here is the code part for the Application



to view clear image please click on the picture.

2 comments: