Indian Rupee symbol in advanced pdf template

When missing any symbol from the advanced PDF template, we need to check the fonts established in the PDF. If it’s a standard NetSuite font then the symbols will work. In the case of Chinese font, we need to import new fonts by using TTF file uploading. So we require fonts that support the indian rupee.

Added the subsidiary-wise condition for specifying the font styles.

<link type=”font” name=”NotoSans” subtype=”TrueType” src=”${font_notosans_regular?html}” src-bold=”${font_notosans_bold?html}” src-italic=”${font_notosans_italic?html}” src-bolditalic=”${font_notosans_bolditalic?html}” />
<#if subsidiary.id==”8″>
<link type=”font” name=”NotoSans” subtype=”TrueType” src=”${nsfont.NotoSans_Regular}” src-bold=”${font_notosans_bold?html}” src-italic=”${font_notosans_italic?html}” src-bolditalic=”${font_notosans_bolditalic?html}” />
</#if>

Leave a comment

Your email address will not be published. Required fields are marked *