Skip to content

Commit c0e94a3

Browse files
989322: resolved CI issues
1 parent 40935dc commit c0e94a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/display-document-without-downloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Display document without downloading
10+
# Display document without downloading in Core PDF Viewer
1111

1212
The PDF Viewer server library allows the control to reload a PDF from memory so users can view the file without downloading it to the local device by calling the **load** method.
1313

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/extract-text-using-text-collections.md

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

1010

11-
# Extract text using TextLineCollection
11+
# Extract text using TextLineCollection in Core PDF Viewer
1212

1313
The PDF Viewer server library can extract text and its bounding information from a PDF page by using the **ExtractText()** method. The `TextLineCollection` output contains each line of text along with coordinates that help map the content back to the page.
1414

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/install-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Install EJ2 PDF Viewer packages automatically
10+
# Install EJ2 PDF Viewer packages in ASP.NET Core PDF Viewer
1111

1212
Install the Syncfusion ASP.NET Core PDF Viewer dependencies by adding the [Syncfusion.EJ2.PdfViewer.AspNet.Core](https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core/) package to the project file. When the project is built or a `dotnet restore` runs, NuGet downloads the package and its dependencies.
1313

0 commit comments

Comments
 (0)