Skip to content

Commit 88049f3

Browse files
987016: DocumentCorrection
1 parent 32e1914 commit 88049f3

14 files changed

+32
-30
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ The following example illustrates how to handle the `annotationMouseover` event.
212212
}
213213
</script>
214214

215+
{% endhighlight %}
216+
{% endtabs %}
217+
215218
### annotationMove
216219

217220
The [annotationMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_AnnotationMove) event is triggered when an annotation is moved over the page of the PDF document.

Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/annotations-in-mobile-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Annotations in mobile view in ASP.NET Core Pdfviewer control | Syncfusion
4-
description: Learn here all about Annotations in mobile view in Syncfusion ASP.NET Core Pdfviewer control of Syncfusion Essential JS 2 and more.
3+
title: Annotations in mobile view in ASP.NET Core Pdf viewer | Syncfusion
4+
description: Learn here all about Annotations in mobile view in Syncfusion ASP.NET Core Pdf viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Annotations in mobile view
77
publishingplatform: ASP.NET Core
88
documentation: ug
99
---
10-
# Annotations in mobile view in ASP.NET Core Pdfviewer control
10+
# Annotations in mobile view in ASP.NET Core Pdf viewer control
1111

1212
## To Open the Annotation Toolbar
1313

Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/free-text-annotation.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: Free text annotation in EJ2 ASP.NET Core PDF Viewer control | Syncfusion
3+
title: Free text annotation in EJ2 ASP.NET Core PDF Viewer | Syncfusion
44
description: Learn about free text annotations in the Syncfusion ASP.NET Core PDF Viewer (Essential JS 2): add, edit, delete, and default settings.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/signature-annotation.md

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

1111

12-
# Handwritten signature
12+
# Handwritten Signature
1313

1414
The PDF Viewer supports adding handwritten signatures to PDF documents. Handwritten signatures reduce paperwork during reviews and provide a simple way to verify documents digitally.
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: document-processing
88
documentation: ug
99
---
1010

11-
# Download a PDF document in PDF Viewer component
11+
# Download PDF document in PDF Viewer component
1212

1313
The PDF Viewer supports downloading the loaded PDF file. You can enable or disable the download using the following example.
1414

@@ -34,7 +34,7 @@ The PDF Viewer supports downloading the loaded PDF file. You can enable or disab
3434
{% endhighlight %}
3535
{% endtabs %}
3636

37-
![Alt text](../images/download.png)
37+
![Alt text](./images/download.png)
3838

3939
You can also programmatically invoke the download action using the `download()` method, as shown below:
4040

Document-Processing/PDF/PDF-Viewer/asp-net-core/form-designer/create-programmatically.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Create form fields programmatically in ASP.NET Core PDF Viewer | Syncfusion
3+
title: Programmatically Add Fields in ASP.NET Core PDF Viewer | Syncfusion
44
description: Learn how to add, update, delete, save, print, validate, and import/export form fields in the Syncfusion ASP.NET Core PDF Viewer component.
55
platform: document-processing
66
control: PDF Viewer
@@ -677,8 +677,8 @@ The following code shows how to configure default properties for an initial fiel
677677

678678
<script type="text/javascript">
679679

680-
window.onload = function () {
681-
var viewer = document.getElementById('pdfviewer').ej2_instances[0];
680+
window.load = function () {
681+
var viewer = document.getElementById('viewer').ej2_instances[0];
682682
viewer.initialFieldSettings = {
683683
// Set the name of the form field element.
684684
name: 'Initial',

Document-Processing/PDF/PDF-Viewer/asp-net-core/form-designer/create-with-user-interface-interaction.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: Design form fields in the ASP.NET Core PDF Viewer component | Syncfusion
3+
title: Design form fields in the ASP.NET Core PDF Viewer | Syncfusion
44
description: Learn how to add, drag, resize, edit, and manage form fields using the UI in the Syncfusion ASP.NET Core PDF Viewer component.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/asp-net-core/form-designer/form-field-events.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The [formFieldClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej
114114

115115
## formFieldDoubleClick event
116116

117-
The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldDoubleClick/) event is triggered when a form field is double-clicked. The event arguments provide details about the double-clicked form field.
117+
The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldDoubleClick) event is triggered when a form field is double-clicked. The event arguments provide details about the double-clicked form field.
118118

119119
{% tabs %}
120120
{% highlight cshtml tabtitle="Standalone" %}
@@ -156,7 +156,7 @@ The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfus
156156

157157
## formFieldFocusOut event
158158

159-
The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldFocusOut/) event is triggered when a form field loses focus. The event arguments provide details about the field that lost focus.
159+
The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldFocusOut) event is triggered when a form field loses focus. The event arguments provide details about the field that lost focus.
160160

