Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

itextsharp, asp.net, c#

I have asp.net / c# web app, and want to do the following.

1. a submit button will be on the default.aspx,
2. once it is clicked, it will first go to the database and find information by running a query
3. once the data is found, eg. firstname:John, then firstname:john will be automatically send to textbox in pdf, assume the textbox name is txtfirstname.
4. The the pdf will be attached and send email out the user.

In above situation, can pdf task be done by iTextSharp? If yes, how?  Thanks
Avatar of BuggyCoder
BuggyCoder
Flag of India image

Avatar of Webboy2008
Webboy2008

ASKER

Great Article...but I don't know how to convert from Java to C#
ASKER CERTIFIED SOLUTION
Avatar of BuggyCoder
BuggyCoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No the article posts java code...