aspose-html-net 24.6.0__py3-none-win32.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (348) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +139 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/html/Aspose.HTML.dll +0 -0
  6. aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  7. aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
  9. aspose/assemblies/html/System.Drawing.Common.dll +0 -0
  10. aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  11. aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
  12. aspose/assemblies/html/System.Security.Permissions.dll +0 -0
  13. aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
  14. aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
  15. aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
  16. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  17. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  18. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  19. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  20. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  21. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  22. aspose/html/__init__.pyi +40753 -0
  23. aspose/html/__pyinstaller/__init__.pyi +1 -0
  24. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  25. aspose/html/accessibility/__init__.pyi +469 -0
  26. aspose/html/accessibility/results/__init__.pyi +106 -0
  27. aspose/html/accessibility/saving/__init__.pyi +78 -0
  28. aspose/html/collections/__init__.pyi +246 -0
  29. aspose/html/converters/__init__.pyi +2793 -0
  30. aspose/html/diagnostics/__init__.pyi +72 -0
  31. aspose/html/dom/__init__.pyi +6456 -0
  32. aspose/html/dom/attributes/__init__.pyi +144 -0
  33. aspose/html/dom/canvas/__init__.pyi +1103 -0
  34. aspose/html/dom/css/__init__.pyi +3487 -0
  35. aspose/html/dom/events/__init__.pyi +1397 -0
  36. aspose/html/dom/mutations/__init__.pyi +259 -0
  37. aspose/html/dom/svg/__init__.pyi +30800 -0
  38. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  39. aspose/html/dom/svg/events/__init__.pyi +279 -0
  40. aspose/html/dom/svg/filters/__init__.pyi +15600 -0
  41. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  42. aspose/html/dom/svg/saving/__init__.pyi +83 -0
  43. aspose/html/dom/traversal/__init__.pyi +461 -0
  44. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  45. aspose/html/dom/views/__init__.pyi +79 -0
  46. aspose/html/dom/xpath/__init__.pyi +317 -0
  47. aspose/html/drawing/__init__.pyi +2720 -0
  48. aspose/html/forms/__init__.pyi +998 -0
  49. aspose/html/io/__init__.pyi +219 -0
  50. aspose/html/loading/__init__.pyi +68 -0
  51. aspose/html/net/__init__.pyi +513 -0
  52. aspose/html/net/headers/__init__.pyi +147 -0
  53. aspose/html/net/messagefilters/__init__.pyi +67 -0
  54. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  55. aspose/html/rendering/__init__.pyi +797 -0
  56. aspose/html/rendering/doc/__init__.pyi +282 -0
  57. aspose/html/rendering/fonts/__init__.pyi +90 -0
  58. aspose/html/rendering/image/__init__.pyi +360 -0
  59. aspose/html/rendering/pdf/__init__.pyi +375 -0
  60. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  61. aspose/html/rendering/xps/__init__.pyi +237 -0
  62. aspose/html/saving/__init__.pyi +751 -0
  63. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  64. aspose/html/services/__init__.pyi +167 -0
  65. aspose/html/toolkit/__init__.pyi +55 -0
  66. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  67. aspose/html/toolkit/markdown/syntax/__init__.pyi +6184 -0
  68. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  69. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  70. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  71. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  72. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +358 -0
  73. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  74. aspose/html/window/__init__.pyi +490 -0
  75. aspose/html.cp310-win32.pyd +0 -0
  76. aspose/html.cp311-win32.pyd +0 -0
  77. aspose/html.cp35-win32.pyd +0 -0
  78. aspose/html.cp36-win32.pyd +0 -0
  79. aspose/html.cp37-win32.pyd +0 -0
  80. aspose/html.cp38-win32.pyd +0 -0
  81. aspose/html.cp39-win32.pyd +0 -0
  82. aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  84. aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  89. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  90. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  163. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  164. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  213. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  214. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  219. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  220. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  233. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  246. aspose/netcore/netcore3.1/System.dll +0 -0
  247. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  248. aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
  249. aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  250. aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
  251. aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  252. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
  253. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
  254. aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
  255. aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
  256. aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
  257. aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  258. aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  259. aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
  260. aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
  261. aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  262. aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  263. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  264. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  265. aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
  266. aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  267. aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
  268. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
  269. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
  270. aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  271. aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  272. aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
  273. aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  274. aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  275. aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  276. aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  277. aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  278. aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  279. aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
  280. aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  281. aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
  282. aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
  283. aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  284. aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  285. aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
  286. aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
  287. aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  288. aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
  289. aspose/netcore/netcore3.1/clrcompression.dll +0 -0
  290. aspose/netcore/netcore3.1/clretwrc.dll +0 -0
  291. aspose/netcore/netcore3.1/clrjit.dll +0 -0
  292. aspose/netcore/netcore3.1/coreclr.dll +0 -0
  293. aspose/netcore/netcore3.1/dbgshim.dll +0 -0
  294. aspose/netcore/netcore3.1/hostfxr.dll +0 -0
  295. aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
  296. aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
  297. aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll +0 -0
  298. aspose/netcore/netcore3.1/mscordbi.dll +0 -0
  299. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  300. aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
  301. aspose/netcore/netcore3.1/mscorrc.dll +0 -0
  302. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  303. aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
  304. aspose/pycore/__init__.pyi +56 -0
  305. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  306. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  307. aspose/pycore.cp310-win32.pyd +0 -0
  308. aspose/pycore.cp311-win32.pyd +0 -0
  309. aspose/pycore.cp35-win32.pyd +0 -0
  310. aspose/pycore.cp36-win32.pyd +0 -0
  311. aspose/pycore.cp37-win32.pyd +0 -0
  312. aspose/pycore.cp38-win32.pyd +0 -0
  313. aspose/pycore.cp39-win32.pyd +0 -0
  314. aspose/pydrawing/__init__.pyi +8 -0
  315. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  316. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  317. aspose/pydrawing.cp310-win32.pyd +0 -0
  318. aspose/pydrawing.cp311-win32.pyd +0 -0
  319. aspose/pydrawing.cp35-win32.pyd +0 -0
  320. aspose/pydrawing.cp36-win32.pyd +0 -0
  321. aspose/pydrawing.cp37-win32.pyd +0 -0
  322. aspose/pydrawing.cp38-win32.pyd +0 -0
  323. aspose/pydrawing.cp39-win32.pyd +0 -0
  324. aspose/pygc/__init__.pyi +8 -0
  325. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  326. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  327. aspose/pygc.cp310-win32.pyd +0 -0
  328. aspose/pygc.cp311-win32.pyd +0 -0
  329. aspose/pygc.cp35-win32.pyd +0 -0
  330. aspose/pygc.cp36-win32.pyd +0 -0
  331. aspose/pygc.cp37-win32.pyd +0 -0
  332. aspose/pygc.cp38-win32.pyd +0 -0
  333. aspose/pygc.cp39-win32.pyd +0 -0
  334. aspose/pyreflection/__init__.pyi +8 -0
  335. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  336. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  337. aspose/pyreflection.cp310-win32.pyd +0 -0
  338. aspose/pyreflection.cp311-win32.pyd +0 -0
  339. aspose/pyreflection.cp35-win32.pyd +0 -0
  340. aspose/pyreflection.cp36-win32.pyd +0 -0
  341. aspose/pyreflection.cp37-win32.pyd +0 -0
  342. aspose/pyreflection.cp38-win32.pyd +0 -0
  343. aspose/pyreflection.cp39-win32.pyd +0 -0
  344. aspose_html_net-24.6.0.dist-info/METADATA +112 -0
  345. aspose_html_net-24.6.0.dist-info/RECORD +348 -0
  346. aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
  347. aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
  348. aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,8 @@
