Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions js/PdfViewer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial se

**Add Scripts and Styles**

The PDF viewer has the [JQuery](http://jquery.com/# "JQuery") external dependency.
The PDF viewer has the [JQuery](https://jquery.com/ "JQuery") external dependency.

The following table shows the list of ej widgets required for using the ejPdfViewer.

Expand Down Expand Up @@ -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: [Installation and deployment](https://help.syncfusion.com/js/installation/web-installer/how-to-install "Installation and deployment") to know more about script and style sheets installed in local machine.
CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn "CDN scripts and styles links") to know more about script and style sheets available online.
NuGet Package: [Configuring Syncfusion NuGet Packages](https://help.syncfusion.com/js/installation/web-installer/how-to-install#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.

Expand All @@ -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://help.syncfusion.com/js/custom-script-generator "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

Expand Down Expand Up @@ -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>

![GettingStarted](Getting-Started_images/Getting-Started_img5.png)

Expand Down
2 changes: 1 addition & 1 deletion js/PdfViewer/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ The following screenshot shows the PDF viewer with tooltip in German language.

**Sample:**

<http://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_Localization338521894>
<https://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_Localization338521894>

![Localization](Localization_images/Localization_img1.png)

2 changes: 1 addition & 1 deletion js/PdfViewer/Toolbar-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,4 @@ Run the sample. You can view the PDF viewer with custom toolbar.

**Sample:**

<http://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_ToolbarCustomization63328491>
<https://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfViewer_ToolbarCustomization63328491>
2 changes: 1 addition & 1 deletion js/Spreadsheet/Open-and-Save.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ You can save Spreadsheet contents with following file types
* CSV
* PDF

[`Click`](http://js.syncfusion.com/demos/web/#!/azure/spreadsheet/importexport "Click") here to view online demo sample.
[`Click`](https://ej2.syncfusion.com/home/javascript.html#!/azure/spreadsheet/importexport "Click") here to view online demo sample.
You can save excel documents in following ways

1. Methods
Expand Down