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:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...