In Advanced PDF customization, we have certain amount fields in item table where currency symbol is not needed. But while fetching from the field the currency symbol will be along with it. To remove these currency symbol we have to use the following code:
${record.amount?string[‘#,###,##0.00’]}
<td align=”right” colspan=”3″ style=”height: 8px;border-left:.5px; border-left-color: #A1A0A0;”>${discount?string[‘#,###,##0.00’]}</td>