Skip to content

How to change datamatrix size in label? #663

Answered by heschdy
Flo2410 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Im using the Twig mode for more control. (need to be enabled in the permissions and the Twig parser Modus must be selected)

my Label is 38x25mm

Label Source

<p>
    {% apply placeholders(element)|raw %}
</p>
<div style="height:100%;position:relative;width:100%;">
    <p style="font-size:7pt;">
        <strong>[[NAME]]</strong>
    </p>
    <p style="font-size:6pt;">
        [[CATEGORY_FULL]]
    </p>
    <p style="font-size:6pt;">
        [[FOOTPRINT]]
    </p>
    <div style="font-size:5pt;max-width:25mm;">
        <p>
            <code>{{ placeholder('[[DESCRIPTION_T]]', element)[:50] }}</code>
        </p>
        <p>
            &nbsp;
        </p>
    </div>
    <div style="botto…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Flo2410
Comment options

Answer selected by Flo2410
Comment options

You must be logged in to vote
1 reply
@Flo2410
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants