There are some characters that can be entered into...
# advancedpdf
j
There are some characters that can be entered into fields like description fields that will cause certain errors. I use the following for every description field on ever form, just in case:
${item.description?replace('\\u0014|\\u0016|\\u0005', '', 'r')}