Hello,
Last resort is to ask the community:
The print designer is working, but when we go in invoices and then print using the format designed with print designer, it gives error unable to generate file
Did some research, it appears its the wkhtmltopdf and some more digging suggest to install the version with patched qt.
Problem tho is that we are running the ERPNext version 15 on Debian BookWorm which is version 12 latest and stable; wkhtmltopdf does not have release for Debian 12 and naturally I’ve tried installing for the latest release they have.
Terminal says
sudo dpkg -i wkhtmltox_0.12.6.1-2.bullseye_amd64.deb
Selecting previously unselected package wkhtmltox.
(Reading database … 92724 files and directories currently installed.)
Preparing to unpack wkhtmltox_0.12.6.1-2.bullseye_amd64.deb …
Unpacking wkhtmltox (1:0.12.6.1-2.bullseye) …
dpkg: dependency problems prevent configuration of wkhtmltox:
wkhtmltox depends on libssl1.1; however:
Package libssl1.1 is not installed.
dpkg: error processing package wkhtmltox (–install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.11.2-2) …
Errors were encountered while processing:
wkhtmltox
Another user on a different forum advises " Apparently, Debian 12 dropped libssl1.1 for this release (being replaced with libssl3). " and goes further to explain that links need to be made at which point I lost track and turn to you for help, please