@@ -21,7 +21,7 @@ Create a new Blazor MAUI app and by selecting the template **.NET MAUI Blazor Hy
2121
2222N> The PDF Viewer component is supported from .NET 6.0 onwards.
2323
24- ## Install PDF Viewer NuGet package in Blazor Maui App
24+ ## Install Smart PDF Viewer NuGet package in Blazor Maui App
2525
2626Add the following NuGet packages into the Blazor Maui app.
2727
@@ -152,7 +152,7 @@ Add the following stylesheet and script to the head section of the **~/wwwroot/i
152152{% highlight html %}
153153
154154<head >
155- <!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
155+ <!-- Syncfusion Blazor Smart PDF Viewer control's theme style sheet -->
156156 <link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
157157 <!-- Syncfusion Blazor Smart PDF Viewer control's scripts -->
158158 <script src="_content/Syncfusion.Blazor.SfSmartPdfViewer/scripts/syncfusion-blazor-sfsmartpdfviewer.min.js" type="text/javascript"></script>
@@ -161,7 +161,7 @@ Add the following stylesheet and script to the head section of the **~/wwwroot/i
161161{% endhighlight %}
162162{% endtabs %}
163163
164- ## Add PDF Viewer component
164+ ## Add Smart PDF Viewer component
165165
166166Add the Syncfusion<sup style =" font-size :70% " >® ; </sup > PDF Viewer (Next Gen) component in the ** ~ /Pages/Index.razor** file.
167167
@@ -191,7 +191,7 @@ Upon successfully launching the application, the PDF Viewer component will seaml
191191To run the PDF Viewer in a Blazor Android MAUI application using the Android emulator, follow these steps:
192192
1931931 . Add the following Assets files in your Project by creating Assets folder(Platform -> Android -> Assets)
194- [model](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/blob/master/Common/Pdfium%20files/pdfium.js ) & [vocab](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/blob/master/Common/Pdfium%20files/pdfium.js )
194+ [model](https://github.com/SyncfusionExamples/blazor-smart- pdf-viewer-examples/blob/master/Common/LocalEmbeddingsModel/model.onnx ) & [vocab](https://github.com/SyncfusionExamples/blazor-smart- pdf-viewer-examples/blob/master/Common/LocalEmbeddingsModel/vocab.txt )
195195
1961962 . Right click the Added files and go to (Properties -> BuildAction) set as AndroidAsset.
1971973 . Add the following code in your cs project file
@@ -210,7 +210,7 @@ N> If you encounter any errors while using the Android Emulator, refer to the fo
210210
211211![ Blazor SfPdfViewer Component] ( gettingstarted-images/android-emulator.png )
212212
213- > [ View Sample in GitHub] ( https://github.com/SyncfusionExamples/blazor-smart-pdf-viewer-examples/tree/master/GettingStarted ) .
213+ > [ View Sample in GitHub] ( https://github.com/SyncfusionExamples/blazor-smart-pdf-viewer-examples/tree/master/GettingStartedMAUI ) .
214214
215215## See also
216216
0 commit comments