Is there a way to not display lines for an advance...
# advancedpdf
g
Is there a way to not display lines for an advanced PDF form if the line is closed? Any ideas what it would be? Thanks
a
you should be able to do this within the freemarker PDF template code itself
something like
<#if !item.isclosed>
👍 1
a
That works 🙂 That's basically how I do it.