Skip to content

Commit e785343

Browse files
987332: Resolved "PDF Viewer" spelling errors & updated versions of ResourceUrl
1 parent 490eab3 commit e785343

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+109
-109
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/accessibility.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: Accessibility with EJ2 ASP.NET MVC PDF Viewer | Syncfusion
4-
description: Learn here all about accessibility in ASP.NET MVC Pdfviewer component of Syncfusion Essential JS 2 and more.
4+
description: Learn here all about accessibility in ASP.NET MVC PDF Viewer component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Annotations Events in ASP.NET MVC Pdfviewer control | Syncfusion
3-
description: Learn here all about Annotations Events in Syncfusion ASP.NET MVC Pdfviewer component of Syncfusion Essential JS 2 and more.
2+
title: Annotations Events in ASP.NET MVC PDF Viewer control | Syncfusion
3+
description: Learn here all about Annotations Events in Syncfusion ASP.NET MVC PDF Viewer component of Syncfusion Essential JS 2 and more.
44
platform: document-processing
55
control: PDF Viewer
66
documentation: ug
@@ -47,7 +47,7 @@ The following example illustrates how to handle the `annotationAdd` event.
4747

4848
<div id="e-pv-e-sign-pdfViewer-div">
4949
<button id="checkComments" onclick="checkComments()">Check Comments</button>
50-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationAdd("annotationAdd").Render()
50+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationAdd("annotationAdd").Render()
5151
</div>
5252

5353
<script type="text/javascript">
@@ -90,7 +90,7 @@ The following example illustrates how to handle the `annotationDoubleClick` even
9090

9191
<div id="e-pv-e-sign-pdfViewer-div">
9292
<button id="checkComments" onclick="checkComments()">Check Comments</button>
93-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationDoubleClick("annotationDoubleClicked").Render()
93+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationDoubleClick("annotationDoubleClicked").Render()
9494
</div>
9595

9696
<script>
@@ -130,7 +130,7 @@ The following example illustrates how to handle the `annotationMouseLeave` event
130130

131131
<div id="e-pv-e-sign-pdfViewer-div">
132132
<button id="checkComments" onclick="checkComments()">Check Comments</button>
133-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMouseLeave("AnnotationMouseLeaved").Render()
133+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMouseLeave("AnnotationMouseLeaved").Render()
134134
</div>
135135

136136
<script>
@@ -171,7 +171,7 @@ The following example illustrates how to handle the `annotationMouseover` event.
171171

172172
<div id="e-pv-e-sign-pdfViewer-div">
173173
<button id="checkComments" onclick="checkComments()">Check Comments</button>
174-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMouseover("AnnotationMouseovered").Render()
174+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMouseover("AnnotationMouseovered").Render()
175175
</div>
176176

177177
<script>
@@ -212,7 +212,7 @@ The following example illustrates how to handle the `annotationMove` event.
212212

213213
<div id="e-pv-e-sign-pdfViewer-div">
214214
<button id="checkComments" onclick="checkComments()">Check Comments</button>
215-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMove("annotationMoved").Render()
215+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMove("annotationMoved").Render()
216216
</div>
217217

218218
<script>
@@ -253,7 +253,7 @@ The following example illustrates how to handle the `annotationMoving` event.
253253

254254
<div id="e-pv-e-sign-pdfViewer-div">
255255
<button id="checkComments" onclick="checkComments()">Check Comments</button>
256-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMoving("annotationMoving").Render()
256+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationMoving("annotationMoving").Render()
257257
</div>
258258

259259
<script>
@@ -294,7 +294,7 @@ The following example illustrates how to handle the `annotationPropertiesChange`
294294

295295
<div id="e-pv-e-sign-pdfViewer-div">
296296
<button id="checkComments" onclick="checkComments()">Check Comments</button>
297-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationPropertiesChange("annotationPropertiesChanged").Render()
297+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationPropertiesChange("annotationPropertiesChanged").Render()
298298
</div>
299299

300300
<script>
@@ -337,7 +337,7 @@ The following example illustrates how to handle the `annotationRemove` event.
337337

338338
<div id="e-pv-e-sign-pdfViewer-div">
339339
<button id="checkComments" onclick="checkComments()">Check Comments</button>
340-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationRemove("annotationRemoved").Render()
340+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationRemove("annotationRemoved").Render()
341341
</div>
342342

343343
<script>
@@ -378,7 +378,7 @@ The following example illustrates how to handle the `annotationResize` event.
378378

379379
<div id="e-pv-e-sign-pdfViewer-div">
380380
<button id="checkComments" onclick="checkComments()">Check Comments</button>
381-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationResize("annotationResized").Render()
381+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationResize("annotationResized").Render()
382382
</div>
383383

384384
<script>
@@ -419,7 +419,7 @@ The following example illustrates how to handle the `annotationSelect` event.
419419

