Skip to content

Commit 6aa9107

Browse files
committed
Update PdfViewer URL to use a hosted PDF file
Replaced the local file path in the `Url` property of the `<PdfViewer>` component with a publicly accessible URL pointing to a hosted PDF file on GitHub. This ensures the PDF file can be viewed in environments where the local file path is inaccessible. NOTE: This commit message is auto-generated using GitHub Copilot.
1 parent 23f814c commit 6aa9107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlazorBootstrap.Demo.RCL/Components/Pages/PdfViewer/PdfViewer_Demo_01_Examples.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p>@eventLog</p>
22

33
<PdfViewer Class="mb-3"
4-
Url="file:///D:/Badri/Scanned%20Docs/Badri_EAadhaar_GADD2014.pdf"
4+
Url="https://raw.githubusercontent.com/mozilla/pdf.js/ba2edeae/web/compressed.tracemonkey-pldi-09.pdf"
55
OnDocumentLoaded="OnDocumentLoaded"
66
OnPageChanged="OnPageChanged" />
77

0 commit comments

Comments
 (0)