PDF Print on erpnext

Is that version working good with header/footer printing?

/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml

# wkhtmltopdf has been locked down to 0.12.3 intentionally since 0.12.4 has problems.
# I you want to upgrade try it on multiple platforms and then decide
- name: download wkthmltox linux
  get_url: url=https://github.com/frappe/wkhtmltopdf/raw/master/wkhtmltox-0.12.3_linux-generic-{{ "amd64" if ansible_architecture == "x86_64" else "i386"}}.tar.xz dest=/tmp/wkhtmltox.tar.xz

what about v0.12.5?

Hey @OnlineAlone,

v0.12.5 works perfectly fine.

Regards
@hrwx