Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
34947 Prikazi

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?

Avatar
Opusti

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

Avtor

Wkhtmltopdf and Odoo v8

Best Answer

 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;">
Avatar
Opusti