Link to home
Start Free TrialLog in
Avatar of 1jaws
1jawsFlag for United States of America

asked on

working with images

I have created pdf file using asp.net c# and opened the image in pdf, but now, my image has a empty text area that needs to be field dynamicly from database such as name and date, so how can I do that? I used iTextSharp.
ASKER CERTIFIED SOLUTION
Avatar of Jeeva Subburaj
Jeeva Subburaj
Flag of United States of America 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
Avatar of 1jaws

ASKER

Thanks for replying, I couldnt get that work, because I actually dont use template, I created pdf and add the image too on the fly and the now add the text on the image..
I also looked at this link and didnt help gives error for LIneWith , asking if I am missing references..
http://itextsharp.sourceforge.net/examples/Chap1001.cs
Avatar of 1jaws

ASKER

I actually get it worked, but I need this text which will be cames from database dynamicaly, I dont know how will I do that..
Avatar of 1jaws

ASKER

thank you