Skip to content

Commit 99c3af4

Browse files
931795: Updated Requested Changes.
1 parent 1479bba commit 99c3af4

File tree

3 files changed

+6
-181
lines changed

3 files changed

+6
-181
lines changed

How to/Load PDF to Server Side PDF Viewer/Load-PDF-to-Server-Side-PDF-Viewer.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33403.182
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreSample", "CoreSample\CoreSample.csproj", "{6732037C-54F8-407D-9651-8B9A16F08A7F}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Load-PDF-to-Server-Side-PDF-Viewer", "Load-PDF-to-Server-Side-PDF-Viewer\Load-PDF-to-Server-Side-PDF-Viewer.csproj", "{5FF8C787-D789-484A-9124-6D39167CC7E9}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{6732037C-54F8-407D-9651-8B9A16F08A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{6732037C-54F8-407D-9651-8B9A16F08A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{6732037C-54F8-407D-9651-8B9A16F08A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{6732037C-54F8-407D-9651-8B9A16F08A7F}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{5FF8C787-D789-484A-9124-6D39167CC7E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5FF8C787-D789-484A-9124-6D39167CC7E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5FF8C787-D789-484A-9124-6D39167CC7E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5FF8C787-D789-484A-9124-6D39167CC7E9}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

How to/Load PDF to Server Side PDF Viewer/Load-PDF-to-Server-Side-PDF-Viewer/Controllers/DocumenteditorController.cs

Lines changed: 0 additions & 174 deletions
This file was deleted.

How to/Load PDF to Server Side PDF Viewer/Load-PDF-to-Server-Side-PDF-Viewer/Views/Home/Index.cshtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<br />
77
<div class="container">
88
<button onclick="LoadDocument()">LoadDocument</button>
9-
<ejs-pdfviewer id="pdfviewer" style="height:641px" documentPath="PDF_Succinctly.pdf"
10-
serviceUrl="/PdfViewer"></ejs-pdfviewer>
9+
<ejs-pdfviewer id="pdfviewer" style="height:641px" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"></ejs-pdfviewer>
1110
</div>
1211
<script>
1312
function LoadDocument() {

0 commit comments

Comments
 (0)