Hi everyone,
I’m currently working on a custom Print Format (Employee ID Card) in ERPNext v15 (Frappe Cloud) and facing rendering differences between the browser view and the generated PDF.
I understand that Frappe relies on wkhtmltopdf, and the recommended version is:
wkhtmltopdf 0.12.x (with patched Qt)
However, since Frappe Cloud restricts shell/System Console access (safe_exec), I’m unable to verify the exact version being used.
Could someone confirm:
- What wkhtmltopdf version is currently used in Frappe Cloud (ERPNext v15)?
- Is it the patched Qt version (0.12.5 / 0.12.6)?
- Are there any known limitations or differences in rendering (CSS, fonts, images) on Frappe Cloud?
Context:
- ERPNext Version: v15
- Using custom HTML/CSS for Employee ID Card print format
- Facing issues with background images, fonts, and layout differences in PDF
Any guidance or best practices for achieving consistent PDF output would be greatly appreciated.
Thanks!