From 35827ad76007b862ae1eeb4eed17ca3b743986ad Mon Sep 17 00:00:00 2001 From: ashaamir <ashaibrahimh@syncfusion.com> Date: Fri, 19 Apr 2024 11:18:41 +0300 Subject: [PATCH 1/3] SEO-174654-JS-PDF-VIEWER --- 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 9d020a2a5..fff17eca2 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -517,7 +517,7 @@ Run the sample application and you can see the PDF Viewer on the page as display **Sample:** -<http://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_GettingStarted-67533367> +<https://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_GettingStarted-67533367>  From 72d0c7c2ec638aa3c9486b62314497c78162a43d Mon Sep 17 00:00:00 2001 From: ashaamir <ashaibrahimh@syncfusion.com> Date: Fri, 19 Apr 2024 11:23:33 +0300 Subject: [PATCH 2/3] `changes made --- 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 fff17eca2..1b9051aeb 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -214,7 +214,7 @@ Add the script files and CSS files in the <head> tag of the Default.html pag {% endhighlight %} -N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](http://csg.syncfusion.com "Custom Script Generator") to create custom script file with required widgets and its dependencies to reduce the size of the script files. +N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](https://csg.syncfusion.com/ "Custom Script Generator") to create custom script file with required widgets and its dependencies to reduce the size of the script files. ### Add ejPdfViewer in HTML Page From 8f242a1f622eb9b2e8caf0a9747b35e61360da34 Mon Sep 17 00:00:00 2001 From: ashaamir <160574973+ashaamir@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:57:25 +0300 Subject: [PATCH 3/3] Update Getting-Started.md --- js/PdfViewer/Getting-Started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 1b9051aeb..9ae6163f1 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -201,9 +201,9 @@ ej.slider.min.js </table> Find the scripts and style sheets in any of the following locations: -Local Disk: [Click here](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer# "Installation and deployment") to know more about script and style sheets installed in local machine. -CDN Link: [Click here](https://help.syncfusion.com/js/cdn# "CDN scripts and styles links") to know more about script and style sheets available online. -NuGet Package: [Click here](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package. +[Local Disk](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer# "Installation and deployment") to know more about script and style sheets installed in local machine. +[CDN Link](https://help.syncfusion.com/js/cdn# "CDN scripts and styles links") to know more about script and style sheets available online. +[NuGet Package](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package. Add the script files and CSS files in the <head> tag of the Default.html page. @@ -214,7 +214,7 @@ Add the script files and CSS files in the <head> tag of the Default.html pag {% endhighlight %} -N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](https://csg.syncfusion.com/ "Custom Script Generator") to create custom script file with required widgets and its dependencies to reduce the size of the script files. +N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](https://csg.syncfusion.com/) to create custom script file with required widgets and its dependencies to reduce the size of the script files. ### Add ejPdfViewer in HTML Page