Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
34742 มุมมอง

I can't find the way to change the font size in the pdf reports (quotes, orders & invoices).
Is it done via css? I yes, where is the css file?

อวตาร
ละทิ้ง

What method is your pdf generation? And what odoo version?

ผู้เขียน

Wkhtmltopdf and Odoo v8

คำตอบที่ดีที่สุด

 One of the way is inline-css:

You can directly add style in page, like this one

<div class="page" style="font-size: 15px !important;">
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

You can refer to the Blog:
https://www.cybrosys.com/blog/how-odoo-helps-you-to-set-up-the-custom-paper-format-for-each-repor

Hope it helps

อวตาร
ละทิ้ง