Hey There,
I am getting zoomed pdf documents
please tell me if this is an wkhtmltopdf error or system error ???
(screenshot)
Regular print
Wkhtmltopdf generated pdf print
can anyone help ??
Hey There,
I am getting zoomed pdf documents
please tell me if this is an wkhtmltopdf error or system error ???
(screenshot)
Regular print
Wkhtmltopdf generated pdf print
can anyone help ??
Hey @Mohammed_Redha
Thanks for your prompt reply.
I have tried your suggestion, its better from earlier but its still generating tables out of page margin.
Have a look.
In pdf.py â /home/frappe/frappe-bench/apps/frappe/frappe/utils
âpage-heightâ : â29.7cmâ,
âpage-widthâ : â21.0cmâ,
and play with margins:
âmargin-bottomâ: â0mmâ,
âmargin-leftâ: â0mmâ,
âmargin-rightâ: â0mmâ,
âmargin-topâ: â0mmâ,
If the above wonât work, you can add:
âzoomâ: â1â, â donât use percentage, itâs a float so you can use 0.X 1.X etc.