Skip to content

Commit 3808243

Browse files
989322: resolved CI issues
1 parent c0e94a3 commit 3808243

8 files changed

+14
-10
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/configure-annotation-selector-setting.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: Configure annotation selector settings in Core PDF Viewer | Syncfusion
3+
title: Annotation Selector Settings in ASP.NET 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

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds.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: Convert PDF Library bounds to PDF Viewer in Core | Syncfusion
3+
title: Convert PDF Library bounds in ASP.NET Core PDF Viewer | 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

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 Core PDF Viewer | Syncfusion
3+
title: Customize text search color in ASP.NET 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 textSearch color in ASP.NET Core PDF Viewer
10+
# Customize text Search 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 Core PDF Viewer | Syncfusion
3+
title: Display PDF Without Download in ASP.NET 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 Core PDF Viewer | Syncfusion
3+
title: Manage Text Selection in ASP.NET 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/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 Core PDFViewer | Syncfusion
3+
title: Extract Text Using TextLineCollection in ASP.NET Core | 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/identify-added-annotation-mode.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: Identify added annotation mode in Core PDF Viewer | Syncfusion
3+
title: Identify added annotationmode in ASP.NET Core PDF Viewer | Syncfusion
44
description: Learn here all about Identify added annotation mode in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Identify added annotation mode

Document-Processing/PDF/PDF-Viewer/vue/how-to/highlight-underline-strikeout-text.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Step 1: Follow the steps in the [Get started with Vue PDF Viewer](https://help.s
1515

1616
Step 2: Add the following Vue component snippet to enable highlight, underline, and strikeout actions using button clicks.
1717

18-
```vue
18+
{% tabs %}
19+
{% highlight html tabtitle="Standalone" %}
20+
1921
<template>
2022
<div>
2123
<div style="margin-bottom:10px;">
@@ -69,6 +71,8 @@ export default {
6971
}
7072
};
7173
</script>
72-
```
74+
75+
{% endhighlight %}
76+
{% endtabs %}
7377

7478
For the list of available annotation modes, see the [Annotation API](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation/).

0 commit comments

Comments
 (0)