forked from PHPGangsta/WebsiteToImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
10 lines (8 loc) · 713 Bytes
/
README
File metadata and controls
10 lines (8 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
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