by Devin Yang
(This article was automatically translated.)

Published - 7 years ago ( Updated - 7 years ago )

Here I provide the execution method on Mac
Snapshot: output.png will be produced
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless\
--screenshot https://www.google.com
Print PDF: output.pdf will be output
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless\
--print-to-pdf https://www.google.com
Available parameters are listed below:
Description Useful parameters
Screenshots --screenshot
Create PDFs --print-to-pdf
Dump the DOM --dump-dom
Window size --window-size=412,732

Tags:

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


A little research about LineBot

There is an official EchoBot Sample with a Slim framework. After downloading, you can use composer to try it directly. After looking at the Slim code, it is not difficult to transfer to Laravel. It took less than half a day to convert him into a Laravel Project. Then through Excelify on my GitHub, I converted about 160,000 Excel dictionary file data into SQL Insert syntax, into the database. What are the restrictions and precautions for Line Bot? This article is the result of my own test.

linux,config

Ubuntu ppp0 renamed eth0

Not sure who will use it, but I encountered it myself, because my home is a floating IP. A software I installed cannot detect that the ppp0 network card is an external network, so changing the name can trick him into successfully installing it.

git

Remove the git remote or local tag

How to delete the Tag on the remote or local end of git.