Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,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 @@ -324,7 +326,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 @@ -335,8 +338,8 @@ 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; }
public string organizePages { get; set; }
Expand Down
65 changes: 54 additions & 11 deletions PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,27 @@
<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.EJ2.PdfViewer.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 Include="Syncfusion.EJ2.PdfViewer, Version=26.2.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\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.EJ2.PdfViewer.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.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Pdf.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.PdfToImageConverter.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.PdfToImageConverter.Base.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -141,10 +144,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 +199,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
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>
14 changes: 7 additions & 7 deletions PDFViewer/ASP.NET MVC Razor Examples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<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.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.Compression.Base" version="*" targetFramework="net472" />
<package id="Syncfusion.EJ2.JavaScript" version="*" targetFramework="net472" />
<package id="Syncfusion.EJ2.MVC5" version="*" targetFramework="net472" />
<package id="Syncfusion.EJ2.PdfViewer.AspNet.Mvc5" version="*" targetFramework="net472" />
<package id="Syncfusion.Licensing" version="*" targetFramework="net472" />
<package id="Syncfusion.Pdf.AspNet.Mvc5" version="*" targetFramework="net472" />
<package id="WebGrease" version="1.6.0" targetFramework="net472" />
</packages>
</packages>
Loading