This section contains samples of handling load and save a PDF document in the PDF Viewer.
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer/getting-started/features
- Load a PDF document using created event
- Load a PDF document from base64 string
- Load a PDF document from memory stream
- Load a PDF document from web service
- Load a PDF document from the application URL
- Resolve "Maximum Receive Message Size" error in the PDF viewer
- Load a PDF document from URL
- Load a PDF document using the LoadAsync() method
- Modify the file name while downloading a PDF document from the PDF Viewer
To run this application, you need Visual Studio 2019 or later versions.
To debug while running the application, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.