I have a text area field that I would like to prin...
# advancedpdf
p
I have a text area field that I would like to print on a PDF but I need it to omit the first line. Any ideas on how I can do this in Freemarker?
g
Depending on how the first line is formatted, you may be able to use keep_after. This only works if there is a guaranteed character you can key in on to segment the omission, though.
p
I saw that but unfortunately there isn't.