update nach anpassungen clsgetdoc

This commit is contained in:
Stefan Hutter
2024-06-01 21:43:57 +02:00
parent 511a741857
commit f22627a1a8
571 changed files with 3770600 additions and 117 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace EDOOKAAPI.Controllers
public IActionResult GetDocAsPDF(string Docid)
{
return null;
}
}
Binary file not shown.
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Syncfusion.DocIO.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-25.2462.6.0" newVersion="25.2462.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-25.2462.6.0" newVersion="25.2462.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.OfficeChart.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-25.2462.6.0" newVersion="25.2462.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-25.2462.6.0" newVersion="25.2462.6.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+42 -16
View File
@@ -185,19 +185,35 @@
}
}
},
"Syncfusion.DocIO.Base/25.2462.5.0": {
"Syncfusion.DocIO.Base/25.2462.6.0": {
"runtime": {
"Syncfusion.DocIO.Base.dll": {
"assemblyVersion": "25.2462.5.0",
"fileVersion": "25.2462.5.0"
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
},
"Syncfusion.Licensing/25.2462.5.0": {
"Syncfusion.XlsIO.Base/25.2462.6.0": {
"runtime": {
"Syncfusion.XlsIO.Base.dll": {
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
},
"Syncfusion.Pdf.Base/25.2462.6.0": {
"runtime": {
"Syncfusion.Pdf.Base.dll": {
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
},
"Syncfusion.Licensing/25.2462.6.0": {
"runtime": {
"Syncfusion.Licensing.dll": {
"assemblyVersion": "25.2462.5.0",
"fileVersion": "25.2462.5.0"
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
},
@@ -209,19 +225,19 @@
}
}
},
"Syncfusion.Compression.Base/25.2462.5.0": {
"Syncfusion.Compression.Base/25.2462.6.0": {
"runtime": {
"Syncfusion.Compression.Base.dll": {
"assemblyVersion": "25.2462.5.0",
"fileVersion": "25.2462.5.0"
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
},
"Syncfusion.OfficeChart.Base/25.2462.5.0": {
"Syncfusion.OfficeChart.Base/25.2462.6.0": {
"runtime": {
"Syncfusion.OfficeChart.Base.dll": {
"assemblyVersion": "25.2462.5.0",
"fileVersion": "25.2462.5.0"
"assemblyVersion": "25.2462.6.0",
"fileVersion": "25.2462.6.0"
}
}
}
@@ -368,12 +384,22 @@
"serviceable": false,
"sha512": ""
},
"Syncfusion.DocIO.Base/25.2462.5.0": {
"Syncfusion.DocIO.Base/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Syncfusion.Licensing/25.2462.5.0": {
"Syncfusion.XlsIO.Base/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Syncfusion.Pdf.Base/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Syncfusion.Licensing/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
@@ -383,12 +409,12 @@
"serviceable": false,
"sha512": ""
},
"Syncfusion.Compression.Base/25.2462.5.0": {
"Syncfusion.Compression.Base/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Syncfusion.OfficeChart.Base/25.2462.5.0": {
"Syncfusion.OfficeChart.Base/25.2462.6.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -34844,6 +34844,12 @@
<param name="reader"></param>
<param name="section"></param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseHeaderFooter(System.Xml.XmlReader)">
<summary>
Parse the Header/Footer.
</summary>
<param name="reader">reader</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseHeaderFooter(Syncfusion.DocIO.DLS.WHeadersFooters,System.Xml.XmlReader,System.String,System.Boolean)">
<summary>
To Parse Header/Footer
@@ -86774,11 +86780,14 @@
Closes this instance.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WField.GetAsSymbol">
<member name="M:Syncfusion.DocIO.DLS.WField.GetAsSymbolOrTextRange">
<summary>
Gets the field as WSymbol item.
Gets the field as WSymbol or WTextRange item.
</summary>
<returns></returns>
<returns>
A <see cref="T:Syncfusion.DocIO.DLS.ParagraphItem"/> which can be either a <see cref="T:Syncfusion.DocIO.DLS.WSymbol"/> if the character code is within the
ASCII range (0-255) or a <see cref="T:Syncfusion.DocIO.DLS.WTextRange"/> for Unicode characters.
</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WField.GetFieldCodeForUnknownFieldType">
<summary>
@@ -123324,6 +123333,14 @@
<param name="floatingItems">The floating items.</param>
<param name="sortPosition">The sort list based on.</param>
</member>
<member name="M:Syncfusion.Layouting.FloatingItem.UpdateWrapCollectionIndex(System.Collections.Generic.List{Syncfusion.Layouting.FloatingItem},System.Int32,System.Int32)">
<summary>
Updates the wrap collection index after sorting.
</summary>
<param name="floatingItems">The floating items.</param>
<param name="sortItemIndex">Current sort item index</param>
<param name="indexToBeInserted">Index in which the floating item to be inserted</param>
</member>
<member name="M:Syncfusion.Layouting.FloatingItem.SortXYPostionFloatingItems(System.Collections.Generic.List{Syncfusion.Layouting.FloatingItem},System.Drawing.RectangleF,System.Drawing.SizeF)">
<summary>
Sorts the X position floating items based on Y position.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("EDOOKAAPI")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50e9e06829bb5c14fa767fa04de3600090f68469")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+511a741857dcdde5434fec023476e2a7b2cc1259")]
[assembly: System.Reflection.AssemblyProductAttribute("EDOOKAAPI")]
[assembly: System.Reflection.AssemblyTitleAttribute("EDOOKAAPI")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
a568ff78339dca0c733da54e6aeb50e485f9d16abd8190b7a2be70e2ff0795a9
a3e86b6680fd3c40209340a5a99f03e9a8a0d02769a60f97513c40a374a17288
@@ -57,3 +57,8 @@ X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\Syncfusion.XlsIO.Base.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\Syncfusion.Pdf.Base.dll
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\DOCGEN.dll.config
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\Syncfusion.XlsIO.Base.xml
X:\docdemo\EDOKA_2024\EDOOKAAPI\bin\Debug\net8.0\Syncfusion.Pdf.Base.xml
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.