Saving aspx page as an image in asp.net1.1
-
Hi, i want to save an existing aspx web page as an image (jpeg,png etc.). How can i do that. i know System.Drawing.Imaging namespace holds the key for this conversion to occur....but somehow i am unable to use it correctly. Please guide me as to how can i save an aspx page as an image and then display it on the browser as an image or thumbnail. thanks & regards Kapil Thakur
-
Hi, i want to save an existing aspx web page as an image (jpeg,png etc.). How can i do that. i know System.Drawing.Imaging namespace holds the key for this conversion to occur....but somehow i am unable to use it correctly. Please guide me as to how can i save an aspx page as an image and then display it on the browser as an image or thumbnail. thanks & regards Kapil Thakur
Maybe im wrong but i really dont see how this is possible. Converting an image to a thumb is a whole different process to converting a dynamic webpage into an image.
-
Maybe im wrong but i really dont see how this is possible. Converting an image to a thumb is a whole different process to converting a dynamic webpage into an image.
i want to save a dynamic web page as an image. how can i do that. Thanks & Regards Kapil Thakur