Tuesday, December 09, 2025

Odoo wkhtmltopdf issue

Solve wkhtmltopdf 0.12.5 (with patched qt) for Odoo 17

 

wkhtmltopdf -V

wkhtmltopdf 0.12.5

 

sudo apt remove wkhtmltopdf

Get the latest official builds from the wkhtmltopdf site. https://wkhtmltopdf.org/downloads.html

sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb  
sudo apt install xfonts-75dpi
sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb

wkhtmltopdf -V

wkhtmltopdf 0.12.6 (with patched qt)
 

 


 

No comments:

Kazam issues

 Kazam in ubuntu 20 does not show box when you choose area for screen capture   sudo add-apt-repository ppa:sylvain-pineau/kazam sudo apt up...