Skip to content

Commit 4b5088a

Browse files
Resolve the CI failures
1 parent 22d6294 commit 4b5088a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Document-Processing/PDF/PDF-Viewer/asp-net-core/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88

99
# Events in ASP.NET Core PDF Viewer Control
1010

11-
The PDF Viewer component provides a comprehensive event system for integrating custom logic into application workflows. Events are triggered throughout the document lifecycle, user interactions, and feature operations.
11+
The PDF Viewer component provides a comprehensive event system for integrating custom logic into application workflows. Events are triggered throughout the document life cycle, user interactions, and feature operations.
1212

1313
## Event reference table
1414

Document-Processing/PDF/PDF-Viewer/asp-net-core/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The print functionality can be controlled using the `enablePrint` property. Set
4343
{% endhighlight %}
4444
{% endtabs %}
4545

46-
![Print dialog in the PDF Viewer](../images/print.png)
46+
![Print dialog in the PDF Viewer](./images/print.png)
4747

4848
In addition to the toolbar print button, the PDF Viewer provides the `print()` method to programmatically trigger printing. This is useful for creating custom print buttons or integrating printing into application workflows.
4949

Document-Processing/PDF/PDF-Viewer/asp-net-core/server-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ documentation: ug
99

1010
# Server Actions in ASP.NET Core PDF Viewer
1111

12-
The Syncfusion<sup style="font-size:70%">&reg;</sup> PDF Viewer is a client-server control that performs all heavy document processing on the server while sending incremental responses to the client for rendering and user interaction. This architecture ensures optimal performance, memory efficiency, and scalability by processing PDF documents on the backend and streaming only the necessary data to the browser.
12+
The Syncfusion<sup style="font-size:70%">&reg;</sup> PDF Viewer is a client-server control that performs all heavy document processing on the server while sending incremental responses to the client for rendering and user interaction. This architecture ensures optimal performance, memory efficiency, and scalability by processing PDF documents on the back end and streaming only the necessary data to the browser.
1313

1414
**Key requirements for proper operation:**
1515
- ASP.NET Core controller routes must be properly registered
1616
- Dependency injection must supply `IHostingEnvironment` and `IMemoryCache`
1717
- Memory caching must be configured to persist page data between requests
1818
- File path validation must restrict access to trusted locations only
19-
- Input sanitization must prevent path traversal and file access vulnerabilities
19+
- Input sanitize must prevent path traversal and file access vulnerabilities
2020

2121
## Available server actions
2222

Document-Processing/PDF/PDF-Viewer/asp-net-core/text-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Text search can be enabled or disabled using the `enableTextSearch` property. Th
4141
{% endhighlight %}
4242
{% endtabs %}
4343

44-
![Text search in PDF Viewer](../images/search.png)
44+
![Text search in PDF Viewer](./images/search.png)
4545

4646
## Text search features
4747

@@ -403,7 +403,7 @@ Searches for an array of text strings and returns bounding rectangles only for o
403403

404404
## Text search events
405405

406-
The PDF Viewer provides events that allow you to monitor and respond to different stages of the text search lifecycle. Use these events to customize search behavior, validate queries, track search analytics, or implement conditional logic based on search results.
406+
The PDF Viewer provides events that allow you to monitor and respond to different stages of the text search life cycle. Use these events to customize search behavior, validate queries, track search analytics, or implement conditional logic based on search results.
407407

408408
### Text search start event
409409

Document-Processing/PDF/PDF-Viewer/asp-net-core/troubleshooting/document-loading-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Fix Document Loading Issues in Core PDF Viewer | Syncfusion
4-
description: Resolve document rendering issues in ASP.NET Core PDF Viewer v23.1+ by using dataBind before load, validating URLs, and checking CORS, CSP, and network settings.
4+
description: Fix ASP.NET Core PDF Viewer v23.1+ rendering issues by calling dataBind before load, validating URLs, and verifying CORS, CSP, and network settings.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

0 commit comments

Comments
 (0)