420420
<div id="e-pv-e-sign-pdfViewer-div">
421421
<button id="checkComments" onclick="checkComments()">Check Comments</button>
422-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationSelect("annotationSelected").Render()
422+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationSelect("annotationSelected").Render()
423423
</div>
424424

425425
<script>
@@ -460,7 +460,7 @@ The following example illustrates how to handle the `annotationUnselect` event.
460460

461461
<div id="e-pv-e-sign-pdfViewer-div">
462462
<button id="checkComments" onclick="checkComments()">Check Comments</button>
463-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationUnSelect("annotationUnselected").Render()
463+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AnnotationUnSelect("annotationUnselected").Render()
464464
</div>
465465

466466
<script>
@@ -501,7 +501,7 @@ The following example illustrates how to handle the `beforeAddFreeText` event.
501501

502502
<div id="e-pv-e-sign-pdfViewer-div">
503503
<button id="checkComments" onclick="checkComments()">Check Comments</button>
504-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").BeforeAddFreeText("beforeAddedFreeText").Render()
504+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").BeforeAddFreeText("beforeAddedFreeText").Render()
505505
</div>
506506

507507
<script>
@@ -548,7 +548,7 @@ The following example illustrates how to handle the `addSignature` event.
548548

549549
<div id="e-pv-e-sign-pdfViewer-div">
550550
<button id="checkComments" onclick="checkComments()">Check Comments</button>
551-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AddSignature("addSignature").Render()
551+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").AddSignature("addSignature").Render()
552552
</div>
553553

554554
<script>
@@ -589,7 +589,7 @@ The following example illustrates how to handle the `removeSignature` event.
589589

590590
<div id="e-pv-e-sign-pdfViewer-div">
591591
<button id="checkComments" onclick="checkComments()">Check Comments</button>
592-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").RemoveSignature("removeSignature").Render()
592+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").RemoveSignature("removeSignature").Render()
593593
</div>
594594

595595
<script>
@@ -630,7 +630,7 @@ The following example illustrates how to handle the `resizeSignature` event.
630630

631631
<div id="e-pv-e-sign-pdfViewer-div">
632632
<button id="checkComments" onclick="checkComments()">Check Comments</button>
633-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").ResizeSignature("resizeSignature").Render()
633+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").ResizeSignature("resizeSignature").Render()
634634
</div>
635635

636636
<script>
@@ -671,7 +671,7 @@ The following example illustrates how to handle the `signaturePropertiesChange`
671671

672672
<div id="e-pv-e-sign-pdfViewer-div">
673673
<button id="checkComments" onclick="checkComments()">Check Comments</button>
674-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignaturePropertiesChange("signaturePropertiesChanged").Render()
674+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignaturePropertiesChange("signaturePropertiesChanged").Render()
675675
</div>
676676

677677
<script>
@@ -712,7 +712,7 @@ The following example illustrates how to handle the `signatureSelect` event.
712712

713713
<div id="e-pv-e-sign-pdfViewer-div">
714714
<button id="checkComments" onclick="checkComments()">Check Comments</button>
715-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignatureSelect("signatureSelected").Render()
715+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignatureSelect("signatureSelected").Render()
716716
</div>
717717

718718
<script>
@@ -753,7 +753,7 @@ The following example illustrates how to handle the `signatureUnselect` event.
753753

754754
<div id="e-pv-e-sign-pdfViewer-div">
755755
<button id="checkComments" onclick="checkComments()">Check Comments</button>
756-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignatureUnselect("signatureUnselected").Render()
756+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").SignatureUnselect("signatureUnselected").Render()
757757
</div>
758758

759759
<script>

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/annotation/comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following example logs comments in response to a button click.
119119

120120
<div id="e-pv-e-sign-pdfViewer-div">
121121
<button id="checkComments" onclick="checkComments()">Check Comments</button>
122-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()
122+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()
123123
</div>
124124

125125
<script type="text/javascript">
@@ -147,7 +147,7 @@ The following example logs comments in response to a button click.
147147

148148
<div id="e-pv-e-sign-pdfViewer-div">
149149
<button id="checkComments" onclick="checkComments()">Check Comments</button>
150-
@Html.EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~/PdfViewer/")).ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()
150+
@Html.EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~/PdfViewer/")).ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()
151151
</div>
152152

153153
<script type="text/javascript">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The PDF Viewer supports downloading the loaded PDF file. You can enable or disab
1515
{% highlight cshtml tabtitle="Standalone" %}
1616

1717
<div id="e-pv-e-sign-pdfViewer-div">
18-
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").EnableDownload(true).Render()
18+
@Html.EJS().PdfViewer("pdfviewer").ResourceUrl("https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").EnableDownload(true).Render()
1919
</div>
2020

2121
{% endhighlight %}

0 commit comments

Comments
 (0)