PDF in API response

0
Hello All,   I have requirements where i need to show pdf url which i am getting from REST API response in my Mendix page. There can be 1,2,3 max 5 url in API response.   Is there any way/widgets where i can show that pdf link in my Mendix page and it should appear as pdf in my page.   sample url link.   https://abc.blob.core.windows.net/raw/TEST-web.pdf?se=2025-07-07D19%abc%hgi&sp=c3yJmoRPwJ2arwaaadaqweqw%3D#page=14https://abc.blob.core.windows.net/raw/TEST-web.pdf?se=2025-07-07D19%abc%hgi&sp=casasadadsssssdfadaqweqw%3D#page=19
asked
1 answers
5

Please try with IFrame component , very useful widgets for pdf link display. You can add your visibility condition as per page logic.

image.png

answered