0

To save an image from the web in a folder?

I was thinking a behind the scenes screen shot or something. The image I am trying to get is at this link: http://finance.yahoo.com/charts?s=CLF#chart5:symbol=clf;range=20010429,20040901;charttype=line;crosshair=off;ohlcvalues=0;logscale=on;source=undefined

Yahoo allows you to get just the chart of a specific symbol using something like this: http://chart.finance.yahoo.com/c/3m/d/msft , but i need to be able to specify the range of the chart.

Im looking for this to be done in java.

Rubén
  • 34,714
  • 9
  • 70
  • 166
Mike
  • 2,299
  • 13
  • 49
  • 71
  • FYI: You are talking about saving a rendered web page as an image, not taking a 'screenshot' in the traditional sense – jwd Jan 12 '12 at 02:49

1 Answers1

1

See this SO question: Convert web page to image

Search around for phrases like "render web page to image" - that should help you more than searching info about 'screenshots'.

Community
  • 1
  • 1
jwd
  • 10,837
  • 3
  • 43
  • 67