From 5e454305fed85e3d6d0e9a659b4883112af40daf Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 20 Aug 2024 16:32:27 +0300 Subject: [PATCH 1/3] SEO-86912-webforms-alt-text-missing-changes --- aspnet/PdfViewer/GettingStarted.md | 12 ++++++------ ...g2.jpeg => aspnet-web-forms-pdf-viewer-add.jpeg} | Bin ...=> aspnet-web-forms-pdf-viewer-application.jpeg} | Bin ...peg => aspnet-web-forms-pdf-viewer-display.jpeg} | Bin ....png => aspnet-web-forms-pdf-viewer-mapping.png} | Bin ...peg => aspnet-web-forms-pdf-viewer-routing.jpeg} | Bin aspnet/PdfViewer/Toolbar-Customization.md | 2 +- aspnet/Tab/Integration-with-other-controls.md | 2 +- ...> aspnet-web-forms-tab-control-intergration.png} | Bin 9 files changed, 8 insertions(+), 8 deletions(-) rename aspnet/PdfViewer/Gettingstarted_images/{Gettingstarted_img2.jpeg => aspnet-web-forms-pdf-viewer-add.jpeg} (100%) rename aspnet/PdfViewer/Gettingstarted_images/{Gettingstarted_img1.jpeg => aspnet-web-forms-pdf-viewer-application.jpeg} (100%) rename aspnet/PdfViewer/Gettingstarted_images/{Gettingstarted_img3.jpeg => aspnet-web-forms-pdf-viewer-display.jpeg} (100%) rename aspnet/PdfViewer/Gettingstarted_images/{Gettingstarted_img5.png => aspnet-web-forms-pdf-viewer-mapping.png} (100%) rename aspnet/PdfViewer/Gettingstarted_images/{Gettingstarted_img4.jpeg => aspnet-web-forms-pdf-viewer-routing.jpeg} (100%) rename aspnet/Tab/Integration-with-other-controls_images/{Integration-with-other-controls_img1.png => aspnet-web-forms-tab-control-intergration.png} (100%) diff --git a/aspnet/PdfViewer/GettingStarted.md b/aspnet/PdfViewer/GettingStarted.md index 1bafc7b12..e067c09a7 100644 --- a/aspnet/PdfViewer/GettingStarted.md +++ b/aspnet/PdfViewer/GettingStarted.md @@ -16,13 +16,13 @@ This section explains how to add and use a PDF viewer control in your web applic 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 application](Gettingstarted_images/Gettingstarted_img1.jpeg) +![Getting started application in ASP.NET Web Forms PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg) **Adding Web Form** Add a new Web Form to the project and name it as **Default.aspx** -![Getting started project](Gettingstarted_images/Gettingstarted_img2.jpeg) +![Adding ASP.NET Web Forms in PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg) #### Add References, Scripts, Styles @@ -229,7 +229,7 @@ Add below code snippet to Default.aspx. Here, PDF viewer uses the hosted service Add new folder **WebApi** in the solution and create new Web API Controller Class to it. Name it as **PdfViewerController** and click Add. -![Getting started controller](Gettingstarted_images/Gettingstarted_img3.jpeg) +![Display PDF Viewer document in ASP.NET Web Forms.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg) Replace the below code in the PdfViewerController.cs @@ -291,7 +291,7 @@ N> Please, create a folder named **Data** in the project location and add the PD Right-Click the Project, select Add and select Global.asax file from the listed templates. -![Getting started project](Gettingstarted_images/Gettingstarted_img4.jpeg) +![Routing in ASP.NET Web Forms PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg) You can route the Web API in Application_Start event in the Global.asax file as follows. @@ -368,9 +368,9 @@ Map the controller absolutely in the production environment by using the **Virtu **Sample:** - + Run the sample and you will see the PDF viewer control as in the below screenshot. -![Getting started PDF viewer](Gettingstarted_images/Gettingstarted_img5.png) +![Mapping of controller in ASP.NET Web Forms PDF viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png) diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img2.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img2.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img1.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img1.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img3.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img3.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img4.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img4.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg diff --git a/aspnet/PdfViewer/Toolbar-Customization.md b/aspnet/PdfViewer/Toolbar-Customization.md index 5d077e70b..1b76e678d 100644 --- a/aspnet/PdfViewer/Toolbar-Customization.md +++ b/aspnet/PdfViewer/Toolbar-Customization.md @@ -511,4 +511,4 @@ N> Ensure the icon images available in the referred location for the custom tool Run the sample. You can view the PDF viewer with custom toolbar. - \ No newline at end of file + \ No newline at end of file diff --git a/aspnet/Tab/Integration-with-other-controls.md b/aspnet/Tab/Integration-with-other-controls.md index e3daf4dba..8b633be81 100644 --- a/aspnet/Tab/Integration-with-other-controls.md +++ b/aspnet/Tab/Integration-with-other-controls.md @@ -103,7 +103,7 @@ Add the following styles to render the Tab. The following screenshot illustrates the Tab content with rating control. -![Integration with other controls](Integration-with-other-controls_images/Integration-with-other-controls_img1.png) +![Integration with other controls in ASP.NET Web Forms Tab.](Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png) diff --git a/aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png b/aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png similarity index 100% rename from aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png rename to aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png From ec92948247395023b802bf37bc416cd58574f2a9 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 6 Sep 2024 11:47:41 +0300 Subject: [PATCH 2/3] SEO-86912-webforms-alt-text-missing-changes --- aspnet/PdfViewer/Toolbar-Customization.md | 2 +- aspnet/Tab/Integration-with-other-controls.md | 2 +- ...png => Integration-with-other-controls_img1.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename aspnet/Tab/Integration-with-other-controls_images/{aspnet-web-forms-tab-control-intergration.png => Integration-with-other-controls_img1.png} (100%) diff --git a/aspnet/PdfViewer/Toolbar-Customization.md b/aspnet/PdfViewer/Toolbar-Customization.md index 1b76e678d..5d077e70b 100644 --- a/aspnet/PdfViewer/Toolbar-Customization.md +++ b/aspnet/PdfViewer/Toolbar-Customization.md @@ -511,4 +511,4 @@ N> Ensure the icon images available in the referred location for the custom tool Run the sample. You can view the PDF viewer with custom toolbar. - \ No newline at end of file + \ No newline at end of file diff --git a/aspnet/Tab/Integration-with-other-controls.md b/aspnet/Tab/Integration-with-other-controls.md index 24f56e79e..b65f1c4b0 100644 --- a/aspnet/Tab/Integration-with-other-controls.md +++ b/aspnet/Tab/Integration-with-other-controls.md @@ -103,7 +103,7 @@ Add the following styles to render the Tab. The following screenshot illustrates the Tab content with rating control. -![Integration with other controls in ASP.NET Web Forms Tab.](Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png) +![Integration with other controls](Integration-with-other-controls_images/Integration-with-other-controls_img1.png) diff --git a/aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png b/aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png similarity index 100% rename from aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png rename to aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png From 1af2b34200d06e3f96f0411b6b34153c84d6fce7 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 6 Sep 2024 11:50:16 +0300 Subject: [PATCH 3/3] Revert "SEO-86912-webforms-alt-text-missing-changes" This reverts commit ec92948247395023b802bf37bc416cd58574f2a9. --- aspnet/PdfViewer/Toolbar-Customization.md | 2 +- aspnet/Tab/Integration-with-other-controls.md | 2 +- ...> aspnet-web-forms-tab-control-intergration.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename aspnet/Tab/Integration-with-other-controls_images/{Integration-with-other-controls_img1.png => aspnet-web-forms-tab-control-intergration.png} (100%) diff --git a/aspnet/PdfViewer/Toolbar-Customization.md b/aspnet/PdfViewer/Toolbar-Customization.md index 5d077e70b..1b76e678d 100644 --- a/aspnet/PdfViewer/Toolbar-Customization.md +++ b/aspnet/PdfViewer/Toolbar-Customization.md @@ -511,4 +511,4 @@ N> Ensure the icon images available in the referred location for the custom tool Run the sample. You can view the PDF viewer with custom toolbar. - \ No newline at end of file + \ No newline at end of file diff --git a/aspnet/Tab/Integration-with-other-controls.md b/aspnet/Tab/Integration-with-other-controls.md index b65f1c4b0..24f56e79e 100644 --- a/aspnet/Tab/Integration-with-other-controls.md +++ b/aspnet/Tab/Integration-with-other-controls.md @@ -103,7 +103,7 @@ Add the following styles to render the Tab. The following screenshot illustrates the Tab content with rating control. -![Integration with other controls](Integration-with-other-controls_images/Integration-with-other-controls_img1.png) +![Integration with other controls in ASP.NET Web Forms Tab.](Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png) diff --git a/aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png b/aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png similarity index 100% rename from aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png rename to aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png