1
+ """This module is not intended to be called explicitly"""
2
+
3
+ from typing import Any
4
+
5
+ def get_pyinstaller_hook_dirs() -> Any:
6
+ """Function required by PyInstaller. Returns paths to module
7
+ PyInstaller hooks. Not intended to be called explicitly."""
8
+ ...
@@ -0,0 +1 @@
1
+ """Pyinstaller hook folder"""
@@ -0,0 +1,9 @@
1
+ from PyInstaller.utils.hooks import get_package_paths
2
+ import os.path
3
+
4
+ (_, root) = get_package_paths('aspose')
5
+
6
+ datas = [(os.path.join(root, 'assemblies', 'pyreflection'), os.path.join('aspose', 'assemblies', 'pyreflection'))]
7
+
8
+ hiddenimports = [ 'aspose', 'aspose.pygc' ]
9
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,112 @@
1
+ Metadata-Version: 2.1
2
+ Name: aspose-html-net
3
+ Version: 24.6.0
4
+ Summary: Aspose.HTML for Python via .NET is a powerful API for Python that provides a headless browser functionality, allowing you to work with HTML documents in a variety of ways. With this API, you can easily create new HTML documents or open existing ones from different sources. Once you have the document, you can perform various manipulation operations, such as removing and replacing HTML nodes.
5
+ Home-page: https://products.aspose.com/html/python-net/
6
+ Author: Aspose
7
+ License: UNKNOWN
8
+ Project-URL: Docs, https://docs.aspose.com/html/python-net/
9
+ Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2024/aspose-html-for-python-via-dotnet-24-6-release-notes/
10
+ Project-URL: Demos, https://products.aspose.app/html/applications
11
+ Project-URL: API Reference, https://reference.aspose.com/html/python-net/
12
+ Project-URL: Examples, https://github.com/aspose-html/
13
+ Project-URL: Blog, https://blog.aspose.com/category/html/
14
+ Project-URL: Free Support, https://forum.aspose.com/c/html/29
15
+ Project-URL: Temporary License, https://purchase.aspose.com/temporary-license
16
+ Keywords: Aspose,Aspose.HTML,Aspose.Total,Python,Component,Conholdate,Conholdate.Total,convert,converter,vectorization,vectorizer,vectorize,encoding,base64,css,DOM,dom-manipulation,image,JPEG,Library,Microsoft,mvc,net-standard,netcore,netstandard,to PDF,PNG,rotate,security,Standard,XPath,XPS,SVG,Windows,Vector Graphics,line,Bezier Curves,Cubic,Glyphs,Paths,Text,Scaling,Rotation,Skewing,Fill,Dots,Bitmap,HTML,HTML-to-Image,HTML-to-PDF,HTML-to-XPS,HTML-to-DOCX,HTML-to-MHTML,HTML-to-Markdown,HTML-to-MD,EPUB-to-Image,EPUB-to-PDF,EPUB-to-XPS,Markdown-to-HTML,MD-to-HTML,HTML-Template,HTML-Converter,HTML-Renderer,SVG-Renderer,MHTML-Renderer,EPUB-Renderer,HTML5,HTML5-Canvas,HTML-DOM,HTML-Form-Editor,HTML,XHTML,MHTML,EPUB,SVG,MD,Markdown,DOCX,PDF,XPS,TIFF,JPEG,JPG,PNG,BMP,GIF,WEBP,eBook-API,Headless-Browser,Document-Manipulation,Web-Scraping,Conversion,Crawler,Hypertext,Markup,XPath,Spider,CSS,CSS3,Converter,DOM,Convert,Azure,parse,render,image,graphics,to HTML-code,XHTML-to-PDF,MHTML-to-PDF,HTML-to-GIF,MHTML-to-JPG
17
+ Platform: win32
18
+ Classifier: Operating System :: Microsoft :: Windows
19
+ Classifier: License :: Other/Proprietary License
20
+ Classifier: Programming Language :: Python :: 3
21
+ Classifier: Programming Language :: Python :: 3 :: Only
22
+ Classifier: Programming Language :: Python :: 3.8
23
+ Classifier: Programming Language :: Python :: 3.9
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Topic :: Software Development :: Libraries
27
+ Classifier: Topic :: Office/Business
28
+ Classifier: Topic :: Office/Business :: Scheduling
29
+ Requires-Python: >=3.5,<3.12
30
+ Description-Content-Type: text/markdown
31
+
32
+ # Process & Manipulate HTML via Python API
33
+
34
+ <!--- banner links to [Temporary License](https://purchase.aspose.com/temporary-license) -->
35
+ [![banner](https://products.aspose.com/html/images/aspose_html-for-python-banner-TL.png)](https://purchase.aspose.com/temporary-license)
36
+
37
+ [Product Page](https://products.aspose.com/html/python-net/) | [Docs](https://docs.aspose.com/html/python-net/) | [Demos](https://products.aspose.app/html/applications) | [API Reference](https://reference.aspose.com/html/python-net/) | [Examples](https://github.com/aspose-html/) | [Blog](https://blog.aspose.com/category/html/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/html/29)
38
+
39
+ [Aspose.HTML for Python via .NET](https://products.aspose.com/html/python-net/) is a powerful API for Python that provides headless browser functionality, allowing you to work with HTML documents. With this API, you can easily create new HTML documents or open existing ones from different sources. Once you have the document, you can perform various manipulation operations, such as removing and replacing HTML nodes, rendering, and converting HTML to other popular formats, etc.
40
+
41
+ ## HTML API Features
42
+
43
+ The following are some popular features of Aspose.HTML for Python via .NET:
44
+
45
+ - Convert HTML documents to a wide range of formats, including PDF, XPS, DOCX, and different image formats (PNG, JPEG, BMP, TIFF, and GIF).
46
+ - Load and convert SVG and EPUB to XPS, PDF, and images.
47
+ - Navigate through documents using either NodeIterator or TreeWalker.
48
+ - Set and control the timeout for the rendering process.
49
+ - Use MutationObserver to monitor DOM modifications.
50
+ - Populate HTML documents with external data sources such as XML and JSON.
51
+ - Support for both single (PDF, XPS) and multiple (image formats) output file streams.
52
+ - Extract CSS styling information from HTML documents.
53
+ - Configure a Sandbox environment that is independent of the execution machine, ensuring a secure and isolated environment for running and testing.
54
+
55
+ ## Read & Write Web Formats
56
+
57
+ - Web: HTML, XHTML, MHTML
58
+ - Other: SVG, MD (Markdown)
59
+
60
+ ## Save HTML As
61
+
62
+ - Fixed Layout: PDF, XPS
63
+ - Images: TIFF, JPEG, PNG, BMP, GIF
64
+
65
+ ## Read Formats
66
+
67
+ - EPUB
68
+
69
+ ## Platform Independence
70
+
71
+ Aspose.HTML for Python via .NET can be used to develop applications for a vast range of operating systems, such as Windows, where Python 3.5 or later is installed. You can build both 32-bit and 64-bit Python applications.
72
+
73
+ ## Get Started
74
+
75
+ Are you ready to give Aspose.HTML for Python via .NET a try?
76
+
77
+ Simply run ```pip install aspose-html-net``` from the Console to fetch the package.
78
+ If you already have Aspose.HTML for Python via .NET and want to upgrade the version, please run ```pip install --upgrade aspose-html-net``` to get the latest version.
79
+
80
+ You can run the following snippets in your environment to see how Aspose.HTML works, or check out the [GitHub Repository](https://github.com/aspose-html/) or [Aspose.HTML for Python via .NET Documentation](https://docs.aspose.com/html/python-net/) for other common use cases.
81
+
82
+ ## Using Python to Convert HTML to Markdown (MD)
83
+
84
+ Aspose.HTML for Python via .NET allows you to convert HTML to PDF, XPS, Markdown, MHTML, PNG, JPEG, and other file formats. The following snippet demonstrates the conversion from HTML to GIT-based Markdown (MD) Format:
85
+
86
+ ```python
87
+ import os
88
+ from aspose.html import *
89
+ from aspose.html.converters import *
90
+ from aspose.html.saving import *
91
+
92
+ # Setup directories
93
+ output_folder = "output/"
94
+ input_folder = "data/"
95
+ if not os.path.exists(output_folder):
96
+ os.makedirs(output_folder)
97
+
98
+ # Prepare an HTML code and save it to the file
99
+ code = "<h1>Header 1</h1>" \
100
+ "<h2>Header 2</h2>" \
101
+ "<p>Hello World!!</p>"
102
+ document_path = os.path.join(input_folder, 'document.html')
103
+ output_path = os.path.join(output_folder, 'output.md')
104
+ with open(document_path, 'w', encoding="utf-8") as f:
105
+ f.write(code)
106
+ f.close()
107
+ # Call convert_html method to convert HTML to Markdown.
108
+ Converter.convert_html(document_path, MarkdownSaveOptions.git, output_path)
109
+ ```
110
+
111
+ [Product Page](https://products.aspose.com/html/python-net/) | [Docs](https://docs.aspose.com/html/python-net/) | [Demos](https://products.aspose.app/html/applications) | [API Reference](https://reference.aspose.com/html/python-net/) | [Examples](https://github.com/aspose-html/) | [Blog](https://blog.aspose.com/category/html/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/html/29) | [Temporary License](https://purchase.aspose.com/temporary-license)
112
+
@@ -0,0 +1,348 @@
1
+ aspose/html/__init__.pyi,sha256=1MQVfbDcP_iyyhtkCOENd9yTP4twM35GITI3UgU4j58,1646762
2
+ aspose/html/accessibility/__init__.pyi,sha256=cProbeqJMU2xyc2b6LIDOfQlIn7uAqL5iDcNCn0QXpk,15861
3
+ aspose/html/accessibility/results/__init__.pyi,sha256=FQIhvU6vjrMR6yhohyu2iZe-7uz1qHZU6gGw8IH1rb4,3473
4
+ aspose/html/accessibility/saving/__init__.pyi,sha256=Pw0iy26CTAkfzYoC_l4DLIS-4-MG3j9MS1cMsv1y6R8,2449
5
+ aspose/html/collections/__init__.pyi,sha256=Co-hfLEsHm3aBBSqxkoeoPPTloJCZLCZ7fQD6UocgrA,9609
6
+ aspose/html/converters/__init__.pyi,sha256=et0BMyVfbtydxEN7vga0iDJeIU84_BW3Od4cv-gfkH4,138817
7
+ aspose/html/diagnostics/__init__.pyi,sha256=Y3gLNPbn_-0CGKGw9R-agG3hyBSfeGtcXeKJ5GHnI_c,2540
8
+ aspose/html/dom/__init__.pyi,sha256=KPWVnIvZz3jglZB1GcXi-0nPd5BQyq_SlmZVVm3TO34,272439
9
+ aspose/html/dom/attributes/__init__.pyi,sha256=690fS271IUVeWrgcPM9gCAdw7gDNXlScK0BuAB6jeZw,4173
10
+ aspose/html/dom/canvas/__init__.pyi,sha256=I803lCpxEtt6NEuJu8FB5_I7sdWvtASz5NIpiF2rj40,52991
11
+ aspose/html/dom/css/__init__.pyi,sha256=kVS5EAyO4I1Xc71pTE2rhdF12-VvUmfk-X8_BXUtTEY,96541
12
+ aspose/html/dom/events/__init__.pyi,sha256=3Btu8Q9mRxi91P5wOZUf4ncfGd6qO-DEtFABt77THTE,52484
13
+ aspose/html/dom/mutations/__init__.pyi,sha256=SX7BBcl6bouF_CWFvLO9JNPspfvmivEmzXS46y4tioE,9638
14
+ aspose/html/dom/svg/__init__.pyi,sha256=-0UV1MlghCfIU-_GSq4DtI_uwU4Yo1BIl_J-IFX3h7M,1313834
15
+ aspose/html/dom/svg/datatypes/__init__.pyi,sha256=koBdDv3QSzTP_AqRh8nJWKfzyfRZKzcYwPkkiKK2rno,42148
16
+ aspose/html/dom/svg/events/__init__.pyi,sha256=yDgXi1jSBfqi1ectiteIpIfFWeud_rwOogiGrYAwclg,10178
17
+ aspose/html/dom/svg/filters/__init__.pyi,sha256=-imLAxP8CRclrKJWarPSdLLEmpMQT_BqYtvJNWxDZhI,645806
18
+ aspose/html/dom/svg/paths/__init__.pyi,sha256=2-NXDL5PpgecTxJUT8gXt1eQpzTHZFDozaBSCnvzO44,105519
19
+ aspose/html/dom/svg/saving/__init__.pyi,sha256=rcUHz1wLIrVD2nf1qKBzc2JgrcxjmMO9FSmZHMTrMRw,2532
20
+ aspose/html/dom/traversal/__init__.pyi,sha256=W_FveEsZsDyvUb73E20J7qOR-JTA1jHb6XYdamLJLeE,19746
21
+ aspose/html/dom/traversal/filters/__init__.pyi,sha256=uPdrDOVXLQbeW6E5DgMltZ2CrzfL_r7xKWX3zlAEUAo,6577
22
+ aspose/html/dom/views/__init__.pyi,sha256=PMxQeyqsLhFagjjgMZm3SEc9dYtrSpIXlivvv1zLicA,2690
23
+ aspose/html/dom/xpath/__init__.pyi,sha256=kf3MZXFYHEF3MKDaSzen6JCrj8suTgEr6UwYheAa8zs,16613
24
+ aspose/html/drawing/__init__.pyi,sha256=MGOJZqCLy-XiAGbIC2sgwxExO6Kdq9dE8z6NznOZNaI,106141
25
+ aspose/html/forms/__init__.pyi,sha256=ciot_0JVGPP690wTV4EAVfae9U8avSxtVo2rqxxGQeE,32696
26
+ aspose/html/io/__init__.pyi,sha256=Ee2uUHULBIK9ZxgjljnAIob3z0B4pNckEAjW_fEG5a8,9030
27
+ aspose/html/loading/__init__.pyi,sha256=c_nQ6UXcsG0KljIHAZMi8kCg06EzoneRlsMjzR7ce2w,2189
28
+ aspose/html/net/__init__.pyi,sha256=ZrSI4XhpIiPm7TGd33S-i-Gos1_wXbHkDAH47zHvyy4,16442
29
+ aspose/html/net/headers/__init__.pyi,sha256=rJZz8lFUDfXmOyOcTsAE4UAWaYGquWx0xEI268wKZls,3928
30
+ aspose/html/net/messagefilters/__init__.pyi,sha256=LBja6-9Gx1C9Smnw-1UVkwDuOaA5TXbSrBRBZzWhUn8,2413
31
+ aspose/html/net/messagehandlers/__init__.pyi,sha256=W8rKWeDI5tkaU8HIQJH7pELnTIEDhuLpxEecrEkirUI,3513
32
+ aspose/html/rendering/__init__.pyi,sha256=7KYPHaJLfhFJjes-jNFHqHE6DSvhg2RxIPul-nWzXdE,26907
33
+ aspose/html/rendering/doc/__init__.pyi,sha256=UAjQVtN8JATJFyEmcsTWpHQ0G5xdgD58s6iFtsiivCQ,10414
34
+ aspose/html/rendering/fonts/__init__.pyi,sha256=qAhsgJyNZIAVrvoizkQhs3O-gs0Q0Fu-w8wPwu5vtJk,3117
35
+ aspose/html/rendering/image/__init__.pyi,sha256=zw3tMcIrPe42e3WAnTiYGtON3ZcRIWis-sdcHin16Lc,13181
36
+ aspose/html/rendering/pdf/__init__.pyi,sha256=aLIfaiJ6IconYKv7yUpxGhM9ZjaZaTXGGkUDzCJIXZs,12815
37
+ aspose/html/rendering/pdf/encryption/__init__.pyi,sha256=j-jiC4SNYFUSxKv1eaHzlSAs2WPSGzMpqQaQb_v1FDQ,6347
38
+ aspose/html/rendering/xps/__init__.pyi,sha256=xFYMqvE_1jBlqSxgIoTo4GPPg3jeRKV4U7Ca_5unxbI,9077
39
+ aspose/html/saving/__init__.pyi,sha256=zzRQQKil5DLxR-ZxzCDIzHVGYPwCh3Y24MfvnZnKKCU,23251
40
+ aspose/html/saving/resourcehandlers/__init__.pyi,sha256=7b_oAGRM6LZjPP7nsyqg4wYdDIUXuLUNPRpZIXeNrBM,4712
41
+ aspose/html/services/__init__.pyi,sha256=UqDsopqZfuqdu5hwjsJwcIONtWqdefjjoy1stlgCado,5376
42
+ aspose/html/toolkit/__init__.pyi,sha256=kSb43XalpXzU_jC2qyDedrwHzb8DZ8et00U_J2wm_i0,1904
43
+ aspose/html/toolkit/markdown/__init__.pyi,sha256=kSb43XalpXzU_jC2qyDedrwHzb8DZ8et00U_J2wm_i0,1904
44
+ aspose/html/toolkit/markdown/syntax/__init__.pyi,sha256=yBwCqsAlqeP5agYXa35bPfsBGsiBAiuH88zDMveU6SY,232016
45
+ aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi,sha256=2cP4pyVorjOME4O4jHtc8GcS2AhZFM7uDpDOqTExOHk,19433
46
+ aspose/html/toolkit/markdown/syntax/parser/__init__.pyi,sha256=tZ1aR680D1RZKs0aNXi_QMYZbMUT484tzPjU2pYfsYQ,20291
47
+ aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi,sha256=kSb43XalpXzU_jC2qyDedrwHzb8DZ8et00U_J2wm_i0,1904
48
+ aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi,sha256=jS862W-5KCf_7P8UQvQRNSUcR3qmAovvEc7u8m4ovWM,2258
49
+ aspose/html/toolkit/markdown/syntax/text/__init__.pyi,sha256=-9WTh4ly6egmBERni9QlIfYIdg2zAzFe4f8qY18cdoE,10627
50
+ aspose/html/toolkit/optimizers/__init__.pyi,sha256=VL8zyEuP1HV8MRRdvMDCLRsnWumaCumtS4ut8yxpOyg,6675
51
+ aspose/html/window/__init__.pyi,sha256=jaBDu0HRV7O81xImESUdwYHfVv4Xb-XNvqZ-YR1IJRY,24263
52
+ aspose/__init__.py,sha256=st03zZNGmNpfRezhEytqfWrds_sn97vzWyo7nK6dRLQ,4919
53
+ aspose/html.cp310-win32.pyd,sha256=mJp3k9s6bC-cOIiJLdNo9njwXNb5KD2EbbY763aIw74,4035072
54
+ aspose/html.cp311-win32.pyd,sha256=FQXkaFZHiIHQWwVJt8xlXK0f_2P75n-8dX0BVNj90IU,4035584
55
+ aspose/html.cp35-win32.pyd,sha256=ft-W4ltiO92m23RkqM6gUPqfgTX3GwD2y_G16GBEC_0,4135424
56
+ aspose/html.cp36-win32.pyd,sha256=2BCleG8yF2zGwxySIPb7RxP1ld3MkXl8oKE2ynwQrcM,4135424
57
+ aspose/html.cp37-win32.pyd,sha256=KnmZSiAng7rCJIeaDfbhPm8ASUe6zeEYG9Tmvo-RvWg,4134400
58
+ aspose/html.cp38-win32.pyd,sha256=j0bQW5OgxIiJjTHb7cKaMm3iXF_M_J-76fdpVp7zIso,4140544
59
+ aspose/html.cp39-win32.pyd,sha256=ns43s0szxBoKZBIrFrFIgvMlu22TfvzF9JdqDRZOZrg,4043264
60
+ aspose/pycore.cp310-win32.pyd,sha256=dB_gSuNkZuwCYOX8zT2u9hUdC64-epp0zzPS1kmwwPY,95232
61
+ aspose/pycore.cp311-win32.pyd,sha256=GxnSqh1-fTSI8h1UgNjsIBCvFRPTGtmycZ4LzuVW-s4,95232
62
+ aspose/pycore.cp35-win32.pyd,sha256=ceyZPkIsnIhH5gZd6VSgpYXiIt9uW1mITwaAdLjfVm4,95232
63
+ aspose/pycore.cp36-win32.pyd,sha256=vsYO9v7oXeB_8PDaOUc07H1Ml6cKzvziv_6BL_PHRso,95232
64
+ aspose/pycore.cp37-win32.pyd,sha256=imdEwrVUaqoeATSpPWAxs6qkz8Eyc7TlRLTaUnoi_F0,95232
65
+ aspose/pycore.cp38-win32.pyd,sha256=_WG0o8l6cgwJO_Rjfrb6TNpKTgT37GX9hmZb8TYkUk4,95232
66
+ aspose/pycore.cp39-win32.pyd,sha256=qTNow53T8LtK5Z6k0WhB2qqKXbbzFKDKCOcKrVMBZao,95232
67
+ aspose/pydrawing.cp310-win32.pyd,sha256=1mf4vIkpo6V2IMmQSOCb9xda6DJubkw_Bi6tUaolH7s,1622016
68
+ aspose/pydrawing.cp311-win32.pyd,sha256=VBH--PqaAd_hado_6zhImsYLFN4Ctt2NjW0ZfW7oRkg,1622016
69
+ aspose/pydrawing.cp35-win32.pyd,sha256=sazaGYYWUfvZg45Ifc7pKR5d3RqLJT9QZGAI6yFdAJs,1645056
70
+ aspose/pydrawing.cp36-win32.pyd,sha256=IsTVSoaucj-JxhiWFympFlBZDZkrsydTMTtYKSNXwlo,1645056
71
+ aspose/pydrawing.cp37-win32.pyd,sha256=D9pfaAMMzRIr_-1tny5Z-SK730BlQQyvsiJh7QIxN64,1645056
72
+ aspose/pydrawing.cp38-win32.pyd,sha256=yxnVHWq7upwJAbcyMhXYxwvkHws6S-f1uW6NKhiEyvk,1631232
73
+ aspose/pydrawing.cp39-win32.pyd,sha256=R6qvt7GA5WJdJ6h86j5-ygs3WG2KGsO8kGWXtvePeeA,1627136
74
+ aspose/pygc.cp310-win32.pyd,sha256=gW1EVmvR2WJZE5gpV0zkVmR-CZY5xTyl1Lov6dHBQ78,83968
75
+ aspose/pygc.cp311-win32.pyd,sha256=v6VwbIf_XPqUMXE4if-yoC6gjJ0WWuGkaq6b_X7gsP0,84480
76
+ aspose/pygc.cp35-win32.pyd,sha256=P3GGBktzPmhL9acD18TcjZiZ9mWAWFjhuh5M2q74RkQ,84480
77
+ aspose/pygc.cp36-win32.pyd,sha256=T-q_meVixK-Lh3s_e5z4vHhB8S-XuUIgrJIXLwL9KPM,84480
78
+ aspose/pygc.cp37-win32.pyd,sha256=JSgqOzTlh9Nxzvqlb3jTW-OWqKtPVsvdKPTQ5EUEEvg,84480
79
+ aspose/pygc.cp38-win32.pyd,sha256=Sd1e6RGzWQGbzOGu9i5rWhVtvoGweUgsW8O5r0IL62Q,84480
80
+ aspose/pygc.cp39-win32.pyd,sha256=Hb57lOs85hb5jk-G6MBdf8pkN1dFb7ZQVL7OiEtTZ4o,84480
81
+ aspose/pyreflection.cp310-win32.pyd,sha256=6CQmH-fz-DFNsosgRa-UiVxSEbU0AdqcoxB837f_k5w,259584
82
+ aspose/pyreflection.cp311-win32.pyd,sha256=QstP-DslHQ93i48k-R74NPZIOetprbhKn_n5e1I1K4s,260096
83
+ aspose/pyreflection.cp35-win32.pyd,sha256=9NPtWvbZIAU8_2TIzA2Tl6NebGmZvGQmbwhpH9TEl6o,262144
84
+ aspose/pyreflection.cp36-win32.pyd,sha256=5KWShTGNQo0RBNYnG5ise5RxuL0Qp9FKRGffNbSsMLI,262144
85
+ aspose/pyreflection.cp37-win32.pyd,sha256=pZCyjnRcCPzWMrZJAzZh6L5h0XcUbg_bh25bUnV4Q1U,261632
86
+ aspose/pyreflection.cp38-win32.pyd,sha256=gWesJFChWBkIyN5XaoZ-UYCoOGuxICKaDs7M86bB-SI,260608
87
+ aspose/pyreflection.cp39-win32.pyd,sha256=uy07HdHPYio59_SJn0DSVk1BeZ5U5HzjRDX4KM42A2k,260096
88
+ aspose/__pyinstaller/__init__.pyi,sha256=JUQjpLnZGSJEDwHrogA4y1SSuAI9uGQxXL40_PPuGes,31
89
+ aspose/__pyinstaller/hook-aspose.py,sha256=G2uQAF1mgFtEjkZFyvcElHUEzLLoFGdqVOMAs9bsTi0,258
90
+ aspose/assemblies/html/Aspose.HTML.dll,sha256=k89txooTjRCXGXhupICTKI7sc1pPR0T4aUC-jS5nV8U,8872744
91
+ aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll,sha256=ugmwtqiRElj4isMBMibMwG59NCgNiQb_IGZvvYEtOvQ,66176
92
+ aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
93
+ aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll,sha256=-GyWeDxbygECfqj6Vrr75_1lzdDcJb9OxfZoHsn6t1Q,159872
94
+ aspose/assemblies/html/System.Drawing.Common.dll,sha256=cx5hkSgY-2ueuE0JMJtdBUWVeAtp0D9G7Zd5YorlVW8,436600
95
+ aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll,sha256=pTOoCbS7iwJyxzOPotRV6qdes42KCU6cOmuvfmJvXI8,18024
96
+ aspose/assemblies/html/System.Security.AccessControl.dll,sha256=lNMvvnB8WhYsH343sJLw7Dn1wDFSYJoUDJ-Fqk-HaOw,102280
97
+ aspose/assemblies/html/System.Security.Permissions.dll,sha256=Fc4jFXYMaWW2W3h8IdcgJ75gPchQugiuaBea-ERGco4,97160
98
+ aspose/assemblies/html/System.Security.Principal.Windows.dll,sha256=Ct2Tol_U4BHbVcrJ58BiuAfZhEe8gnLPOiSwa3Q3wWw,81800
99
+ aspose/assemblies/html/System.Windows.Extensions.dll,sha256=qzkm2EsQpetm_yFDX2b0ejVyPjCHXPrbLUP0op7gn-M,42376
100
+ aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=t8GYnylJ0N9IZCFDQRy94w6wZjuwwpwLNtOkO7mtvPY,1234944
101
+ aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll,sha256=L5QJbfoZctYYgy9EB6Kk5sxrSAve6RcfBdoQe4JJPhQ,94208
102
+ aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
103
+ aspose/assemblies/pydrawing/System.Drawing.Common.dll,sha256=cx5hkSgY-2ueuE0JMJtdBUWVeAtp0D9G7Zd5YorlVW8,436600
104
+ aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll,sha256=4ukPQVIO8QhTCBbOoZFdvhBwVEuI1OB0n9_Ig3fZut8,502272
105
+ aspose/assemblies/pygc/Aspose.PyGC.dll,sha256=bDl9JZgxkNy-A54BUxwmpP2UrIsF0Tj9XVPbuVA-WHg,97280
106
+ aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll,sha256=EUfVecTrH0RZ8DfCLzadwkvZuASgGC8taaGvpPKA-5E,122880
107
+ aspose/html/__init__.pyi,sha256=R-wp7naF-unc3g_y0tz0RCL1-wthiwlb59_i_EDAQCE,267
108
+ aspose/html/__pyinstaller/__init__.pyi,sha256=JUQjpLnZGSJEDwHrogA4y1SSuAI9uGQxXL40_PPuGes,31
109
+ aspose/html/__pyinstaller/hook-aspose.html.py,sha256=6ykDobx5-6t6V-mMVbfW4z51v1TaD75pPvb1AcQ9ia4,325
110
+ aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll,sha256=SHn-PqWNhT8hZYrvxei5K35jM9d8CvMaa_n_dpR19v0,12704
111
+ aspose/netcore/netcore3.1/Microsoft.CSharp.dll,sha256=x6hJcWUnO9pMuS7bZ1jj-x3rePlnD7FHGnlVDKXY0GU,730008
112
+ aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll,sha256=8h2p-4MayUNzYTW27hCaSzUlEbjWwHywPGa2GZbR3ck,1188080
113
+ aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll,sha256=4IZPRuDwymYUO0PBKks32-L76P0TjV2lkyb9Yy1qNXE,1128344
114
+ aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll,sha256=iYlrHf2snDle8k5-Ay-bdGzMMxvAydeR3j5dKzV_EYU,17296
115
+ aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll,sha256=r3EgA8f9FbLAIAjHbKlfZ3XWGEZq4f27vuD-VQZGv3g,21904
116
+ aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll,sha256=ezjgImBL_IggxHaSbSHagHnqWSY6W5CvMiHYIy8untM,77200
117
+ aspose/netcore/netcore3.1/SOS_README.md,sha256=crq4rVeuIIJMhKr5_i4OMFshCChuBmVF5rrBSsevFFA,277
118
+ aspose/netcore/netcore3.1/System.AppContext.dll,sha256=drN1fWpdp9JopBLzQs4Jl7JkmXhQTyXa65GQJmpGhs4,14784
119
+ aspose/netcore/netcore3.1/System.Buffers.dll,sha256=jk9KKn56OJ-GAE7gsNz_npnwN1zUroseP3UWJvxjOXM,15248
120
+ aspose/netcore/netcore3.1/System.Collections.Concurrent.dll,sha256=hr1povD8NzbZTetao-aVormdaSx0P38rQ-jd8ZmubrY,172432
121
+ aspose/netcore/netcore3.1/System.Collections.Immutable.dll,sha256=oSa99k0rGbO3zFWSGs3nUaHalKjN5i0p5ZnAgPDjMWA,569792
122
+ aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll,sha256=Vbud0wlPHWhBjb7q4LorQTovpvPRWuxs2uV1lJU5OjU,86416
123
+ aspose/netcore/netcore3.1/System.Collections.Specialized.dll,sha256=clBj5rV7x7r_jKYSrBvYUsdN-KxD_nD41m_cfX65Oao,81824
124
+ aspose/netcore/netcore3.1/System.Collections.dll,sha256=8b9gjnH9KyKbfy9DrKIThYtfrceaOI-8490SW_ADogU,294288
125
+ aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll,sha256=cMHVANldEl3KSlyShatoStFvnAHBgtAlizzTy0SWcpc,148888
126
+ aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll,sha256=uampguG0iXfNbsdR6Bi7EPIVR-7WCcBhSm2jmXQXkoo,16784
127
+ aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll,sha256=td3PZIjZBxoRP2alwMqrHg5XZ8D0ejGbK8yqLv_3p18,33184
128
+ aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll,sha256=uT7dGAGHy8dT9CmnksTQgXPpGDogbKnuNYsKDp3fp0A,50080
129
+ aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll,sha256=VRajSkUgoHtpiIhIcTMku94IoSTqJibprofqnMvlO0Y,631696
130
+ aspose/netcore/netcore3.1/System.ComponentModel.dll,sha256=qFs270pasLEZV29WXylpGn7qNAz2CpHYVkcdqHjewB4,16784
131
+ aspose/netcore/netcore3.1/System.Configuration.dll,sha256=Mp69E_6qakhKJy_32pOgBVevphhHeZSF2c8QGnejU2Y,19344
132
+ aspose/netcore/netcore3.1/System.Console.dll,sha256=s56b8TbTReVt9XNah3w4_L1GLGYZC6MJTJr-zZjMQsw,139152
133
+ aspose/netcore/netcore3.1/System.Core.dll,sha256=Zr2O-W8cqMNXjjuObuKnVkt5wIyJPQY5yePXnyl3nz0,24480
134
+ aspose/netcore/netcore3.1/System.Data.Common.dll,sha256=Xrmwf2Igj5Tqt0QTQYSsdEPqZXraezJwDTekh5_-FfI,2649536
135
+ aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll,sha256=6_DLIgvsDr2vsrOq3S_qoLMVkDtm9DjhACLpfN9AsSI,15248
136
+ aspose/netcore/netcore3.1/System.Data.dll,sha256=TAgENyddCeDQzL6qr2u26QmERLRyl_qxzNGhykyFKSo,26512
137
+ aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll,sha256=nCkrTYBQNTBDBlhBDPQfzHPKWYUQUiqYWgrw39VVOu8,15776
138
+ aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll,sha256=_zzg91Qjqumf4Hg86ZrmdQijqyV63lCajNwHcLuXwPw,15256
139
+ aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll,sha256=UgSZsR3d0UJMwkJcGK27ZeXlRh2cX9sElqG6vTSNVgM,92064
140
+ aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll,sha256=G_tYmmwVE3LIlWPKjwd1mfTx0LWFx8w6XpJmZUpEt7s,28056
141
+ aspose/netcore/netcore3.1/System.Diagnostics.Process.dll,sha256=l9aO-7sHT8DwSDqbQrZJAgJYcAS5silyp4k58-aS5J0,232352
142
+ aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll,sha256=Zp6cEIIps3etVeEdXPnMbQM0Ru0Ze1XWGC6otRO4aQU,33696
143
+ aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll,sha256=tNxywSVKFq9P9H6-pQLQOyjQPHIwLOrPWZPAWgvDrG4,51104
144
+ aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll,sha256=P6ZdhpqTHnBcvh4rmxKuaxVSDbBxkSkxHb5Ddvv7f6U,17312
145
+ aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll,sha256=ORFlC3Zj-mDk8tRxD97VkDC8NYNNfG5w2x02wSz3GSc,107920
146
+ aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll,sha256=LU2IWuEdgMJJncg8TohKdJy2T5Wyl62boLU4nyn7ebw,16272
147
+ aspose/netcore/netcore3.1/System.Drawing.Primitives.dll,sha256=rExb7T9jkhFHoFDBt6rcGY_V4UhlOxXPnn3jHCj-e4c,116160
148
+ aspose/netcore/netcore3.1/System.Drawing.dll,sha256=qEMHqNLTIYGeyyG_IVCF1LaTYbArmA7b5d4s0oGO9Io,20896
149
+ aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll,sha256=AmkfvxnmafnxX7bFf4yP5WWVI0W9I_jreazzSJx6psY,16320
150
+ aspose/netcore/netcore3.1/System.Globalization.Calendars.dll,sha256=lz2JrCNRYN-RKNEPWlvuLRMa1967FI9XdMJXnZezxOA,15808
151
+ aspose/netcore/netcore3.1/System.Globalization.Extensions.dll,sha256=vUHsGxF0FrOrznhnyao5J_e1IRS706l5xvpg0Po_SbE,15776
152
+ aspose/netcore/netcore3.1/System.Globalization.dll,sha256=6kCz2X2PWC5LHftEJa2w8GguPLugPm0numr6z6dAjBM,15296
153
+ aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll,sha256=gzr9IOnuEe1GZiTC4G-v15rnlWXe5_V_klInXAK2-U4,64408
154
+ aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll,sha256=azYyNVxOwy5O3I_WtuZV1HuFR4dmYFV2dRU_PlC1SyE,15296
155
+ aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll,sha256=FGFxsti6fGz8EyfibkAXsIaTr1UUJjID22DZxD4TkUo,32160
156
+ aspose/netcore/netcore3.1/System.IO.Compression.dll,sha256=3QQuqH3ItsB8Bv4KFgBD-lldnw6F8YTSYlBWeFTtJ6s,225216
157
+ aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll,sha256=-iMAi19J3aJw0zsHFnVv7JP2YzXWrbk-62WEQw8V4N4,80288
158
+ aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll,sha256=eSJOTLhjrb1EDlJh0dgAaYc7f6JOfMg7eL2LDvI1-AY,36800
159
+ aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll,sha256=AI0SEA9EvYMioCU72XkanfOsWzkk1wTn25jj6HSUieU,15296
160
+ aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll,sha256=VBYTcB24OqjR-hh6-bXgex2Vq8FXD9lUuf1X8lhw3vg,63904
161
+ aspose/netcore/netcore3.1/System.IO.FileSystem.dll,sha256=1wQC_4YGj-3UbJPH7Hq-hrgk6Z-o3_Yp6leON2me_bU,195488
162
+ aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll,sha256=wTkKWzDRAq1SlUUkrua0RFTVoXRry-nYGDs3WksXxLE,72608
163
+ aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll,sha256=no2-NRWL3he0BCfN-8n0_sAb7Et8NAe1pgIeo2CuF6A,60320
164
+ aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll,sha256=rG5F-drtr9TA_Izy6e-j_ZIix0k5Z4FA0IKIaS6-kuM,15296
165
+ aspose/netcore/netcore3.1/System.IO.Pipes.dll,sha256=8Irw9Q-CwSbU1Q8iE8LXvvbwNn4yvpqtHsciUxVq618,119712
166
+ aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll,sha256=QimYz4XY2OGymPREuygD7YQggLULvxkP1yQmv_nmups,15296
167
+ aspose/netcore/netcore3.1/System.IO.dll,sha256=W8k7Uw81dmei8rixO0foAyDYeC9kLrt0cTeRBnQSWzU,15256
168
+ aspose/netcore/netcore3.1/System.Linq.Expressions.dll,sha256=7D2wzftFYS7NiuecrWsIBpcprAdHZbjSsYrnamM2VqE,4678592
169
+ aspose/netcore/netcore3.1/System.Linq.Parallel.dll,sha256=p6lTgywWQCdm1z0QLVssQ02CCeMVeSsC_3cyzqQJ6fo,1135040
170
+ aspose/netcore/netcore3.1/System.Linq.Queryable.dll,sha256=IHXzARPDYdk0DFhIWr9KtYpi_0t0UaV-XQqEvI_8S_U,163264
171
+ aspose/netcore/netcore3.1/System.Linq.dll,sha256=r3sL_7IYcIXvGHryESkBWOzFs2U8EJNTl7t1hYeyLyQ,371136
172
+ aspose/netcore/netcore3.1/System.Memory.dll,sha256=27dYTgajW2BF7rFW3ttUaa5QVtu0W9aJeQNV1g7Dfv8,168896
173
+ aspose/netcore/netcore3.1/System.Net.Http.dll,sha256=VPPXRIhE0rKYCJBKiugVBHfqKxIpYJtk64ahtdNqbv4,1314240
174
+ aspose/netcore/netcore3.1/System.Net.HttpListener.dll,sha256=5I6C6ilCodgcQ0he5ILJ2ErY12bkhVeNeQcSLExOwi8,581568
175
+ aspose/netcore/netcore3.1/System.Net.Mail.dll,sha256=6eGNYCiyK00x7gGQdpy8zO3mZczksb6EINk-A8gr3Sk,486848
176
+ aspose/netcore/netcore3.1/System.Net.NameResolution.dll,sha256=q8PpjDwGsiKiJ20OgkbriMHwkrK-PJfMnPVa033v194,79808
177
+ aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll,sha256=f9aOP1ER9OJdWmqQoZwdpU-YuHofPp8f0Z9y8eOUk7w,160704
178
+ aspose/netcore/netcore3.1/System.Net.Ping.dll,sha256=7HhL_BQPuhLusbj1pws54kqRdiqrF0xySIk6O25GbHE,90016
179
+ aspose/netcore/netcore3.1/System.Net.Primitives.dll,sha256=mj6lhXefyv0r7Z9oZ-pneWGhI7Lulzl_BtU7DA11b8g,193440
180
+ aspose/netcore/netcore3.1/System.Net.Requests.dll,sha256=rIQkUXO-cZG-xxxnNAtD7Me0jpz_mIDdx0Pjz-xN4s0,309648
181
+ aspose/netcore/netcore3.1/System.Net.Security.dll,sha256=BO_rxE4lRmdgKmxHXjUudC1bIleTW1yflz6k3tqNE14,510880
182
+ aspose/netcore/netcore3.1/System.Net.ServicePoint.dll,sha256=cJBOZgp1UL_PpTwuYa0ek-3LcBatQAJ3QsWYc_CQKMc,32160
183
+ aspose/netcore/netcore3.1/System.Net.Sockets.dll,sha256=1idClIszNwU-QTdGS3JWzDJ6Uw7YSWWBQiNjZLx74-8,483232
184
+ aspose/netcore/netcore3.1/System.Net.WebClient.dll,sha256=GgwjDs2POqk0lTYaBr6CS58PyPXHVuTOQxEusGVTJyw,139664
185
+ aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll,sha256=n4c3boSNnap7CrYPfZCAlT5j4fDWPargdx_XzOCC-PE,63392
186
+ aspose/netcore/netcore3.1/System.Net.WebProxy.dll,sha256=7YpCwc0506SYN7hdF4W5cdUN4_h4ZSF3f3fBqhrgcxk,25504
187
+ aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll,sha256=rxJAVo-6U3NfxrlpJWLYnNdyfWzChHCRceZZUnDcWGg,65424
188
+ aspose/netcore/netcore3.1/System.Net.WebSockets.dll,sha256=8O-7Wm1gEhO-6WOqAMkHRMN9Vdn3MuIYcWOKyFtdAZI,124816
189
+ aspose/netcore/netcore3.1/System.Net.dll,sha256=LXZDG4wYNsIX62_oQCibW-xq6Y9y6Aq2V71Ie-Vzx-U,17344
190
+ aspose/netcore/netcore3.1/System.Numerics.Vectors.dll,sha256=2viZYx59K25ahna_TKRU6jpZ_qwQCouxsgfqI_digoQ,143776
191
+ aspose/netcore/netcore3.1/System.Numerics.dll,sha256=EuupKPCI3sl48AsTR0VK_W5BezOOVOSu5W2SvzKM3ls,15264
192
+ aspose/netcore/netcore3.1/System.ObjectModel.dll,sha256=Ug7Zs5dSPuv4wFnIzTdshvrwWwIRhM3SCKfgBozYCQw,80784
193
+ aspose/netcore/netcore3.1/System.Private.CoreLib.dll,sha256=nOTQFbk1CDGgX8Q8oCMBSO-sQK0PPy50g8W_ExzEWM4,8748960
194
+ aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll,sha256=M-BdaDVBy9pRjIvZcGe7eHArEmDWO7KDnp5UT-mfs3w,1866656
195
+ aspose/netcore/netcore3.1/System.Private.Uri.dll,sha256=FMaEY6tDgg4cOUjEfsGN2qQ9e5LaxnZVklLn1LqCCqI,230808
196
+ aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll,sha256=RAAwbI2wgSQGZvxkvZ2lFSk8jk-d0NgIe_aD82_CjNM,329632
197
+ aspose/netcore/netcore3.1/System.Private.Xml.dll,sha256=iX5NxWcr165gbmbf4NpqYHYIXIWokfbmSmf6XegLz_c,7604672
198
+ aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll,sha256=fZeAeeWN1skk7qcSUQVPf_jq3oWtJJAAPTlhHBA_0lI,62880
199
+ aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll,sha256=_qAumReinxyu9Th1Blg-2NLJ8tfAHrX3rX_NDaAaOAQ,15296
200
+ aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll,sha256=FDtt2Ym5uLEWapQVONi-vFQEua-JYXkQYM4f5ooBveU,15264
201
+ aspose/netcore/netcore3.1/System.Reflection.Emit.dll,sha256=z0AT1dzTK2w5-WR3XpilUTFGsw2iMX1GNvpK9OFRExo,15256
202
+ aspose/netcore/netcore3.1/System.Reflection.Extensions.dll,sha256=LVV4noUZSrT-xd5pa5vcMpUFrTfiMe2E6B331Em7dM8,15296
203
+ aspose/netcore/netcore3.1/System.Reflection.Metadata.dll,sha256=FCL5Ap2NDtfDmUKho4hiDtCQLbRbJZe-NMXV-ARxSUk,999360
204
+ aspose/netcore/netcore3.1/System.Reflection.Primitives.dll,sha256=pAucE3ZdjUcrjvxy58PAlsSJHWpAHYa8KuVy1ck1yoY,15776
205
+ aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll,sha256=X8laH4b_aX3FAUtjpag-HKoU4yxfgzj9pNRPgAq2MA4,28056
206
+ aspose/netcore/netcore3.1/System.Reflection.dll,sha256=-UK0Mi25fvmNV5P2Blp0n6-9bdzu3DYpMylSngsNSMk,16288
207
+ aspose/netcore/netcore3.1/System.Resources.Reader.dll,sha256=l7vUR0UuIqD276p66VThKXKGLV8UX1rF5r2JpyQAQxU,15264
208
+ aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll,sha256=eUrrfbbcZqK8xvTwCP02-oW4Re40oXYIrlCGbi2OxHU,15768
209
+ aspose/netcore/netcore3.1/System.Resources.Writer.dll,sha256=7qtzuRXLdMMSorWJnIDrCTnAbB7HlKK49g4bAKxjS0Y,39840
210
+ aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll,sha256=Y66d6EBWWuEgfb6t1MA9CQDKq6bAwpIus_J7RakdW5E,19360
211
+ aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll,sha256=sl0Rh4874zUPoeifUZbrnUzEmbDoo2Ixnb-fm-DEUz4,18336
212
+ aspose/netcore/netcore3.1/System.Runtime.Extensions.dll,sha256=9SRQwxhPFlfegRBCj5KTDw7krLoZwDBXO_cv4vMLhJk,192928
213
+ aspose/netcore/netcore3.1/System.Runtime.Handles.dll,sha256=IgI1z1btsGlzx8I0sDokLw3TqgEDIiLvKVx5jVicaLg,15264
214
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll,sha256=9i2bs2J9yp_8pHYNwDfjTWe0E4EEU3f0Sp3rvb4Cqh4,27040
215
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll,sha256=XLQkIYDX8Obl8hSPv-jh9eDnluoBUWSPaZC9K6Pdybk,16288
216
+ aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll,sha256=RY_URm-ErL-lqEz5pAPsjtLdoRH-mFUjo9UQgaPmOyQ,51104
217
+ aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll,sha256=bOXq0eSBnlrYkJbIVLdxpIcYibyZ0wOQYi521vdumds,15808
218
+ aspose/netcore/netcore3.1/System.Runtime.Loader.dll,sha256=SI5nTjOO6D7OsXDo7tncxkIQdJdSWpOJmkXntzYachI,15264
219
+ aspose/netcore/netcore3.1/System.Runtime.Numerics.dll,sha256=OgQ8KyRsxYBqufyQfCMGNWE4SIR5JkLjvo3H3OyUT2s,189344
220
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll,sha256=yrUhCmb4nQVOMaQgRGfD84TB-i0wja3lNEV3xzafmCg,285632
221
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll,sha256=A8_9kOtskJrfsk6xsBeqpudSdlqiMtFU52aPTw_PWwA,15808
222
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll,sha256=mymOjPJfARBJ1IFdPkaDb2F2gEJGOuhOs94MTDL1ql8,25024
223
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll,sha256=vmV36aXAtZEv_xjmmA8JG6uoGcB0iSRP9uca-Bj126A,16320
224
+ aspose/netcore/netcore3.1/System.Runtime.Serialization.dll,sha256=M0ha-BGNSUykiaifjy4hw3WeoDF-psil_lQTOPXD0fg,16832
225
+ aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll,sha256=17ohMjaclx_Z5apHvk83j2AwtCvNc2ab19CeegrsY0c,75712
226
+ aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll,sha256=HqsqXqB03sGm6tgNE2Gp_UMX4c0zRnLJ2HfPScz-VzA,317376
227
+ aspose/netcore/netcore3.1/System.Runtime.dll,sha256=nhtLGOqR_uaoOVchLiwzyhszLVZybkVILgDcKNguREQ,53184
228
+ aspose/netcore/netcore3.1/System.Security.AccessControl.dll,sha256=EY63swPOWJz5zW7m74ItOyOHwoVtCUbb7VFn2xBKHXo,191936
229
+ aspose/netcore/netcore3.1/System.Security.Claims.dll,sha256=JUtwub-_eL3zpsmso-vSF4W1uM-0bw1F04yagg5lXuY,81856
230
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll,sha256=IyoJRK634Vvy-NKT0sEUzqNKgEFjNSNhXGpkbJ4_IKo,586688
231
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll,sha256=OnP1sINNrXN2BV7ifwmQN7IbQb_BjZkRfU1KTebux7Q,374208
232
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll,sha256=nFQlokUwbs4vFblWhEwu625S7oaY4NjwSRyc8OD1Nmk,160192
233
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll,sha256=tS-vinr27GY4aUuCO13USelGVIO8Cwk7srGueZi216g,67008
234
+ aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll,sha256=SX4cfX8CtNU0vkCEhzuoCwUbk1IS02rv7IPGzWpA4rM,33216
235
+ aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll,sha256=U98WaJIl6-BjXDytMAss9Q2sdk5PdYszoLj52iD0EtI,94144
236
+ aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll,sha256=r2HNL4SyJv6xVlYIGcJtUZ4d-FQ_OO5t8jykiw01HBA,410048
237
+ aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll,sha256=kqL-8WPar_-bKxdXX5Ro_K0wej567VkU4_3DbUmlZBc,132032
238
+ aspose/netcore/netcore3.1/System.Security.Principal.dll,sha256=O2sFIEAt8aBUMRjHjIJDW2G_kRGygk_THlmj_mfmngM,15296
239
+ aspose/netcore/netcore3.1/System.Security.SecureString.dll,sha256=di3ZiBWIUDBHT50yfDT581l43kkYrVHQ_xZ_ZJR5ELA,15296
240
+ aspose/netcore/netcore3.1/System.Security.dll,sha256=tiPEpeDZaz_zlF2z5buNI1s7DC9tI7hja9aLty_cnio,18368
241
+ aspose/netcore/netcore3.1/System.ServiceModel.Web.dll,sha256=fw9rbbhfzJc5zzJWoLwgV0hC8-f4M7TmTNRfqn5OWkU,16832
242
+ aspose/netcore/netcore3.1/System.ServiceProcess.dll,sha256=SfoSvuAX2CqV8M3CJnsGWIzo9ZJ3Tc-7zWjPyt9bSrA,15808
243
+ aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll,sha256=Y0k-QRhinHCRtWVWq1aieLQgr_MS8E51lDNlRaavxHo,846776
244
+ aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll,sha256=wsn0HBvjWWr7jrT85uIYZ5F6FDUdKrAfr52BOV9sl2o,15296
245
+ aspose/netcore/netcore3.1/System.Text.Encoding.dll,sha256=0uhgv0H7o7eqlkHiEhre9qeXNTsx59FKWB0lBDZmn6g,15808
246
+ aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll,sha256=s1B8fvFY9si1OuJAZ8D0fOvKnIyAkCGVLQ5-uLE-vVQ,94144
247
+ aspose/netcore/netcore3.1/System.Text.Json.dll,sha256=jwcNZJWUfHdYI2M6CO6XkYrqBnjxTu99Fc3lrMBJX7U,736704
248
+ aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll,sha256=IK0FE9AHotDkYW_yCPGoRqrWBlTXlDXhhIF2Y0ctu5U,371136
249
+ aspose/netcore/netcore3.1/System.Threading.Channels.dll,sha256=B3KTHs3cDzN8hwLdq0d-N_ctd5oiWkzBRwZ9I6VULxQ,102848
250
+ aspose/netcore/netcore3.1/System.Threading.Overlapped.dll,sha256=-ce3EPwS2quIUaa32sOkQoMmkoN2WpkefXQLgwnEkQQ,16320
251
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll,sha256=B7NevZoFgatE1FjFPxMmjoqsuYdjFI-Qt38mdADGu_Q,424896
252
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll,sha256=q9ZRizFHkvrBwoHmHr2dD_xlSnuSBM7NP8WSdkHFu-Q,15808
253
+ aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll,sha256=rwfhMxFCMu-Yu5g0iRaufuyMRu8qGxLlctK3KMdrsZ8,100288
254
+ aspose/netcore/netcore3.1/System.Threading.Tasks.dll,sha256=jSlC6XWq9s-CF_ZWEbT2Sw36FeBvrR62IdNo8-d_0bQ,16832
255
+ aspose/netcore/netcore3.1/System.Threading.Thread.dll,sha256=km5kKwtsrfvDpMsRu4FFTu2K31CsuvGThcLKQN7NQNE,17824
256
+ aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll,sha256=M1jmEmOvgdmeiZVEHQEqj3XKjV016MfDqmaFyJ9SppE,15248
257
+ aspose/netcore/netcore3.1/System.Threading.Timer.dll,sha256=48z503s-IEJwZyhfhYjihhP_cFMQ2p7vZ_o26dpuyKI,15248
258
+ aspose/netcore/netcore3.1/System.Threading.dll,sha256=e84NKfVFbNdFWvvZfXEInBgC7UI_-ckpnOvvMJePPGI,73664
259
+ aspose/netcore/netcore3.1/System.Transactions.Local.dll,sha256=GFCRmhqOvBwvqvSslFoZ4bLX4munmqDWmxgyE1ZwNBQ,309152
260
+ aspose/netcore/netcore3.1/System.Transactions.dll,sha256=sLF2fuVP-HZZg5omDxVT1MrcDsQCsSEyjAkYdX_1eH8,16288
261
+ aspose/netcore/netcore3.1/System.ValueTuple.dll,sha256=ONL0I6GqSWebuMqN0p79ogVz-0PThzc-ltv-Fzz996c,15248
262
+ aspose/netcore/netcore3.1/System.Web.HttpUtility.dll,sha256=QEWTR4xApGcFrpmdHYbPZWRDlTPe10-1a0od0cfp_VU,43424
263
+ aspose/netcore/netcore3.1/System.Web.dll,sha256=YJ4CrZ1EpApEi4hqyuS1k71uirNLowjp2oDjd6dAHvI,14736
264
+ aspose/netcore/netcore3.1/System.Windows.dll,sha256=LA25j_Ju11_1oDY9cUN_1o8qoy0H_hke49VoLS4Gf1o,15248
265
+ aspose/netcore/netcore3.1/System.Xml.Linq.dll,sha256=uk_OygdfS8AQogUGI3-TmQP0sN05_HB8wqyWeL74i84,15760
266
+ aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll,sha256=5dG8DspLRSxr8ax5LJKWOX2NwHIZUUfLZkE3SMEuMxg,22424
267
+ aspose/netcore/netcore3.1/System.Xml.Serialization.dll,sha256=_GQjUFmB00UC7BUcEuRi3YdhQWenZS8c3sOWSsQXV_4,15776
268
+ aspose/netcore/netcore3.1/System.Xml.XDocument.dll,sha256=ooSZnqWhinE85_Y1ZbuMCJ1wsmHeW5g1gl43spW1EOM,15768
269
+ aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll,sha256=i6Qb5HpA80SSjJIYFkC124QfsyVQDj-_dy489M540FY,16800
270
+ aspose/netcore/netcore3.1/System.Xml.XPath.dll,sha256=-wdsvCwpmP3z-1nBqKPue76_ne-SJGb48gC5MHYmPKQ,15264
271
+ aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll,sha256=pfQ4xOIdFznflZWgqfsGTeK3T-o1dVp0YzzKX4ddTdo,15808
272
+ aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll,sha256=OAGbCBMvRekozr3AMSoK66P3FXIZKmgvIH5Du4YASOY,17824
273
+ aspose/netcore/netcore3.1/System.Xml.dll,sha256=rIYX8-pwjVyMzVgBAwcT6nNmqA-Z7g9Lq3QhLpi6kXs,24984
274
+ aspose/netcore/netcore3.1/System.dll,sha256=8DNrAEB-_QBMxfeo1HzrFru4nR7a3JUe8JD1yX5PPyY,55232
275
+ aspose/netcore/netcore3.1/WindowsBase.dll,sha256=mEvlhKwBL1yMFTL0crFM93Z8vwIWEmQo77RhWpCgLKI,16272
276
+ aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll,sha256=JLBwKMHji5yi8Zd1BlSg37fTPC5Syd1nEAYJSZ6AKNs,18696
277
+ aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll,sha256=xkt8ZADpuswaTxuu1jdL-86aP4zyDC0D-B7xgmL4nGA,18184
278
+ aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll,sha256=fky6YguHGJJ4tWMVNs2tm_2m4Sq9jk62R8uFNpogT-g,18184
279
+ aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll,sha256=-OO0X9PiKGYAbxap5z4oteNX8x88J1tRdpKl8WkYtJI,18184
280
+ aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll,sha256=HRwR_BrR_r-TCCJcTM8EMWBqSrCGgLoESU0nbLMQvxU,21768
281
+ aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll,sha256=n3vaWfqvyKRV-YOXpjp_fRFO_E6KQYCMeRJW6_M8dhM,18184
282
+ aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll,sha256=rl5zQW62S8GCSazpn2hHAk7O6nzpw0NpbIQZZGDzo1c,18184
283
+ aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll,sha256=26hOcE_-X81CVIhWJYEJ3HfGpG_Qt4QRmjVI7EflZEs,18184
284
+ aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll,sha256=U16dIPAKLxpi-EOkomz7djE41d_jWLASbTOZb7qcpNE,18184
285
+ aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll,sha256=SZf9pdDpC4oKt9oxTLVvJdFFCzZnAcRcKU2N0yVN5IM,18696
286
+ aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll,sha256=LdTrqhLLuhQrXWGg6_hKFNDRu4gmukK2PjA_5nIUCN8,19208
287
+ aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll,sha256=p_pI3mwGZmuAGEr-5-VEwljg-xE5mrP-R9TnRmd3n0E,20744
288
+ aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll,sha256=7Fc0MTODcVBLe55XstkTgrhWqr8l0rStlkhu-3lMGY4,18696
289
+ aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll,sha256=29eIscVpTWX6b24iAr-rswrfd-sZc865pzfvsW6e2uI,18184
290
+ aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll,sha256=nx8meU_WZOCotvvVO_yjPc97DcN_rz63eCvDjf9izYw,19208
291
+ aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll,sha256=Txh_G0sUdjNgwyXfawTT7DzG0s7Mm3lrxSpscZawssw,20232
292
+ aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll,sha256=_5tRr_f77I1_5cxHixJJKlmziwaNwrUYMkFzuzF5oOE,18696
293
+ aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll,sha256=-UHCMpZNAeRoDlSrBJVexiZAWAEbA4if4p24ZQlRHro,17672
294
+ aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll,sha256=lmo47XA0-NNV4eh3LfyS8j-zyKZpeA7UrDsHViXQl0Q,17672
295
+ aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll,sha256=M5lmrnVnWgP2KMTd1dMhirs2y89t3Og7iMBzNtcyuK4,18184
296
+ aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll,sha256=zHak6C4ODNCN87uPWtVxQjBeD2ZswyWZ1242PQtD78s,20232
297
+ aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll,sha256=dYovnvaQi1F0XbUNiWEP4d6SHZOy2-qRm_26gT1diJM,18696
298
+ aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll,sha256=-UIQs5zcgSvrc0KkfmhnPqIRbQrZJm_PjXztqpVh_Dg,19208
299
+ aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll,sha256=tcclu7R1tcBsxssqLDxwAI8illn4j7olzNXVxpjQaks,18696
300
+ aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll,sha256=NMXe5tVmJSwM632aIeJNXyl68rJsMuDHgIu9CIqppqk,18184
301
+ aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll,sha256=qVsa90Yj1tXYknYBZrm_rIkmkpVxMBkh8eYkWObRpQM,19208
302
+ aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll,sha256=t8Prw2yEYwpS0j0cDnnWEBLfpEzevfA5rzHsnjIoRaU,22280
303
+ aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll,sha256=Vti37nYZV5o8ZI6xMMk1S6G6WzOgek81A3DuezZTdJo,18696
304
+ aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll,sha256=rAzshkQ0ASVQfdC8mpCxhTotGU62CgSSN_tedS00kGU,20232
305
+ aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll,sha256=Z1sbgt1IXMjIoJknLbkkHQ0qf0VCSQHzUjG3kYbsR-4,19208
306
+ aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll,sha256=i1Q7G7JB9bdz63b2UtrXsS4-SgkjDy6ATNawYi6Lr2U,18696
307
+ aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll,sha256=OXI-YcmHAwNLJkuX7g_hLmlsZWBIPXmQIPmEfYqVJnI,28936
308
+ aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll,sha256=prg7dkVV1Rchbg40xJRfenUBwbeiUwjY-FVR_jU_nBU,26376
309
+ aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll,sha256=3CWogqxFSgBx5IFbDpOdwWG6c7XCB7hK_ZYgPDQ7mcc,72968
310
+ aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll,sha256=cHyaOERA0LLQZ_wDNSc_iFGwLDEUhC4X35xUEnkQ1_s,19208
311
+ aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll,sha256=HujpkZDMMbEE-3XmaSi4xzE4kC_v7bz7VMQJ31CjZN8,22792
312
+ aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll,sha256=e8q0ygD7H4X-op3TN19wkxe5hKbzuboSuM8ZUvl77uU,24328
313
+ aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll,sha256=c6shYadwCDWyoVt0hwRaaVcGzBi87ig7EUBCVwu5wKo,24328
314
+ aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll,sha256=TQ8OpuhHgTKJL55nTifivDRmIvyJiccE5bIpmhjB0Tg,20744
315
+ aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll,sha256=fmszpMDITxjyvilOxjISJFr0_YNUY2gE_-Xumg1SbZU,18696
316
+ aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll,sha256=RGYIv4gfUUFzPCOFfM8QmKloeAPn9JHcRuQOUOQyR1U,9216
317
+ aspose/netcore/netcore3.1/clrcompression.dll,sha256=usHw_TKAUclWuVcUtUmKzRvmcHEwvlAKkYiCmnQKGG8,740760
318
+ aspose/netcore/netcore3.1/clretwrc.dll,sha256=A6KGv8YbtObO8crUAEO7nxYeWBC1rFb4Hm0KdTPz0-Y,244640
319
+ aspose/netcore/netcore3.1/clrjit.dll,sha256=Ug7yKtXNxAAl-JZNDO-zmwyIzsTg99SYY_AEiHrezJU,1115552
320
+ aspose/netcore/netcore3.1/coreclr.dll,sha256=2Id7qXjl_7czAm0V_G57YIYsjEOtBMo-W2Y7bcx91rw,4329888
321
+ aspose/netcore/netcore3.1/dbgshim.dll,sha256=I9ReQ7TlSxLcf4AprnheaipmbpSwt0nIeFAs2JzktQ0,122272
322
+ aspose/netcore/netcore3.1/hostfxr.dll,sha256=Ju1nePTTaN8hHQNbVI-ps9Ipdt71BV0zwPKi1whu1Uo,343952
323
+ aspose/netcore/netcore3.1/hostpolicy.dll,sha256=H4EAkzb-0ztQvxh9cKFpKfTRtPeLTR4Wu79_aofsW7E,336784
324
+ aspose/netcore/netcore3.1/mscordaccore.dll,sha256=XmOp0OWn0QpzinzkYzv_hOIjGD7yFVt634DCEaK4Cnc,982960
325
+ aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll,sha256=XmOp0OWn0QpzinzkYzv_hOIjGD7yFVt634DCEaK4Cnc,982960
326
+ aspose/netcore/netcore3.1/mscordbi.dll,sha256=d2FQs8gAjZ712THshx_ABjjYHj9fN_5s1JiDU9bq7yU,1026992
327
+ aspose/netcore/netcore3.1/mscorlib.dll,sha256=nit6sWDlMvNQMZcKyL-Gt6-kFHHls9keYABz0y5p41g,58304
328
+ aspose/netcore/netcore3.1/mscorrc.debug.dll,sha256=RoHAKFgWS7jLIQI4_eJ8cJnf001hUOlwbaiEWjcGuOY,179616
329
+ aspose/netcore/netcore3.1/mscorrc.dll,sha256=rISySXo4daoQTioY4N1JpD6jjcUFxX2DbzaNhEMoDng,14240
330
+ aspose/netcore/netcore3.1/netstandard.dll,sha256=-kCDqGwvLxAWjsd_l7qsnxMFnhXY_qgNu5OmEN0SxhI,115088
331
+ aspose/netcore/netcore3.1/ucrtbase.dll,sha256=b48FmTuKJcrfXjAeWBlMTSNALkZyKbEuQJVuTxKFiLM,1172232
332
+ aspose/pycore/__init__.pyi,sha256=DwF_lRConjJISAX_tu4dOn9tBfLKoPK4pWMxXX7WdYg,2156
333
+ aspose/pycore/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
334
+ aspose/pycore/__pyinstaller/hook-aspose.pycore.py,sha256=VLo_Wlx9hJZp_JLmplrs9_BrRL8E8d8q5bEuWxitzMM,337
335
+ aspose/pydrawing/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
336
+ aspose/pydrawing/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
337
+ aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py,sha256=yzJK128X_7gHGQon2ZrLqs8SkXSGqIrM7PjOLS6biTg,289
338
+ aspose/pygc/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
339
+ aspose/pygc/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
340
+ aspose/pygc/__pyinstaller/hook-aspose.pygc.py,sha256=6R0gEknOsHoQBZRHzyvgD4-PU30yTMrydzilqYWGciU,241
341
+ aspose/pyreflection/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
342
+ aspose/pyreflection/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
343
+ aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py,sha256=KhNCbh91nfinnu94UllN04QVKgzGfhV8briC6xbCK9o,272
344
+ aspose_html_net-24.6.0.dist-info/METADATA,sha256=G9bnOW3nXIEYfSaI-3-HUkeKLbarXfHbd-MZbgQgGzQ,7509
345
+ aspose_html_net-24.6.0.dist-info/WHEEL,sha256=Qp0pkwX2grZiaAQR0_2-Tf5RWO1YRFeNKTRIWlXCrLE,94
346
+ aspose_html_net-24.6.0.dist-info/entry_points.txt,sha256=ncOOUOA7P4CKYv0p9YBs_Erf12mciNs3kqNIdTh4bvw,67
347
+ aspose_html_net-24.6.0.dist-info/top_level.txt,sha256=oaVLKmiUSo0u7EtpqKJ11ARBx8ZWhYuUXJdy-lByYWg,7
348
+ aspose_html_net-24.6.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.43.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-win32
5
+
@@ -0,0 +1,3 @@
1
+ [pyinstaller40]
2
+ hook-dirs = aspose.html:get_pyinstaller_hook_dirs
3
+
@@ -0,0 +1 @@
1
+ aspose