What is the result of calling the URL <SERVICE_URL>/$value in the browser? Is this opening the PDF file? If yes then you can write the below code in the UI5 app to display the PDF:
parent.window.open(<FILE_URL>, '_blank');
Regards,
Saurabh
What is the result of calling the URL <SERVICE_URL>/$value in the browser? Is this opening the PDF file? If yes then you can write the below code in the UI5 app to display the PDF:
parent.window.open(<FILE_URL>, '_blank');
Regards,
Saurabh