From f62f43ed55cffd0f5f28408643d598f2928c28eb Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 21 Aug 2024 10:06:04 +0300 Subject: [PATCH 1/7] 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 e79991766961e8b98cda2c49516d4722fef73c22 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 22 Aug 2024 11:51:48 +0300 Subject: [PATCH 2/7] 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 948105994c29554506c8ba630238390df4a0833c Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 22 Aug 2024 15:48:34 +0300 Subject: [PATCH 3/7] 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 4/7] 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 f96ada7bef6b2c77f76205cd9c8c862f8ae86c2c Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 28 Aug 2024 12:47:50 +0300 Subject: [PATCH 5/7] 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 6/7] 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 7/7] 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**