Navin Leon
Navin Leon

Reputation: 1166

screenshot of a webpage using asp.net without any exe

Is tat possible to get a screenshot of a webpage using asp.net without any exe?

If so please provide me some details or links.

Note: Since my hosting provider doesn't allow exe's to run, I can't use exes

Thanks in Advance

Upvotes: 0

Views: 1622

Answers (2)

findcaiyzh
findcaiyzh

Reputation: 647

find some threads in stackoverflow, they maybe be helpful.
Javascript to take a screenshot of a website without using ActiveX
Take a screenshot of a webpage with javascript?

Upvotes: 1

Mike Christensen
Mike Christensen

Reputation: 91608

You can use something like Awesomium:

http://awesomium.com/

It's a fork of the Chromium browser, and has managed wrappers. It's designed for capturing screen shots and doing other "browser" things without the context of a window.

Upvotes: 1

Related Questions