You can try wkHTMLtoPDF (or to image). The name says to pdf but it can save the output as a graphic as well. I did this for awhile when I needed to grab info from a PRTG monitoring page periodically for troubleshooting or historical reference.
-x16wda
Hi x16wda
Installed and run the command line.
The classic site OK
c:\Program Files\wkhtmltopdf\bin>wkhtmltoimage.exe https://sites.google.com/site/tellwhendone/ e:\tempe\x1.jpg
Loading page (1/2)
Rendering (2/2)
Done
The new site gives error. I tried few suggested combination but none worked
c:\Program Files\wkhtmltopdf\bin>wkhtmltoimage.exe https://sites.google.com/site/stickanote/ e:\tempe\x2.jpg
Loading page (1/2)
Warning: Javascript confirm: This error has been reported to Google and we'll look into it as soon as possible. Please reload this page to continue. (answered yes)
Error: Failed loading page https://sites.google.com/site/stickanote/ (sometimes it will work just to ignore this error with --load-error-handling ignore)
Warning: A finished ResourceObject received a loading progress signal. This might be an indication of an iframe taking too long to load.
Warning: Received createRequest signal on a disposed ResourceObject's NetworkAccessManager. This might be an indication of an iframe taking too long to load.
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
Exit with code 1, due to unknown error.
c:\Program Files\wkhtmltopdf\bin>wkhtmltoimage.exe --load-error-handling ignore https://sites.google.com/site/stickanote/ e:\tempe\x2.jpg
Loading page (1/2)
Warning: Javascript confirm: This error has been reported to Google and we'll look into it as soon as possible. Please reload this page to continue. (answered yes)
Warning: Failed loading page https://sites.google.com/site/stickanote/ (ignored)
Rendering (2/2)
Maximum supported image dimension is 65500 pixels ] 25%
Error: Could not save image
Done
Warning: A finished ResourceObject received a loading progress signal. This might be an indication of an iframe taking too long to load.
Warning: Received createRequest signal on a disposed ResourceObject's NetworkAccessManager. This might be an indication of an iframe taking too long to load.
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
Exit with code 1, due to unknown error.
c:\Program Files\wkhtmltopdf\bin>wkhtmltoimage.exe --crop-h 400 --load-error-handling ignore https://sites.google.com/site/stickanote/ e:\tempe\x2.jpg
Loading page (1/2)
Warning: Javascript confirm: This error has been reported to Google and we'll look into it as soon as possible. Please reload this page to continue. (answered yes)
Warning: Failed loading page https://sites.google.com/site/stickanote/ (ignored)
Rendering (2/2)
Done
Warning: Received createRequest signal on a disposed ResourceObject's NetworkAccessManager. This might be an indication of an iframe taking too long to load.
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
Any other suggestion ?
Regards,
Anand