Skip to Content
Menu
This question has been flagged
1 Atsakyti
6434 Rodiniai

Hello,

I need to print label as full scale using paperformat with custom mode, i have created paper format and it's working fine. now, the problem is  the label is printing standard size but i need this dynamic same like paper format width and height.

can anyone show me a way.

Thank you.

Portretas
Atmesti
Best Answer

This example can help you:

<div class="page" t-attf-style="background-image:url('/xxx/static/img/test.jpg'); background-size:195mm 282mm; width:195mm; height:282mm;">
....
</div>

or this:

<style>
    .Your_class > img { height: 282px; width: 195px; }
</style>
<field name="your_picture" widget="image" class="Your_class"/>



Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
liep. 25
1321
4
spal. 20
10169
7
liep. 19
4345
0
kov. 19
2651
0
kov. 15
2813