Skip to content

Commit dda9282

Browse files
980582: Add_documentation_for_Blazor_MAUI_APP
1 parent e27c5a3 commit dda9282

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Document-Processing/PDF/Smart-PDF-Viewer/blazor/blazor-hybrid/deploy-maui-windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a new Blazor MAUI app and by selecting the template **.NET MAUI Blazor Hy
2121

2222
N> 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

2626
Add 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

166166
Add the Syncfusion<sup style="font-size:70%">&reg;</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
191191
To run the PDF Viewer in a Blazor Android MAUI application using the Android emulator, follow these steps:
192192

193193
1. 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

196196
2. Right click the Added files and go to (Properties -> BuildAction) set as AndroidAsset.
197197
3. 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

-7.67 KB
Loading

0 commit comments

Comments
 (0)