forked from PHPGangsta/WebsiteToImage
-
Notifications
You must be signed in to change notification settings - Fork 0
This small PHP class takes an URL and puts a screenshot to a file.
Archie-Sharma/WebsiteToImage
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- PHP 100.0%