PDF Viewer does not allow for providing the PDF file directly #628
Replies: 1 comment 3 replies
-
@Lucasharskamp Thank you for trying BlazorBootstrap. In the initial version, we added URL support only. Please create an issue based on this discussion. We will add support for streams, byte arrays, and base64 strings in the upcoming versions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.blazorbootstrap.com/components/pdf-viewer
For security purposes I don't want the PDF's to be accessible through an URL. It's all to be provided if the user has the correct permissions. Instead, I want the blazor component itself to provide the contents of the PDF file. As, say, a stream/byte array/base64 string/etc. Could such a thing be done?
Beta Was this translation helpful? Give feedback.
All reactions