You must Sign In to post a response.
  • Category: .NET

    How to save screen shot of aspx page as pdf file programatically

    I have popup page is having two text boxes and one button. When I click on the button I want to save that popscreen as pdf file or any image file including the content I entered in textboxes.
    How is it possible in asp.net. Is it possible with itextsharp?
  • #766165
    Hi,
    Please go through this URL:
    http://www.4guysfromrolla.com/articles/030911-1.aspx
    It will guide you to create pdf document using itextSharp. Just replace text contents/strings with your textbox text.


  • Sign In to post your comments