Skip to content

This small PHP class takes an URL and puts a screenshot to a file.

Notifications You must be signed in to change notification settings

Archie-Sharma/WebsiteToImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Taking screenshot from website
reating a simple manual screenshot of a website is easy, I don't need to explain it here. However, 
if you want to create screenshots of websites from your PHP application or if you don't feel like copying them together manually because 
the website is very long or wide, the wkhtmltopdf project helps . 
This command line tool is available for Windows, Linux and Mac, and it also runs on servers without a graphical user interface. 
Both wkhtmltopdf and wkhtmltoimage can be found on the project's website. wk stands for the Webkit Render Engine, which creates either a PDF
or an image (jpg, png, tiff) from a given HTML input.


For more information see http://phpgangsta.de/2794

About

This small PHP class takes an URL and puts a screenshot to a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%