I understand, that since print designer V1.5.0 we have the option to use chrome for pdf generation instead of wkhtmltopdf.
We run V1.5.2, is there anything we need to change in order to use chrome, or is this now enabled by default?
Iâm not saying this is the only problem, but you do have a version mismatch between Frappe, ERPNext, and Print Designer. If you are using develop branch for the first two, then Print Designerâs develop branch should be used as well. Hopefully thatâs all it is.
thanks for bringing this up, I think this information is more relevant to the developer in case they wanna integrate it into frappe. In my case fixing the issue would probably be better
If you mean the docker dependencies mentioned in the article, yes. You need to make sure those packages are part of your build as you create an image with the print_designer app.
That means you donât have the print_designer app in your bench. If youâre on docker, you need it part of your image build. If not on docker, you need to bench get-app. Then, regardless of your environment, you need to install it to your site.