Forum Discussion
Serving PDFs From Report
- 3 years ago
Your PDF's are stored in DB as blob?
I think, there no built-in Power BI function to render PDF.
You can try (re)develop custom visual as PDF viewer, with Save as option.
But much more easily, you can develop very simple web aspx page, which will serve document based on URL link (with some Id or token) from connected DB. But for it you will need some IIS server (or another technology), which you can host on Azure cloud.
Your PDF's are stored in DB as blob?
I think, there no built-in Power BI function to render PDF.
You can try (re)develop custom visual as PDF viewer, with Save as option.
But much more easily, you can develop very simple web aspx page, which will serve document based on URL link (with some Id or token) from connected DB. But for it you will need some IIS server (or another technology), which you can host on Azure cloud.