Skip to content

Commit ac74eda

Browse files
989322: resolved CI issues
1 parent c6783ab commit ac74eda

25 files changed

+35
-35
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/configure-annotation-selector-setting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Configure annotation selector settings in Syncfusion ASP.NET Core PDF Viewer
3+
title: Configure annotation selector settings in Core PDF Viewer | Syncfusion
44
description: Learn how to customize annotation selector settings in the Syncfusion ASP.NET Core PDF Viewer component for Essential JS 2.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
99

10-
# How to Configure Annotation Selector Settings
10+
# How to Configure Annotation Selector Settings in ASP.NET Core
1111

1212
### Annotation Selector Settings
1313

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Convert PDF Library bounds to PDF Viewer bounds in ASP.NET Core | Syncfusion
3+
title: Convert PDF Library bounds to PDF Viewer in Core | Syncfusion
44
description: Learn how to convert PDF Library bounds into PDF Viewer bounds when exporting annotations, ensuring accurate placement in the ASP.NET Core PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Convert PDF Library bounds to PDF Viewer bounds in ASP.NET Core
10+
# Convert PDF Library bounds to PDF Viewer in ASP.NET Core
1111

1212
When exporting annotations from the PDF Library, convert the bounds values into the PDF Viewer format to ensure accurate placement.
1313

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/custom-context-menu.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: Customize the context menu in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Learn how to add and customize custom context menu options in the Syncfusion ASP.NET Core PDF Viewer using addCustomMenu, customContextMenuSelect, and related events.
4+
description: Learn how to add and customize context menu options in the ASP.NET Core PDF Viewer using addCustomMenu, customContextMenuSelect, and related events.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/custom-font-signature-field.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Change font family in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Learn how to change the font family for form field type signatures and initials in the Syncfusion ASP.NET Core PDF Viewer using typeSignatureFonts and typeInitialFonts.
4+
description: Learn how to change the font family for form field type signatures and initials in the ASP.NET Core PDF Viewer using typeSignatureFonts and typeInitialFonts.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Change the font family for type signatures
10+
# Change the font family for type signatures in ASP.NET Core
1111

1212
Change the font family for Type Signature and Initial fields by adding a stylesheet to load fonts and assigning them via the PDF Viewer settings. Include Google Font links in the HTML head to use those fonts.
1313

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/customize-text-search-color.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Customize text search color in ASP.NET Core PDF Viewer control | Syncfusion
3+
title: Customize text search color in Core PDF Viewer | Syncfusion
44
description: Learn here all about Customize text search color in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Customize text search color
77
documentation: ug
88
---
99

10-
# Customize text search color in ASP.NET Core PDF Viewer control
10+
# Customize textSearch color in ASP.NET Core PDF Viewer
1111

1212
To change the text search color in the Syncfusion PDF viewer, you can use the **searchColor** property of the searchModule object. This property accepts a string value that represents the color in hexadecimal format.
1313

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
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Display PDFs without downloading in ASP.NET Core PDF Viewer
3+
title: Display PDFs without downloading in Core PDF Viewer | Syncfusion
44
description: Learn how to display PDF documents without triggering downloads by using the Syncfusion ASP.NET Core PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/enable-text-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Enable or disable text selection in ASP.NET Core PDF Viewer | Syncfusion
3+
title: Enable or disable text selection in Core PDF Viewer | Syncfusion
44
description: Learn how to enable or disable text selection in the Syncfusion ASP.NET Core PDF Viewer using the enableTextSelection property.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/export-as-image-standalone.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-
# Export PDF pages as images
10+
# Export PDF pages as images in ASP.NET Core PDF Viewer
1111

1212
The PDF Viewer library enables exporting individual pages as Base64-encoded image strings by using the **exportAsImage()** method and exporting page ranges as Base64-encoded image strings by using the **exportAsImages()** 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
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Extract text using TextLineCollection in Syncfusion ASP.NET Core PDF Viewer
3+
title: Extract text using TextLineCollection in Core PDFViewer | Syncfusion
44
description: Learn how to extract text with bounds from PDF pages by using the TextLineCollection API in the Syncfusion ASP.NET Core PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/get-base64.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-
# Get Base64 value from a loaded PDF
10+
# Get Base64 value from a loaded PDF in ASP.NET Core
1111

1212
### Overview
1313

0 commit comments

Comments
 (0)