Skip to content

Commit dd04a09

Browse files
committed
Merge branch 'hotfix/hotfix-v32.1.19' of https://github.com/syncfusion-content/document-processing-docs into 999358-hotfix
2 parents fb5b2d7 + ab8f665 commit dd04a09

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
8.28 KB
Loading

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add **Blazor PDF Viewer** component in the app, open the NuGet package manage
3737

3838
If using the WebAssembly or Auto interactive render mode, install the NuGet packages in the client project to add the component to the Web App.
3939

40-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
40+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
4141
* [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor)
4242

4343
![SkiaSharp Views Blazor](gettingstarted-images/skia-sharp-image.png)
@@ -95,8 +95,8 @@ dotnet restore
9595

9696
N> Syncfusion® Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). See [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) for the list of available packages and component details.
9797

98-
N> Syncfusion® uses [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor) version 3.116.1. Ensure this version is referenced.
99-
* dotnet add package SkiaSharp.Views.Blazor -v 3.116.1
98+
N> Syncfusion® uses [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor) version 3.119.1. Ensure this version is referenced.
99+
* dotnet add package SkiaSharp.Views.Blazor -v 3.119.1
100100

101101
![SkiaSharp Views Blazor](gettingstarted-images/skia-sharp-image.png)
102102

@@ -304,7 +304,7 @@ Run the application to display the PDF file in the Syncfusion® Blazor PDF Vi
304304

305305
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZVzNWqXLSZpnuzc?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Web App SfPdfViewer rendering in browser](gettingstarted-images/blazor-pdfviewer.png)" %}
306306

307-
N> [View the sample on GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/PDFViewer%20%202/BlazorWebApp).
307+
N> [View the sample on GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/PDFViewer2/NET10/PDFViewer2_WebApp).
308308

309309
## See also
310310

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-assembly-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add the Blazor PDF Viewer component to the app, open the NuGet Package Manage
3737
* [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes)
3838
* [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor)
3939

40-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
40+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
4141

4242
{% endtabcontent %}
4343

@@ -82,14 +82,14 @@ N> The PDF Viewer component is supported on .NET 8.0 and later.
8282

8383
dotnet add package Syncfusion.Blazor.SfPdfViewer -v {{ site.releaseversion }}
8484
dotnet add package Syncfusion.Blazor.Themes -v {{ site.releaseversion }}
85-
dotnet add package SkiaSharp.Views.Blazor -v 3.116.1
85+
dotnet add package SkiaSharp.Views.Blazor -v 3.119.1
8686
dotnet restore
8787

8888
{% endhighlight %}
8989

9090
{% endtabs %}
9191

92-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
92+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
9393

9494
N> Syncfusion® Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). See [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) for the list of available packages and component details.
9595

0 commit comments

Comments
 (0)