From 820c70444df7afed4b474a2a7326e0687de3388b Mon Sep 17 00:00:00 2001 From: SaravanaPriya31 Date: Wed, 27 Sep 2023 18:46:23 +0530 Subject: [PATCH 1/2] 848600-Standalone --- .../Views/Home/Index.cshtml | 9 ++------- .../Views/Shared/_Layout.cshtml | 4 ++-- .../addDatewithSignature.csproj | 2 +- How to/Add date with the signature/packages.config | 12 ++++++------ .../Views/Home/Index.cshtml | 2 +- .../Views/Shared/_Layout.cshtml | 4 ++-- .../defaultWidthHeight.csproj | 2 +- .../packages.config | 12 ++++++------ How to/Load N no of pages/LoadNPages.csproj | 2 +- How to/Load N no of pages/Views/Home/Index.cshtml | 2 +- .../Load N no of pages/Views/Shared/_Layout.cshtml | 5 ++--- How to/Load N no of pages/packages.config | 12 ++++++------ .../Views/Home/Index.cshtml | 6 +++--- .../Views/Shared/_Layout.cshtml | 4 ++-- .../packages.config | 12 ++++++------ How to/Retry Timeout/RetryTimeout.csproj | 2 +- How to/Retry Timeout/Views/Home/Index.cshtml | 7 ++----- How to/Retry Timeout/Views/Shared/_Layout.cshtml | 4 ++-- How to/Retry Timeout/packages.config | 12 ++++++------ .../Views/Home/Index.cshtml | 9 ++------- .../Views/Shared/_Layout.cshtml | 11 ++++------- .../packages.config | 14 +++++++------- 22 files changed, 66 insertions(+), 83 deletions(-) diff --git a/How to/Add date with the signature/Views/Home/Index.cshtml b/How to/Add date with the signature/Views/Home/Index.cshtml index ae82a94..686605c 100644 --- a/How to/Add date with the signature/Views/Home/Index.cshtml +++ b/How to/Add date with the signature/Views/Home/Index.cshtml @@ -1,15 +1,10 @@ -@using Syncfusion.EJ2 -@using Syncfusion.EJ2.PdfViewer -@using System.IO - -@{ +@{ ViewBag.Title = "Home Page"; } -
- @Html.EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~/Home/")).DocumentPath("PDF_Succinctly.pdf").Render() + @Html.EJS().PdfViewer("pdfviewer").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()
+ + @RenderBody() @RenderSection("scripts", required: false) @Html.EJS().ScriptManager() - + \ No newline at end of file diff --git a/How to/Update navigation, annotation and form fields/packages.config b/How to/Update navigation, annotation and form fields/packages.config index 2fc5b6e..0b0a6f2 100644 --- a/How to/Update navigation, annotation and form fields/packages.config +++ b/How to/Update navigation, annotation and form fields/packages.config @@ -13,12 +13,12 @@ - - - - - - - + + + + + + + \ No newline at end of file From 1a1c6d868ef009eef5593640b2c888868b74ca58 Mon Sep 17 00:00:00 2001 From: SaravanaPriya31 Date: Wed, 27 Sep 2023 19:22:54 +0530 Subject: [PATCH 2/2] commit --- How to/Add date with the signature/Views/Home/Index.cshtml | 1 + How to/Load N no of pages/Views/Home/Index.cshtml | 1 + .../Views/Home/Index.cshtml | 2 +- .../Views/Home/Index.cshtml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/How to/Add date with the signature/Views/Home/Index.cshtml b/How to/Add date with the signature/Views/Home/Index.cshtml index 686605c..66cf697 100644 --- a/How to/Add date with the signature/Views/Home/Index.cshtml +++ b/How to/Add date with the signature/Views/Home/Index.cshtml @@ -4,6 +4,7 @@
+ @Html.EJS().PdfViewer("pdfviewer").DocumentPath("https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf").Render()