In the OracleBI/web/msgdb/messages/controlmessages.xml file, remove or comment the following message:
<sawm:if name="enablePDF">
<a class="NQWMenuItem" name="pdf" href="javascript:void(null)" onclick="return
PortalPrint('@{pdfURL}[javaScriptString]',@{bNewWindow});">
<sawm:messageRef name="kmsgDashboardPrintPDF"/>
</a>
</sawm:if>
In the OracleBI/web/msgdb/messages/controlmessages.xml file, remove or comment the following message:
<sawm:if name="enablePDF">
<a class="NQWMenuItem" name="SectionElements" onclick=
"NQWClearActiveMenu();" href="
<sawm:param name="command"/>&Action=Download&Format=pdf"
<sawm:if name="bNewWindow"> target="_blank"</sawm:if>
>
<sawm:messageRef name="kmsgDashboardPrintPDF"/></a>
</sawm:if>
HTTP links are not supported in PDF, they are stripped out.
There is a work-around to display just the link name, but it might not work in all cases.