Skip to content

Commit

Permalink
Resolved typo issue and upgraded to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
CCMKarthik123 committed Aug 23, 2024
1 parent ce9ab34 commit ac9ce3c
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ public class jsonObjects
{
public string document { get; set; }
public string password { get; set; }
public bool isClientsideLoading { get; set; }
public string organizePages { get; set; }
public string zoomFactor { get; set; }
public string isFileName { get; set; }
public string xCoordinate { get; set; }
Expand Down Expand Up @@ -264,7 +266,8 @@ public class jsonObjects
public string freeTextAnnotation { get; set; }
public string signatureData { get; set; }
public string fieldsData { get; set; }
public string FormDesigner { get; set; }
public string formDesigner { get; set; }
public bool isSignatureEdited { get; set; }
public string inkSignatureData { get; set; }
public bool hideEmptyDigitalSignatureFields { get; set; }
public bool showDigitalSignatureAppearance { get; set; }
Expand All @@ -275,9 +278,10 @@ public class jsonObjects
public string annotationCollection { get; set; }
public string annotationsPageList { get; set; }
public string formFieldsPageList { get; set; }
public string isAnnotationsExist { get; set; }
public string isFormFieldAnnotationsExist { get; set; }
public bool isAnnotationsExist { get; set; }
public bool isFormFieldAnnotationsExist { get; set; }
public string documentLiveCount { get; set; }
public string annotationDataFormat { get; set; }

}
}
58 changes: 49 additions & 9 deletions PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Syncfusion.Compression.Base, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Compression.Base.dll</HintPath>
<Reference Include="Syncfusion.Compression.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Compression.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.EJ2, Version=20.1500.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.55\lib\net45\Syncfusion.EJ2.dll</HintPath>
<Reference Include="Syncfusion.EJ2, Version=26.2.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.26.2.10\lib\net45\Syncfusion.EJ2.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.EJ2.PdfViewer, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.EJ2.PdfViewer.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.Licensing, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Pdf.Base, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.Pdf.Base.dll</HintPath>
<Reference Include="Syncfusion.Pdf.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Pdf.Base.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -141,10 +141,41 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\ej2\bds-dark.css" />
<Content Include="Content\ej2\bds.css" />
<Content Include="Content\ej2\bootstrap-dark.css" />
<Content Include="Content\ej2\bootstrap.css" />
<Content Include="Content\ej2\bootstrap4.css" />
<Content Include="Content\ej2\bootstrap5-dark.css" />
<Content Include="Content\ej2\bootstrap5.css" />
<Content Include="Content\ej2\compatibility\bootstrap.css" />
<Content Include="Content\ej2\compatibility\bootstrap4.css" />
<Content Include="Content\ej2\compatibility\fabric.css" />
<Content Include="Content\ej2\compatibility\highcontrast.css" />
<Content Include="Content\ej2\compatibility\material.css" />
<Content Include="Content\ej2\customized\material-dark.css" />
<Content Include="Content\ej2\customized\material.css" />
<Content Include="Content\ej2\customized\tailwind-dark.css" />
<Content Include="Content\ej2\customized\tailwind.css" />
<Content Include="Content\ej2\fabric-dark.css" />
<Content Include="Content\ej2\fabric.css" />
<Content Include="Content\ej2\fluent-dark.css" />
<Content Include="Content\ej2\fluent.css" />
<Content Include="Content\ej2\fluent2-dark.css" />
<Content Include="Content\ej2\fluent2.css" />
<Content Include="Content\ej2\highcontrast.css" />
<Content Include="Content\ej2\material-dark.css" />
<Content Include="Content\ej2\material.css" />
<Content Include="Content\ej2\material3-dark.css" />
<Content Include="Content\ej2\material3.css" />
<Content Include="Content\ej2\tailwind-dark.css" />
<Content Include="Content\ej2\tailwind.css" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="App_Data\PDF_Succinctly.pdf" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.js" />
<Content Include="Scripts\ej2\ej2.min.js" />
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand All @@ -165,11 +196,20 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.min.css.map" />
<Content Include="Content\ej2\compatibility\material.scss" />
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
<Content Include="Content\ej2\compatibility\fabric.scss" />
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
<None Include="packages.config" />
<Content Include="Scripts\ej2\ej2-pdfviewer-lib\pdfium.wasm" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.3.61/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/20.3.61/dist/ej2.min.js"></script>
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/26.2.10/fluent.css" />
<script src="https://cdn.syncfusion.com/ej2/26.2.10/dist/ej2.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
Expand Down
12 changes: 8 additions & 4 deletions PDFViewer/ASP.NET MVC Razor Examples/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</compilation>
<httpRuntime targetFramework="4.7.2" />
<httpHandlers>
<add verb="*" path="captimage.axd" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
<add verb="*" path="captimage.axd" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=26.2450.10, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
</httpHandlers>
<pages>
<namespaces>
Expand All @@ -32,7 +32,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.1.0" newVersion="13.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
Expand All @@ -56,7 +56,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-20.1450.0.55" newVersion="20.1450.0.55" />
<bindingRedirect oldVersion="0.0.0.0-26.2450.10.0" newVersion="26.2450.10.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Pdf.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-26.2450.10.0" newVersion="26.2450.10.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand All @@ -70,7 +74,7 @@
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true" />
<handlers>
<add verb="*" path="captimage.axd" name="syncfusion_generatetools" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
<add verb="*" path="captimage.axd" name="syncfusion_generatetools" type="Syncfusion.JavaScript.ImageHandler, Syncfusion.EJ, Version=26.2450.10, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
</handlers>
</system.webServer>
</configuration>
8 changes: 4 additions & 4 deletions PDFViewer/ASP.NET MVC Razor Examples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
<package id="Syncfusion.Compression.Base" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="26.2.10" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="26.2.10" targetFramework="net472" />
<package id="Syncfusion.EJ2.PdfViewer.AspNet.Mvc5" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.Pdf.AspNet.Mvc5" version="20.1.0.55" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="26.2.10" targetFramework="net472" />
<package id="Syncfusion.Pdf.AspNet.Mvc5" version="26.2.10" targetFramework="net472" />
<package id="WebGrease" version="1.6.0" targetFramework="net472" />
</packages>

0 comments on commit ac9ce3c

Please sign in to comment.