You can try opening the PDF from your UI5 app by implementing the below code in your controller:
parent.window.open(pdfURL, '_blank');
You can try opening the PDF from your UI5 app by implementing the below code in your controller:
parent.window.open(pdfURL, '_blank');