Problems pdf doc from template

Good morning,

I am generating a pdf with the node "pdf doc from template"

The template has been provided to us and we cannot edit it.


I am doing the mappings as follows:

= load(
local!v5: wherecontains(
5,
pv!prueba
),
if(
length(
pv!prueba
) >= 5,
if(
a!isNullOrEmpty(
local!v5
),
"",
if(
a!isNullOrEmpty(
pv!prueba[local!v5].fecha
),
null,
(
pv!prueba[local!v5].fecha
)
),
""
)
)
)

all the mappings are made the same but with their respective index

But when I generate the pdf I see that some fields are larger than others:

Do you know how we can change this so that all the fields have the same font and the same size?

Greetings and thank you!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data