Still one of the best dev environments for web apps.
cd ~/tmp
git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome/
makepkg -si
Execute with:
google-chrome-stable &
I’ve found a better way than to use wkhtmltopdf to render an HTML page to a PDF file: headless Chrome.
Save an HTML page as a PDF with the following command:
google-chrome-stable --headless --disable-gpu \
--print-to-pdf=some-pdf-name.pdf http://some.page/url