Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Save entired page content to an image. (http://www.velocityreviews.com/forums/t621392-save-entired-page-content-to-an-image.html)

batham 06-20-2008 06:06 PM

Save entired page content to an image.
 
Hello C# Gurus,

I have a asp.net web page called it http://localhost/default.aspx.

Now what I want is using C# I should save the entire page content even
below the scrolling region into a PNG or some image.

Is that possible?

Help is appreciated

Thanks
Shailendra

Steve C. Orr [MCSD, MVP, CSM, ASP Insider] 06-21-2008 03:29 AM

Re: Save entired page content to an image.
 
You could use ExpertPDF to save an image of the page into a PDF file.
Here's more info:
http://SteveOrr.net/reviews/ExpertPDF.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
http://iPhonePlaza.net


"batham" <batham@gmail.com> wrote in message
news:217ec26b-cb95-4da2-a429-98691c1bdeac@f24g2000prh.googlegroups.com...
> Hello C# Gurus,
>
> I have a asp.net web page called it http://localhost/default.aspx.
>
> Now what I want is using C# I should save the entire page content even
> below the scrolling region into a PNG or some image.
>
> Is that possible?
>
> Help is appreciated
>
> Thanks
> Shailendra



BWC 06-21-2008 09:19 AM

RE: Save entired page content to an image.
 
iecapt.sourceforge.net/There's not built in asp.net technique to do this,
you'll need a specific client.

IECapt is a good starting point:

IECapt is a small command-line utility to capture Internet Explorer's
rendering of a web page into a BMP, JPEG or PNG image file
http://iecapt.sourceforge.net/

"batham" wrote:

> Hello C# Gurus,
>
> I have a asp.net web page called it http://localhost/default.aspx.
>
> Now what I want is using C# I should save the entire page content even
> below the scrolling region into a PNG or some image.
>
> Is that possible?
>
> Help is appreciated
>
> Thanks
> Shailendra
>



All times are GMT. The time now is 06:30 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57