Remove a part of String in Advanced PDF template

These are the built-ins for the Advanced PDf template 1. Keep afterRemoves the part of the string that is not after the first occurrence of the given substring. Ex: ${item.employeefullname?keep_after(” “)} – This removes the string before the first occurrence of “space”. That is if the employee’s name is “E170 John Mathew” then the result… Continue reading Remove a part of String in Advanced PDF template