webpage-screenshot

Taking screenshot of a webpage programmatically

I want to take sceenshot of a webpage programmatically given the URL as input. And here is what I have till now: // The size of the browser window when we want to take the screenshot (and the size of the resulting bitmap) Bitmap bitmap = new Bitmap(1024, 768); Rectangle bitmapRect = new Rectangle(0, 0, 1024, 768...

Method to capture a screenshot of user's browser to aid in bug reporting

I'm looking for a way to make it easy for technically unsophisticated users to submit screenshots of their browser to me, to aid in debugging web application problems. There will be a button on all pages inside a web application they can use to report problems, which I would like to submit a screenshot (among other things). http://ww...

Taking Screenshot of Web Page (with Silverlight Controls) Programatically

I have a web page that displays some silver light controls. I need to take screenshot of this web page programmatically. Currently using the System.Windows.Forms.WebBrowser control for taking screenshot. Forms.WebBrowser works fine when I take screenshot for normal pages. However for the pages with Silverlight controls it does not work...

converting webpage into jpeg image using java

I am building a web application, in Java, where i want the whole screenshot of the webpage, if i give the URL of the webpage as input. The basic idea i have is to capture the display buffer of the rendering component..I have no idea of how to do it.. plz help.. ...

Programmatic Website Screen Shots

I'm checking into the available methods for programmatically taking screenshots of an arbitrary website. For example, Facebook: http://clicktoverify.truste.com/pvr.php?page=validate&url=www.facebook.com&sealid=102 Salesforce.com: http://clicktoverify.truste.com/pvr.php?page=validate&companyName=Salesforce.com,%20Inc.&...

Stop User from using "Print Scrn" / "Printscreen" key of the Keyboard for any Web Page

I am currently doing a project, in which I need to stop the user from taking the snapshot of any Web Page, for which he can use the "Print Scrn" / "Printscreen" key available in any of the normal keyboards. I have been trying to find its solution, but in vain. If possible, I need to take into account of the "Screengrab" add-on of the Fi...

screenshot-grabbing email tool

I have a web site with various graphs embedded in it that are generated externally. Occasionally those graphs will fail to generate and I would like to catch that when it happens. These graphs are embedded in multiple pages and I would rather not check each page manually. Is there any kind of tool or perhaps a browser addon that could...

Automatic website screenshots for Web app?

Is there a way to take automatic screenshots of a web page (by specifying its URL) in a web app using PHP or Ruby on Rails? Perhaps using a plugin or some external REST service. I've researched a lot, and nothing seems to fit except something like this (http://www.binarymoon.co.uk/2010/02/automated-take-screenshots-website-free/) but I...

Any fast screenshot services available?

I need one that does not have a big queue. So, if it does not have it on its cache, it would generate and deliver it reasonably fast (1-4 seconds). I do have a list of services, what I am asking is if you have experience with any such service that meets the above criteria that you could recommend. Thank you Edit: To clarify my intent,...

How did fogbugz implement its screenshot feature?

Does anyone know how FogBugz implemented the "taking a screenshot of the current work screen" feature? Is this done purely via php? Perl? A flash script? ...