Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Extract and Highlight Text in Blazor PDF Viewer | Syncfusion
description: Learn here all about how to extract specific text and highlight it in the Syncfusion Blazor PDF Viewer component.
platform: document-processing
control: PDF Viewer
control: SfPdfViewer
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: pos
layout: post
title: Reference SfPdfViewer scripts in a Blazor application | Syncfusion
description: Learn how to reference Syncfusion Blazor SfPdfViewer scripts using a CDN, static web assets, or custom resources, including deploying pdfium files.
platform: document-processing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: post
title: Form Designer events in Blazor PDF Viewer | Syncfusion
description: Learn about Form Designer events in the Syncfusion Blazor PDF Viewer (SfPdfViewer2), including add, delete, select, resize, validate, import, and export.
platform: blazor
control: PdfViewer
description: Learn about Form Designer events in the Syncfusion Blazor SfPdfViewer, including add, delete, select, resize, validate, import, and export.
platform: document-processing
control: SfPdfViewer
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ N> Ensure that the PDF Viewer static assets (themes and scripts) are loaded prop
Register Syncfusion Blazor services and BlazorWebView in **~/Form1.cs** so that the WinForms window can host Blazor components.

{% tabs %}
{% 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" %}
{% 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" %}

namespace WinFormsBlazorHybridApp;
using Microsoft.AspNetCore.Components.WebView.WindowsForms;
Expand Down
10 changes: 5 additions & 5 deletions Document-Processing/PDF/PDF-Viewer/blazor/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ In the classic viewer, many C# service calls were required to retrieve informati

* Accurate, reliable rendering of PDF pages.
* Easy page navigation with:
* [Thumbnail page view](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#page-thumbnail-navigation)
* [Bookmark panel](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#bookmark-navigation)
* [Hyperlink navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#hyperlink-navigation)
* [Table of contents navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/navigation#table-of-content-navigation)
* [Thumbnail page view](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/page-thumbnail)
* [Bookmark panel](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/bookmark)
* [Hyperlink navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/hyperlink)
* [Table of contents navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/interactive-pdf-navigation/table-of-content)
* Core interactions:
* [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)
* [Text searching](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/text-search)
Expand All @@ -48,7 +48,7 @@ In the classic viewer, many C# service calls were required to retrieve informati
* [Stamp annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/stamp-annotation): built-in and custom stamps
* [Measurement annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/measurement-annotation)
* [Free text annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/free-text-annotation)
* [Redaction annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/redaction-annotation)
* [Redaction annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/redaction/overview)
* [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
* [Form filling](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/form-filling)
* [Form designer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/form-designer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Redaction in mobile view in Blazor PDF Viewer | Syncfusion
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.
platform: document-processing
control: SfPdfViewer2
control: SfPdfViewer
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ The Print option is not available in mobile mode by default. To use printing on
## See also

- [Annotations in mobile view](../annotation/annotations-in-mobile-view)
- [Form designer in mobile view](../form-designer/form-designer-in-mobile-view)
- [Form designer in mobile view](../form-designer/form-designer-in-mobile-view)
- [Redaction in mobile view](../redaction/mobile-view)
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ For **Azure OpenAI**, first [deploy an Azure OpenAI Service resource and model](
Add the following stylesheet and script to the head section of the **~/wwwroot/index.html** file.

{% tabs %}
{% highlight html hl_lines="3 7" %}
{% highlight html hl_lines="4 9" %}

<head>
....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When using the `Server` render mode in a Blazor Web App, install the Syncfusion<

* Press Ctrl+` to open the integrated terminal in Visual Studio Code.
* Ensure the current directory contains the project `.csproj` file.
* 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.
* 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.

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


{% tabs %}
{% highlight html hl_lines="3 7" %}
{% highlight html hl_lines="4 9" %}

<head>
....
Expand Down
Loading