Issue with print designer header and footer



I apply header and footer in print designer put the footer not show in the pdf

ERPNEXT --v → 15
wkhtmltopdf --version
wkhtmltopdf 0.12.6

any help please ?

I tried to remove wkhtmltopdf and install again with qt patched put i got this error

@Mariam_Mahdi Please download this command and then check it

To install in Ubuntu 22.04

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 cp /usr/local/bin/wkhtmlto* /usr/bin/

sudo chmod a+x /usr/bin/wk*

And also add the host_name in site_config.json

"host_name": "https://yourdomainname"

Network error is usually when wkhtmltopdf can’t resolve or need the fully resolved URLs to the assets

2 Likes

thnak you i install it again

wkhtmltopdf -V
wkhtmltopdf 0.12.3 (with patched qt)

but now i got error like