diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md
index 5e03e6489..84135da8d 100644
--- a/js/PdfViewer/Getting-Started.md
+++ b/js/PdfViewer/Getting-Started.md
@@ -17,13 +17,13 @@ This section explains how to create the PDF viewer in your web application using
Create a new project in the Visual Studio by selecting the ASP.NET Empty Web Application template. The following screenshot displays the Project Creation Wizard in Visual Studio 2012.
-
+
**Create HTML Page**
Right-click the project and select New Item option from the ‘Add’ menu to add a HTML page to the application. Name the page as **Default.html** and click OK.
-
+
### Add References, Scripts, Styles
@@ -402,7 +402,7 @@ Add the following code in the
tag in the Default.html page. Here, the PDF
The PDF viewer uses Web API services to process the PDF file. Right-Click the Project, select Add and Web API Controller Class from the listed templates. Rename it as **PdfViewerAPIController.cs**.
-
+
N> While adding WebAPI Controller Class, name it with the suffix “Controller” that is mandatory. For example, in the demo the controller is named as “PdfViewerAPIController”.
@@ -465,7 +465,7 @@ N> Create a folder named Data in the project location and add the PDF document t
Right-Click the Project, select Add and Global.asax file from the listed templates.
-
+
You can route the Web API in the Application_Start event into Global.asax file as follows.
@@ -519,7 +519,7 @@ Run the sample application and you can see the PDF Viewer on the page as display
-
+
**Destroy**
diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img3.jpeg b/js/PdfViewer/Getting-Started_images/api-controller-in-javascript-pdf-viewer.jpeg
similarity index 100%
rename from js/PdfViewer/Getting-Started_images/Getting-Started_img3.jpeg
rename to js/PdfViewer/Getting-Started_images/api-controller-in-javascript-pdf-viewer.jpeg
diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img2.jpeg b/js/PdfViewer/Getting-Started_images/default-html-in-javascript-pdf-viewer.jpeg
similarity index 100%
rename from js/PdfViewer/Getting-Started_images/Getting-Started_img2.jpeg
rename to js/PdfViewer/Getting-Started_images/default-html-in-javascript-pdf-viewer.jpeg
diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img4.jpeg b/js/PdfViewer/Getting-Started_images/web-api-routing-in-javascript-pdf-viewer.jpeg
similarity index 100%
rename from js/PdfViewer/Getting-Started_images/Getting-Started_img4.jpeg
rename to js/PdfViewer/Getting-Started_images/web-api-routing-in-javascript-pdf-viewer.jpeg
diff --git a/js/PdfViewer/Localization.md b/js/PdfViewer/Localization.md
index b3276ffe1..bb9b85dd1 100644
--- a/js/PdfViewer/Localization.md
+++ b/js/PdfViewer/Localization.md
@@ -908,5 +908,5 @@ The following screenshot shows the PDF viewer with tooltip in German language.
-
+
diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img1.jpeg b/js/PdfViewer/getting-started_images/project-creation-wizard-in-javascript-pdf-viewer.jpeg
similarity index 100%
rename from js/PdfViewer/Getting-Started_images/Getting-Started_img1.jpeg
rename to js/PdfViewer/getting-started_images/project-creation-wizard-in-javascript-pdf-viewer.jpeg
diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img5.png b/js/PdfViewer/getting-started_images/web-api-controller-in-javascript-pdf-viewer.png
similarity index 100%
rename from js/PdfViewer/Getting-Started_images/Getting-Started_img5.png
rename to js/PdfViewer/getting-started_images/web-api-controller-in-javascript-pdf-viewer.png
diff --git a/js/PdfViewer/Localization_images/Localization_img1.png b/js/PdfViewer/localization_images/javascript-pdf-viewer-with-tooltip-in-german-language.png
similarity index 100%
rename from js/PdfViewer/Localization_images/Localization_img1.png
rename to js/PdfViewer/localization_images/javascript-pdf-viewer-with-tooltip-in-german-language.png
diff --git a/js/WebAPI/Schedule.md b/js/WebAPI/Schedule.md
index 9260712ed..05f0ba17e 100644
--- a/js/WebAPI/Schedule.md
+++ b/js/WebAPI/Schedule.md
@@ -1,19 +1,19 @@
---
layout: post
-title: webAPI reference for ejSchedule
-description: webAPI reference for ejSchedule
+title: Web API reference in JavaScript Schedule | Syncfusion
+description: Learn more about Web API reference in Syncfusion Essential JavaScript Schedule control, its elements, and more.
documentation: ug
platform: js
keywords: Schedule, ejSchedule, syncfusion, ejSchedule webapi
---
-## LoadData
+# Load data in JavaScript Schedule Control
[POST] [/Api/Schedule/LoadData](http://js.syncfusion.com/demos/ejservices/api/Schedule/LoadData)
It fetches the records from Default Schedule table and binding it to the Scheduler.
-### URL parameters
+## URL parameters
| Parameter | Description |
|---|---|