Looking to say "http://example.com/index.html -o website.png"

Is there an existing program to do this? I'm ok with doing html to png. Is there a program for that?

link|improve this question
Do you want webpage screenshots? – PENDO May 7 '11 at 12:02
@PENDO yes screenshots. @Mohamed Meligy looking to script something in the shell. – keith May 7 '11 at 12:15
If you want to "script something in the shell" then you need a command-line application to do it, and @Mohamed Meligy's comment still applies. – pavium May 7 '11 at 12:21
I think you need a html to pdf and image converter. – softhelp Feb 6 at 17:06
feedback

migrated from stackoverflow.com May 7 '11 at 21:45

This question came from our site for professional and enthusiast programmers.

3 Answers

I assume from what you say mentioning "Shell" that you want something on Unix/Linux/Mac. Unfortunately the only script I have is a .NET (C#) code to fire IE browser control and take a screenshot of that.

However, check the answer to this question. It seems the same as yours: Command line program to create website screenshots (on Linux)

If it's Windows thought, check also:

link|improve this answer
feedback

quick search turns up this program

Main features

  • Create full size screenshots of website pages.
  • Supports JPG, GIF, PNG, BMP image formats.
  • Supports command line usage.
  • Supports batch convert with command line.
  • Simple, very fast and easy-to-use.
  • Freeware, not paid for use.
link|improve this answer
feedback

While it is no direct solution, the browsershots project is open source and basically provides what is requested here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown