Reputation: 1166
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
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
Reputation: 91608
You can use something like Awesomium:
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