Does anyone have a suggestion on how to get around...
# advancedpdf
j
Does anyone have a suggestion on how to get around having hard coded paths to files such as how it is done for a company logo (see below)? I'm looking for a similar solution for a custom font file.
Copy code
<#if companyInformation.logoUrl?length != 0>
                            <img src="${companyInformation.logoUrl}" style="float: left; margin: 7px; width:120px;" /> 
                        </#if>
Here is my hardcoded font file
Copy code
<link name="ocr-a-std-reg" type="font" subtype="truetype" src="<https://system.netsuite.com/core/media/media.nl?id=6557&amp;c=570900_SB2&amp;h=52eb04b8237cb4068ef5&amp;_xt=.ttf>" />