Quote Originally Posted by GeoCrystal View Post
Hi Stanav,
May be a stupid doubt, but.....
Can I use the same code for a web application? coz, I think iTextSharp does not work on relative paths....
Yes, you certainly can. You don't use the relative paths. However, you can get the physical path from a relative path using Server.MapPath method in asp.net or something equivalent in other platforms.