You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/PdfViewer/GettingStarted.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ documentation: ug
8
8
---
9
9
10
10
11
-
# Getting Started
11
+
# Getting Started with ASP.NET Web Forms PDF Viewer
12
12
13
13
This section explains how to add and use a PDF viewer control in your web application with ASP.NET Web Forms.
14
14
@@ -45,14 +45,14 @@ Add below references, which are necessary for the PDF viewer control, to the pro
45
45
* Syncfusion.EJ.PdfViewer
46
46
* Syncfusion.EJ.Web
47
47
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.
49
49
50
50
**Add Scripts and Styles**
51
51
52
52
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.
56
56
57
57
Add the script files and CSS files in the <title> tag of Default.aspx.
58
58
@@ -62,7 +62,7 @@ Add the script files and CSS files in the <title> tag of Default.aspx.
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.
0 commit comments