Code to display the logo from subsidiary record to advanced pdf:
<#if subsidiary.logo@url?length != 0> <img src="${subsidiary.logo@url}" style="float: left; width: 35%; height:35%; "/> </#if>
Code to display website URL from subsidiary to advanced pdf:
<td width="25%" style=" color:#ed1c24; font-weight:bold; align:right; vertical-align: middle;"> ${record.subsidiary.url} </td>