161161
{% tabs %}
162162
{% highlight cshtml tabtitle="Standalone" %}
@@ -198,7 +198,7 @@ The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion
198198

199199
## formFieldMouseLeave event
200200

201-
The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseLeave/) event is triggered when the mouse leaves a form field. The event arguments provide details about the mouse leave action.
201+
The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseLeave) event is triggered when the mouse leaves a form field. The event arguments provide details about the mouse leave action.
202202

203203
{% tabs %}
204204
{% highlight cshtml tabtitle="Standalone" %}
@@ -240,7 +240,7 @@ The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusi
240240

241241
## formFieldMouseOver event
242242

243-
The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseover/) event is triggered when the mouse hovers over a form field. The event arguments provide details about the mouse over action.
243+
The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseover) event is triggered when the mouse hovers over a form field. The event arguments provide details about the mouse over action.
244244

245245
{% tabs %}
246246
{% highlight cshtml tabtitle="Standalone" %}
@@ -286,7 +286,7 @@ The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusio
286286

287287
## formFieldMove event
288288

289-
The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMove/) event is triggered when a form field is moved. The event arguments provide details about the movement.
289+
The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMove) event is triggered when a form field is moved. The event arguments provide details about the movement.
290290

291291
{% tabs %}
292292
{% highlight cshtml tabtitle="Standalone" %}
@@ -332,7 +332,7 @@ The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2
332332

333333
## formFieldPropertiesChange event
334334

335-
The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldPropertiesChange/) event is triggered when form field properties change. The event arguments indicate which property changed.
335+
The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldPropertiesChange) event is triggered when form field properties change. The event arguments indicate which property changed.
336336

337337
{% tabs %}
338338
{% highlight cshtml tabtitle="Standalone" %}
@@ -393,7 +393,7 @@ The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/sy
393393

394394
## formFieldRemove event
395395

396-
The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldRemove/) event is triggered when a form field is removed from the PDF. The event arguments provide details about the removed field.
396+
The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldRemove) event is triggered when a form field is removed from the PDF. The event arguments provide details about the removed field.
397397

398398
{% tabs %}
399399
{% highlight cshtml tabtitle="Standalone" %}
@@ -435,7 +435,7 @@ The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
435435

436436
## formFieldResize event
437437

438-
The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldResize/) event is triggered when a form field is resized. The event arguments include current and previous positions.
438+
The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldResize) event is triggered when a form field is resized. The event arguments include current and previous positions.
439439

440440
{% tabs %}
441441
{% highlight cshtml tabtitle="Standalone" %}
@@ -481,7 +481,7 @@ The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
481481

482482
## formFieldSelect event
483483

484-
The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldSelect/) event is triggered when a form field is selected. The event arguments provide details about the selected field.
484+
The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldSelect) event is triggered when a form field is selected. The event arguments provide details about the selected field.
485485

486486
{% tabs %}
487487
{% highlight cshtml tabtitle="Standalone" %}
@@ -523,7 +523,7 @@ The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
523523

524524
## formFieldUnselect event
525525

526-
The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldUnselect/) event is triggered when a form field is unselected. The event arguments provide details about the unselected field.
526+
The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldUnselect) event is triggered when a form field is unselected. The event arguments provide details about the unselected field.
527527

528528
{% tabs %}
529529
{% highlight cshtml tabtitle="Standalone" %}
@@ -565,7 +565,7 @@ The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion
565565

566566
## validateFormFields event
567567

568-
The [validateFormFields](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_ValidateFormFields/) event is triggered when required form fields are left unfilled before downloading or printing the PDF. The event arguments include details about the incomplete fields.
568+
The [validateFormFields](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_ValidateFormFields) event is triggered when required form fields are left unfilled before downloading or printing the PDF. The event arguments include details about the incomplete fields.
569569

570570
{% tabs %}
571571
{% highlight cshtml tabtitle="Standalone" %}

Document-Processing/PDF/PDF-Viewer/asp-net-core/getting-started-with-server-backed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,5 @@ N> For hosting the web service on Linux, include [SkiaSharp.NativeAssets.Linux](
427427

428428
## See also
429429

430-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core using Razor Pages](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages/)
430+
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core using Razor Pages](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages)
431431
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core MVC using Tag Helper](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/aspnet-core-mvc-taghelper)

Document-Processing/PDF/PDF-Viewer/asp-net-core/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-Ge
189189

190190
## See also
191191

192-
* [Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core using Razor Pages](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/razor-pages/)
193-
* [Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core MVC using Tag Helper](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/aspnet-core-mvc-taghelper)
192+
* [Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core using Razor Pages](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/razor-pages)

0 commit comments

Comments
 (0)