Create Runtime PDF Query

Suppose I want to Edit a fixed section the an HTML section of an ASP.NET Page. I may add some text there and Upload some images etc.
Then I want to make PDF (High Resolution) of that particular section. What should I do?
I am using ASP.NET (C#) and Javascript (For Edit Text Of that section).

Thanks

Checkout iTextsharp: http://itextsharp.sourceforge.net/ for an OSS. If you have cash, then have a look at Aspose.pdf http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/default.aspx

Thanks a lot.