Skip to content

Commit c1f90ad

Browse files
committed
fixed CI issues
1 parent e769962 commit c1f90ad

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

aspnet/PdfViewer/GettingStarted.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Getting Started
11+
# Getting Started with ASP.NET Web Forms PDF Viewer
1212

1313
This section explains how to add and use a PDF viewer control in your web application with ASP.NET Web Forms.
1414

@@ -45,14 +45,14 @@ Add below references, which are necessary for the PDF viewer control, to the pro
4545
* Syncfusion.EJ.PdfViewer
4646
* Syncfusion.EJ.Web
4747

48-
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
48+
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
4949

5050
**Add Scripts and Styles**
5151

5252
You can find the scripts for PDF viewer control and style sheets in any of the following locations:
53-
Local Disk: [Click here](https://help.syncfusion.com/js/installation-and-deployment# "Installation and deployment") to know more about script and style sheets installed in local machine.
54-
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.
55-
NuGet Package: [Click here](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.
53+
Local Disk: [Installation and deployment](https://help.syncfusion.com/js/overview "Installation and deployment") to know more about script and style sheets installed in local machine.
54+
CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn#cdn-scripts-links "CDN scripts and styles links") to know more about script and style sheets available online.
55+
NuGet Package: [Configuring Syncfusion NuGet Packages](https://help.syncfusion.com/js/nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.
5656

5757
Add the script files and CSS files in the <title> tag of Default.aspx.
5858

@@ -62,7 +62,7 @@ Add the script files and CSS files in the <title> tag of Default.aspx.
6262
<script src="https://cdn.syncfusion.com/16.1.0.24/js/web/ej.web.all.min.js"></script>
6363
{% endhighlight %}
6464

65-
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview "custom script generator") to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
65+
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [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 file.
6666

6767
### Add PDF viewer Control in View page
6868

Loading

aspnet/PdfViewer/Toolbar-Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Toolbar customization of Syncfusion Essential ASP.NET PDF viewer.
4-
description: Toolbar customization of Syncfusion Essential ASP.NET PDF viewer.
3+
title: Toolbar customization in ASP.NET PDF viewer | Syncfusion
4+
description: Learn here about toolbar customization of Syncfusion Essential ASP.NET PDF viewer, its elements and more details.
55
platform: aspnet
66
control: PDF viewer
77
documentation: ug
88
keywords: pdfviewer, PDF viewer
99
---
1010

11-
# Toolbar Customization
11+
# Toolbar Customization in ASP.NET PDF Viewer
1212

1313
**Customizing default toolbar**
1414

0 commit comments

Comments
 (0)