Skip to content

Commit 8ebd69f

Browse files
committed
Comment resolved
1 parent ce98d19 commit 8ebd69f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet/PdfViewer/GettingStarted.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial se
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 to know more about script and style sheets installed in local machine.
54-
CDN Link to know more about script and style sheets available online.
55-
NuGet Package to know more about script and style sheets available in NuGet package.
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.
5656

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

@@ -322,7 +322,7 @@ Add below code snippet to Default.aspx. Here, PDF viewer uses the Web API to pro
322322
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PdfViewerEJWeb.Default" %>
323323
<%@ Register assembly="Syncfusion.EJ.Web" namespace="Syncfusion.JavaScript.Web" tagprefix="ej" %>
324324
<!DOCTYPE html>
325-
<html xmlns="https://www.w3.org/1999/xhtml/">
325+
<html xmlns="http://www.w3.org/1999/xhtml">
326326
<head runat="server">
327327
<title>PDF viewer</title>
328328
<link href="https://cdn.syncfusion.com/16.1.0.24/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />

0 commit comments

Comments
 (0)