Last active
November 12, 2017 11:12
-
-
Save wannadrunk/7531f1c81f8bcf546dd510223caac152 to your computer and use it in GitHub Desktop.
Note to install wkhtmltopdf for Odoo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install xfonts-base | |
apt-get install xfonts-75dpi | |
Read more, https://github.com/odoo/odoo/wiki/Wkhtmltopdf | |
rem wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb | |
rem dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb | |
wget http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb | |
wget https://downloads.wkhtmltopdf.org/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb | |
dpkg -i wkhtmltox-0.12.1.2_linux-jessie-amd64.deb | |
** Important ** | |
cd /usr/local/bin | |
cp wkhtmltoimage /usr/bin/wkhtmltoimage | |
cp wkhtmltopdf /usr/bin/wkhtmltopdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment