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..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 @@ -1,15 +1,11 @@ -@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