Skip to content

Commit 8384cc7

Browse files
986755: Update the development changes to the hotfix
1 parent 34ef5f7 commit 8384cc7

File tree

11 files changed

+17
-595
lines changed

11 files changed

+17
-595
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-extract-particular-text-and-highlight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: Extract and Highlight Text in Blazor PDF Viewer | Syncfusion
44
description: Learn here all about how to extract specific text and highlight it in the Syncfusion Blazor PDF Viewer component.
55
platform: document-processing
6-
control: PDF Viewer
6+
control: SfPdfViewer
77
documentation: ug
88
---
99

Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-refer-SfPdfViewer-script-in-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: pos
2+
layout: post
33
title: Reference SfPdfViewer scripts in a Blazor application | Syncfusion
44
description: Learn how to reference Syncfusion Blazor SfPdfViewer scripts using a CDN, static web assets, or custom resources, including deploying pdfium files.
55
platform: document-processing

Document-Processing/PDF/PDF-Viewer/blazor/form-designer/events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: post
33
title: Form Designer events in Blazor PDF Viewer | Syncfusion
4-
description: Learn about Form Designer events in the Syncfusion Blazor PDF Viewer (SfPdfViewer2), including add, delete, select, resize, validate, import, and export.
5-
platform: blazor
6-
control: PdfViewer
4+
description: Learn about Form Designer events in the Syncfusion Blazor SfPdfViewer, including add, delete, select, resize, validate, import, and export.
5+
platform: document-processing
6+
control: SfPdfViewer
77
documentation: ug
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ N> Ensure that the PDF Viewer static assets (themes and scripts) are loaded prop
145145
Register Syncfusion Blazor services and BlazorWebView in **~/Form1.cs** so that the WinForms window can host Blazor components.
146146

147147
{% tabs %}
148-
{% highlight c# tabtitle="Form1.cs (WinForms host)" hl_lines="2 3 4 5 8 9 10 11 12 13 14 15 16 17 18 20" %}
148+
{% highlight c# tabtitle="Form1.cs (WinForms host)" hl_lines="2 3 4 5 9 10 11 12 13 14 15 16 17 18 19 21" %}
149149

150150
namespace WinFormsBlazorHybridApp;
151151
using Microsoft.AspNetCore.Components.WebView.WindowsForms;

Document-Processing/PDF/PDF-Viewer/blazor/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ In the classic viewer, many C# service calls were required to retrieve informati
3333

3434
* Accurate, reliable rendering of PDF pages.
3535
* Easy page navigation with:
36-
* [Thumbnail page view](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#page-thumbnail-navigation)
37-
* [Bookmark panel](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#bookmark-navigation)
38-
* [Hyperlink navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#hyperlink-navigation)
39-
* [Table of contents navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#table-of-content-navigation)
36+
* [Thumbnail page view](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/page-thumbnail)
37+
* [Bookmark panel](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/bookmark)
38+
* [Hyperlink navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/hyperlink)
39+
* [Table of contents navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/table-of-content)
4040
* Core interactions:
4141
* [Zooming](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/magnification) and [panning](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interaction#panning-mode)
4242
* [Text searching](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/text-search)
@@ -48,7 +48,7 @@ In the classic viewer, many C# service calls were required to retrieve informati
4848
* [Stamp annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/stamp-annotation): built-in and custom stamps
4949
* [Measurement annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/measurement-annotation)
5050
* [Free text annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/free-text-annotation)
51-
* [Redaction annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/redaction-annotation)
51+
* [Redaction annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/redaction/overview)
5252
* [Comments](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/comments) and [sticky notes](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/sticky-notes-annotation) for all annotation types
5353
* [Form filling](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/form-filling)
5454
* [Form designer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/form-designer)

Document-Processing/PDF/PDF-Viewer/blazor/redaction/mobile-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: Redaction in mobile view in Blazor PDF Viewer | Syncfusion
44
description: Learn how to add, customize, and apply redactions in mobile view using the Syncfusion Blazor PDF Viewer with a complete toolbar setup and redaction workflow.
55
platform: document-processing
6-
control: SfPdfViewer2
6+
control: SfPdfViewer
77
documentation: ug
88
---
99

Document-Processing/PDF/PDF-Viewer/blazor/toolbar-customization/mobile-toolbar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ The Print option is not available in mobile mode by default. To use printing on
168168
## See also
169169

170170
- [Annotations in mobile view](../annotation/annotations-in-mobile-view)
171-
- [Form designer in mobile view](../form-designer/form-designer-in-mobile-view)
171+
- [Form designer in mobile view](../form-designer/form-designer-in-mobile-view)
172+
- [Redaction in mobile view](../redaction/mobile-view)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For **Azure OpenAI**, first [deploy an Azure OpenAI Service resource and model](
159159
Add the following stylesheet and script to the head section of the **~/wwwroot/index.html** file.
160160

161161
{% tabs %}
162-
{% highlight html hl_lines="3 7" %}
162+
{% highlight html hl_lines="4 9" %}
163163

164164
<head>
165165
....

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When using the `Server` render mode in a Blazor Web App, install the Syncfusion<
7979

8080
* Press Ctrl+` to open the integrated terminal in Visual Studio Code.
8181
* Ensure the current directory contains the project `.csproj` file.
82-
* Run the following commands to install `Syncfusion.Blazor.SfSmartPdfViewer` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/), then restore the solution.
82+
* Run the following commands to install [Syncfusion.Blazor.SfSmartPdfViewer](https://www.nuget.org/packages/Syncfusion.Blazor.SfSmartPdfViewer) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/), then restore the solution.
8383

8484
{% tabs %}
8585
{% highlight c# tabtitle="Package Manager" %}
@@ -286,7 +286,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
286286

287287

288288
{% tabs %}
289-
{% highlight html hl_lines="3 7" %}
289+
{% highlight html hl_lines="4 9" %}
290290

291291
<head>
292292
....

0 commit comments

Comments
 (0)