I am working on odoo15 and install it in my windows and got the following warning:
'Unable to find Wkhtmltopdf on this system.' How can I resolve it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Install wget utility package
sudo apt update sudo apt install wget
Install wkhtmltopdf on Ubuntu:
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt-get install -f
Thanks & Regards,
CandidRoot Solutions Pvt. Ltd.
Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
you can follow apply this steps :
https://computingforgeeks.com/install-wkhtmltopdf-on-ubuntu-debian-linux/
It Worked for Me! Thanks
Hi @Abdus Sattar Bhuiyan
Install wget package
sudo apt update
sudo apt install wget
Wkhtmltopdf package install on ubuntu:
sudo apt-get install -y wkhtmltopdf
this command install an outdated wkhtmltopdf and odoo generate a wrong pdf (with 0 byte ) and popup error saying to update to the new wkhtmltopdf.
The solution is to upgrade ” wkhtmltopdf ” For ubuntu 64-bit.
(1)Download wkhtmltopdf version from WKHTMLTOPDF depending on your system arch (32 or 64 bit
sudo wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
(2) Install the downloaded package as:-
sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
(3) Copy files as:-
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin
(4) Restart Odoo server and then try again.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
1
sep. 22
|
3444 | ||
|
1
dec. 24
|
1014 | ||
|
2
aug. 24
|
3464 | ||
|
1
jan. 24
|
1006 | ||
|
2
okt. 23
|
2697 |