Forum Discussion
Viewing PDFs in Power BI Without Exposing URL Links
Hi, I have created a PDF reader app in Power Apps, but it is not opening my PDF URL (which is a public URL). Instead, it is showing 'could not open pdf file ,open in browser'. Please help me resolve this issue.
Hi KomalNagre - If dynamic PDF access is not critical, you can embed the PDF as an image within Power Apps. This approach removes the reliance on external URLs, but it requires manual updates if the PDF changes.
If you're still facing issues with the URL or the PDF not rendering, you can use Power Automate to create a flow that retrieves and passes the PDF content directly to Power Apps.you could store the PDF in OneDrive or SharePoint. These platforms allow embedding PDFs using direct access links that work well with Power Apps.
or Upload the PDF to OneDrive or SharePoint.Get the shared link and ensure it's set to "Anyone with the link can view".Use this link in the PDF Viewer control.
Follow the above approach and let know
- KomalNagre1 year agoFrequent Visitor
rajendraongole1 I am only pdf urls not pdfs , So i need to upload pdf url as a in put from powerbi to powerapp to display pdf in powerbi itself but the link I am providing is not opening in powerapp
- rajendraongole11 year ago
Super User
Hi KomalNagre - can you please check the solution threads below:
Solved: PDF Viewer Help - Microsoft Fabric Community
PDF viewer control (experimental) in Power Apps - Power Apps | Microsoft Learn
Hope the above resources helps.