Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Install WkhtmlToPDF
9 years ago
hugofabriicio
un-tested
- Install wkhtmltopdf in server
- With root user
Clone
bash
Copy
echo ">> Installing wget and required libs" apt-get install -y wget fontconfig libxrender1 xfonts-base xfonts-75dpi libjpeg-turbo8 libxext6 echo ">> Installing WkhtmltoPDF" wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz rm wkhtmltox-0.12.4_linux-generic-amd64.tar.xz cd wkhtmltox/bin/ sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf sudo mv wkhtmltoimage /usr/bin/wkhtmltoimage rm -rf wkhtmltox
Comments
No comments yet.
Log in
to leave a comment.