<pdfml page-margins="25 140 24 30">

    <head>
        <styles>
            <npStyle font-size="50" bold="true"></npStyle>
            <hdStyle font-size="14" color="red"></hdStyle>
            <hpStyle font-size="14" color="red"></hpStyle>
        </styles>
        <values page-size="LETTER"></values>
        <header>Header</header>
        <footer>
        </footer>
    </head>

    <body>
        <text print-if="<%= value %>" style="npStyle"><%= text %></text>
    </body>
</pdfml>