From f62f43ed55cffd0f5f28408643d598f2928c28eb Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 21 Aug 2024 10:06:04 +0300 Subject: [PATCH 01/12] SEO-174654-JavaScript-Image-With-anchor-text --- js/PdfViewer/Getting-Started.md | 10 +++++----- ...ted_img3.jpeg => Pdf-viewer-api-controller.jpeg} | Bin ....jpeg => getting-started-with-default-html.jpeg} | Bin ...g1.jpeg => getting-started-with-pdf-viewer.jpeg} | Bin ...eg => getting-started-with-web-api-routing.jpeg} | Bin ...png => getting-started-with-web-application.png} | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename js/PdfViewer/Getting-Started_images/{Getting-Started_img3.jpeg => Pdf-viewer-api-controller.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{Getting-Started_img2.jpeg => getting-started-with-default-html.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{Getting-Started_img1.jpeg => getting-started-with-pdf-viewer.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{Getting-Started_img4.jpeg => getting-started-with-web-api-routing.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{Getting-Started_img5.png => getting-started-with-web-application.png} (100%) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 0c636ae9d..11d8619fd 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. -![GettingStarted](Getting-Started_images/Getting-Started_img1.jpeg) +![Getting Started with PDF Viewer.](Getting-Started_images/getting-started-with-pdf-viewer.jpeg) **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. -![GettingStarted](Getting-Started_images/Getting-Started_img2.jpeg) +![Getting Started with default HTML.](Getting-Started_images/getting-started-with-default-html.jpeg) ### 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**. -![GettingStarted](Getting-Started_images/Getting-Started_img3.jpeg) +![PDF Viewer API Controller.](Getting-Started_images/Pdf-viewer-api-controller.jpeg) 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. -![GettingStarted](Getting-Started_images/Getting-Started_img4.jpeg) +![Getting Started with Web API Routing.](Getting-Started_images/getting-started-with-web-api-routing.jpeg) 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 -![GettingStarted](Getting-Started_images/Getting-Started_img5.png) +![Getting Started with Application.](Getting-Started_images/getting-started-with-web-application.png) **Destroy** diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img3.jpeg b/js/PdfViewer/Getting-Started_images/Pdf-viewer-api-controller.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/Getting-Started_img3.jpeg rename to js/PdfViewer/Getting-Started_images/Pdf-viewer-api-controller.jpeg diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img2.jpeg b/js/PdfViewer/Getting-Started_images/getting-started-with-default-html.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/Getting-Started_img2.jpeg rename to js/PdfViewer/Getting-Started_images/getting-started-with-default-html.jpeg diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img1.jpeg b/js/PdfViewer/Getting-Started_images/getting-started-with-pdf-viewer.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/Getting-Started_img1.jpeg rename to js/PdfViewer/Getting-Started_images/getting-started-with-pdf-viewer.jpeg diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img4.jpeg b/js/PdfViewer/Getting-Started_images/getting-started-with-web-api-routing.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/Getting-Started_img4.jpeg rename to js/PdfViewer/Getting-Started_images/getting-started-with-web-api-routing.jpeg diff --git a/js/PdfViewer/Getting-Started_images/Getting-Started_img5.png b/js/PdfViewer/Getting-Started_images/getting-started-with-web-application.png similarity index 100% rename from js/PdfViewer/Getting-Started_images/Getting-Started_img5.png rename to js/PdfViewer/Getting-Started_images/getting-started-with-web-application.png From d8727cabaed431dde020bc7b180beff50ae4ba06 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 21 Aug 2024 10:16:43 +0300 Subject: [PATCH 02/12] SEO-174654-JavaScript-Image-With-anchor-text-two --- js/PdfViewer/Localization.md | 2 +- ...ng => localization-in-javascript-pdf-viewer.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename js/PdfViewer/Localization_images/{Localization_img1.png => localization-in-javascript-pdf-viewer.png} (100%) diff --git a/js/PdfViewer/Localization.md b/js/PdfViewer/Localization.md index b3276ffe1..c19ee0e80 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. -![Localization](Localization_images/Localization_img1.png) +![Localization in JavaScript PDF Viewer.](Localization_images/localization-in-javascript-pdf-viewer.png) diff --git a/js/PdfViewer/Localization_images/Localization_img1.png b/js/PdfViewer/Localization_images/localization-in-javascript-pdf-viewer.png similarity index 100% rename from js/PdfViewer/Localization_images/Localization_img1.png rename to js/PdfViewer/Localization_images/localization-in-javascript-pdf-viewer.png From e79991766961e8b98cda2c49516d4722fef73c22 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 22 Aug 2024 11:51:48 +0300 Subject: [PATCH 03/12] Changes --- js/PdfViewer/Getting-Started.md | 10 +++++----- ...=> api-controller-in-javascript-pdf-viewer.jpeg} | Bin ...png => application-in-javascript-pdf-viewer.png} | Bin ...g => default-html-in-javascript-pdf-viewer.jpeg} | Bin ...getting-started-with-javascript-pdf-viewer.jpeg} | Bin ...> web-api-routing-in-javascript-pdf-viewer.jpeg} | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename js/PdfViewer/Getting-Started_images/{Pdf-viewer-api-controller.jpeg => api-controller-in-javascript-pdf-viewer.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{getting-started-with-web-application.png => application-in-javascript-pdf-viewer.png} (100%) rename js/PdfViewer/Getting-Started_images/{getting-started-with-default-html.jpeg => default-html-in-javascript-pdf-viewer.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{getting-started-with-pdf-viewer.jpeg => getting-started-with-javascript-pdf-viewer.jpeg} (100%) rename js/PdfViewer/Getting-Started_images/{getting-started-with-web-api-routing.jpeg => web-api-routing-in-javascript-pdf-viewer.jpeg} (100%) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 11d8619fd..2a47ac0ba 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. -![Getting Started with PDF Viewer.](Getting-Started_images/getting-started-with-pdf-viewer.jpeg) +![Getting Started with JavaScript PDF Viewer.](getting-started_images/getting-started-with-javascript-pdf-viewer.jpeg) **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. -![Getting Started with default HTML.](Getting-Started_images/getting-started-with-default-html.jpeg) +![Default HTML in JavaScript PDF Viewer.](getting-started_images/default-html-in-javascript-pdf-viewer.jpeg) ### 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**. -![PDF Viewer API Controller.](Getting-Started_images/Pdf-viewer-api-controller.jpeg) +![API Controller in JavaScript PDF Viewer.](getting-started_images/api-controller-in-javascript-pdf-viewer.jpeg) 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. -![Getting Started with Web API Routing.](Getting-Started_images/getting-started-with-web-api-routing.jpeg) +![Web API Routing in JavaScript PDF Viewer.](getting-started_images/web-api-routing-in-javascript-pdf-viewer.jpeg) 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 -![Getting Started with Application.](Getting-Started_images/getting-started-with-web-application.png) +![Application in JavaScript PDF Viewer.](getting-started_images/application-in-javascript-pdf-viewer.png) **Destroy** diff --git a/js/PdfViewer/Getting-Started_images/Pdf-viewer-api-controller.jpeg b/js/PdfViewer/Getting-Started_images/api-controller-in-javascript-pdf-viewer.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/Pdf-viewer-api-controller.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-with-web-application.png b/js/PdfViewer/Getting-Started_images/application-in-javascript-pdf-viewer.png similarity index 100% rename from js/PdfViewer/Getting-Started_images/getting-started-with-web-application.png rename to js/PdfViewer/Getting-Started_images/application-in-javascript-pdf-viewer.png diff --git a/js/PdfViewer/Getting-Started_images/getting-started-with-default-html.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-with-default-html.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-with-pdf-viewer.jpeg b/js/PdfViewer/Getting-Started_images/getting-started-with-javascript-pdf-viewer.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/getting-started-with-pdf-viewer.jpeg rename to js/PdfViewer/Getting-Started_images/getting-started-with-javascript-pdf-viewer.jpeg diff --git a/js/PdfViewer/Getting-Started_images/getting-started-with-web-api-routing.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-with-web-api-routing.jpeg rename to js/PdfViewer/Getting-Started_images/web-api-routing-in-javascript-pdf-viewer.jpeg From f2c28dd79e1f64cdd6a02c21ff22c1a25d03d039 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 22 Aug 2024 11:56:33 +0300 Subject: [PATCH 04/12] Changes --- js/PdfViewer/Localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/PdfViewer/Localization.md b/js/PdfViewer/Localization.md index c19ee0e80..da496887f 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. -![Localization in JavaScript PDF Viewer.](Localization_images/localization-in-javascript-pdf-viewer.png) +![Localization in JavaScript PDF Viewer.](localization_images/localization-in-javascript-pdf-viewer.png) From 948105994c29554506c8ba630238390df4a0833c Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 22 Aug 2024 15:48:34 +0300 Subject: [PATCH 05/12] changes --- js/PdfViewer/Getting-Started.md | 2 +- .../creation-wizard-in-javascript-pdf-viewer.jpeg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename js/PdfViewer/{Getting-Started_images/getting-started-with-javascript-pdf-viewer.jpeg => getting-started_images/creation-wizard-in-javascript-pdf-viewer.jpeg} (100%) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 2a47ac0ba..fcf22d10e 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -17,7 +17,7 @@ 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. -![Getting Started with JavaScript PDF Viewer.](getting-started_images/getting-started-with-javascript-pdf-viewer.jpeg) +![Creation Wizard in JavaScript PDF Viewer.](getting-started_images/creation-wizard-in-javascript-pdf-viewer.jpeg) **Create HTML Page** diff --git a/js/PdfViewer/Getting-Started_images/getting-started-with-javascript-pdf-viewer.jpeg b/js/PdfViewer/getting-started_images/creation-wizard-in-javascript-pdf-viewer.jpeg similarity index 100% rename from js/PdfViewer/Getting-Started_images/getting-started-with-javascript-pdf-viewer.jpeg rename to js/PdfViewer/getting-started_images/creation-wizard-in-javascript-pdf-viewer.jpeg From b38987b6927df4af4432ae17acc9914faffe85f6 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 10:38:32 +0300 Subject: [PATCH 06/12] Changes --- js/PdfViewer/Getting-Started.md | 10 +++++----- ...t-creation-wizard-in-javascript-pdf-viewer.jpeg} | Bin ...sample-application-in-javascript-pdf-viewer.png} | Bin 3 files changed, 5 insertions(+), 5 deletions(-) rename js/PdfViewer/getting-started_images/{creation-wizard-in-javascript-pdf-viewer.jpeg => project-creation-wizard-in-javascript-pdf-viewer.jpeg} (100%) rename js/PdfViewer/{Getting-Started_images/application-in-javascript-pdf-viewer.png => getting-started_images/sample-application-in-javascript-pdf-viewer.png} (100%) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index fcf22d10e..44c2d29f0 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. -![Creation Wizard in JavaScript PDF Viewer.](getting-started_images/creation-wizard-in-javascript-pdf-viewer.jpeg) +![Project creation wizard in JavaScript PDF Viewer.](getting-started_images/project-creation-wizard-in-javascript-pdf-viewer.jpeg) **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. -![Default HTML in JavaScript PDF Viewer.](getting-started_images/default-html-in-javascript-pdf-viewer.jpeg) +![Default html in JavaScript PDF Viewer.](getting-started_images/default-html-in-javascript-pdf-viewer.jpeg) ### 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**. -![API Controller in JavaScript PDF Viewer.](getting-started_images/api-controller-in-javascript-pdf-viewer.jpeg) +![API controller in JavaScript PDF Viewer.](getting-started_images/api-controller-in-javascript-pdf-viewer.jpeg) 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. -![Web API Routing in JavaScript PDF Viewer.](getting-started_images/web-api-routing-in-javascript-pdf-viewer.jpeg) +![Web API routing in JavaScript PDF Viewer.](getting-started_images/web-api-routing-in-javascript-pdf-viewer.jpeg) 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 -![Application in JavaScript PDF Viewer.](getting-started_images/application-in-javascript-pdf-viewer.png) +![Sample application in JavaScript PDF Viewer.](getting-started_images/sample-application-in-javascript-pdf-viewer.png) **Destroy** diff --git a/js/PdfViewer/getting-started_images/creation-wizard-in-javascript-pdf-viewer.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/creation-wizard-in-javascript-pdf-viewer.jpeg rename to js/PdfViewer/getting-started_images/project-creation-wizard-in-javascript-pdf-viewer.jpeg diff --git a/js/PdfViewer/Getting-Started_images/application-in-javascript-pdf-viewer.png b/js/PdfViewer/getting-started_images/sample-application-in-javascript-pdf-viewer.png similarity index 100% rename from js/PdfViewer/Getting-Started_images/application-in-javascript-pdf-viewer.png rename to js/PdfViewer/getting-started_images/sample-application-in-javascript-pdf-viewer.png From 727a25fb569e545f8f24638d9e1c6006737ea54d Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 10:48:03 +0300 Subject: [PATCH 07/12] changes --- js/PdfViewer/Localization.md | 2 +- ...-pdf-viewer-with-tooltip-in-german-language.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename js/PdfViewer/{Localization_images/localization-in-javascript-pdf-viewer.png => localization_images/javascript-pdf-viewer-with-tooltip-in-german-language.png} (100%) diff --git a/js/PdfViewer/Localization.md b/js/PdfViewer/Localization.md index da496887f..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. -![Localization in JavaScript PDF Viewer.](localization_images/localization-in-javascript-pdf-viewer.png) +![JavaScript PDF Viewer with tooltip in German language.](localization_images/javascript-pdf-viewer-with-tooltip-in-german-language.png) diff --git a/js/PdfViewer/Localization_images/localization-in-javascript-pdf-viewer.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-in-javascript-pdf-viewer.png rename to js/PdfViewer/localization_images/javascript-pdf-viewer-with-tooltip-in-german-language.png From 7b3e93e57789e4a77a26cc21882b6b5bed04900e Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:32:26 +0300 Subject: [PATCH 08/12] SEO-187685 JS Missing H1 --- js/WebAPI/Schedule.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/WebAPI/Schedule.md b/js/WebAPI/Schedule.md index 9260712ed..96452aeba 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: WebAPI reference in JavaScript Schedule | Syncfusion +description: Learn more about webAPI 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 | |---|---| From 697c56111a2ea9fb82ab3b15f8dc968956c70c61 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:39:50 +0300 Subject: [PATCH 09/12] made changes --- js/WebAPI/Schedule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/WebAPI/Schedule.md b/js/WebAPI/Schedule.md index 96452aeba..05f0ba17e 100644 --- a/js/WebAPI/Schedule.md +++ b/js/WebAPI/Schedule.md @@ -1,7 +1,7 @@ --- layout: post -title: WebAPI reference in JavaScript Schedule | Syncfusion -description: Learn more about webAPI reference in Syncfusion Essential JavaScript Schedule control, its elements, and more. +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 From f96ada7bef6b2c77f76205cd9c8c862f8ae86c2c Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 12:47:50 +0300 Subject: [PATCH 10/12] Change --- ...web-api-controller-in-javascript-pdf-viewer.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename js/PdfViewer/getting-started_images/{sample-application-in-javascript-pdf-viewer.png => web-api-controller-in-javascript-pdf-viewer.png} (100%) diff --git a/js/PdfViewer/getting-started_images/sample-application-in-javascript-pdf-viewer.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/sample-application-in-javascript-pdf-viewer.png rename to js/PdfViewer/getting-started_images/web-api-controller-in-javascript-pdf-viewer.png From 36409c0ef85040185c2e92608ffbd6f74de2e4fa Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 12:51:30 +0300 Subject: [PATCH 11/12] Update Getting-Started.md --- js/PdfViewer/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 44c2d29f0..16191c798 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -519,7 +519,7 @@ Run the sample application and you can see the PDF Viewer on the page as display -![Sample application in JavaScript PDF Viewer.](getting-started_images/sample-application-in-javascript-pdf-viewer.png) +![web API controller in JavaScript PDF Viewer.](getting-started_images/web-api-controller-in-javascript-pdf-viewer.png) **Destroy** From 0f04ebece6d047167a65085906d8c6b48f4f7c15 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 15:02:09 +0300 Subject: [PATCH 12/12] Update Getting-Started.md --- js/PdfViewer/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 16191c798..a9673af29 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -519,7 +519,7 @@ Run the sample application and you can see the PDF Viewer on the page as display -![web API controller in JavaScript PDF Viewer.](getting-started_images/web-api-controller-in-javascript-pdf-viewer.png) +![Web API controller in JavaScript PDF Viewer.](getting-started_images/web-api-controller-in-javascript-pdf-viewer.png) **Destroy**