aspose-html-net 24.10.0__py3-none-manylinux1_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (290) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +82 -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/__nuitka/__init__.pyi +1 -0
  24. aspose/html/__nuitka/aspose-html.nuitka-package.config.yml +19 -0
  25. aspose/html/__pyinstaller/__init__.pyi +1 -0
  26. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  27. aspose/html/accessibility/__init__.pyi +469 -0
  28. aspose/html/accessibility/results/__init__.pyi +106 -0
  29. aspose/html/accessibility/saving/__init__.pyi +78 -0
  30. aspose/html/collections/__init__.pyi +246 -0
  31. aspose/html/converters/__init__.pyi +2793 -0
  32. aspose/html/diagnostics/__init__.pyi +72 -0
  33. aspose/html/dom/__init__.pyi +6456 -0
  34. aspose/html/dom/attributes/__init__.pyi +144 -0
  35. aspose/html/dom/canvas/__init__.pyi +1103 -0
  36. aspose/html/dom/css/__init__.pyi +3487 -0
  37. aspose/html/dom/events/__init__.pyi +1397 -0
  38. aspose/html/dom/mutations/__init__.pyi +259 -0
  39. aspose/html/dom/svg/__init__.pyi +30800 -0
  40. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  41. aspose/html/dom/svg/events/__init__.pyi +279 -0
  42. aspose/html/dom/svg/filters/__init__.pyi +15600 -0
  43. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  44. aspose/html/dom/svg/saving/__init__.pyi +83 -0
  45. aspose/html/dom/traversal/__init__.pyi +461 -0
  46. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  47. aspose/html/dom/views/__init__.pyi +79 -0
  48. aspose/html/dom/xpath/__init__.pyi +317 -0
  49. aspose/html/drawing/__init__.pyi +3219 -0
  50. aspose/html/forms/__init__.pyi +998 -0
  51. aspose/html/io/__init__.pyi +219 -0
  52. aspose/html/loading/__init__.pyi +68 -0
  53. aspose/html/net/__init__.pyi +513 -0
  54. aspose/html/net/headers/__init__.pyi +147 -0
  55. aspose/html/net/messagefilters/__init__.pyi +67 -0
  56. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  57. aspose/html/rendering/__init__.pyi +793 -0
  58. aspose/html/rendering/doc/__init__.pyi +280 -0
  59. aspose/html/rendering/fonts/__init__.pyi +90 -0
  60. aspose/html/rendering/image/__init__.pyi +291 -0
  61. aspose/html/rendering/pdf/__init__.pyi +305 -0
  62. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  63. aspose/html/rendering/xps/__init__.pyi +169 -0
  64. aspose/html/saving/__init__.pyi +751 -0
  65. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  66. aspose/html/services/__init__.pyi +175 -0
  67. aspose/html/toolkit/__init__.pyi +55 -0
  68. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  69. aspose/html/toolkit/markdown/syntax/__init__.pyi +6234 -0
  70. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  71. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  72. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  73. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  74. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +366 -0
  75. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  76. aspose/html/window/__init__.pyi +490 -0
  77. aspose/html.cpython-311-x86_64-linux-gnu.so +0 -0
  78. aspose/html.cpython-39-x86_64-linux-gnu.so +0 -0
  79. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  80. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  81. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  82. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  84. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  85. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  86. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  87. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  88. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  89. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  90. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  92. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  93. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  94. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  95. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  96. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  98. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  99. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  100. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  101. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  102. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Globalization.Native.so +0 -0
  120. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  121. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  122. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  123. aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
  124. aspose/netcore/netcore3.1/System.IO.Compression.Native.so +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  138. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  139. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Native.a +0 -0
  144. aspose/netcore/netcore3.1/System.Native.so +0 -0
  145. aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
  146. aspose/netcore/netcore3.1/System.Net.Http.Native.so +0 -0
  147. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
  156. aspose/netcore/netcore3.1/System.Net.Security.Native.so +0 -0
  157. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  163. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  168. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
  211. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.so +0 -0
  212. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  213. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  219. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  220. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  239. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  246. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  247. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  248. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  249. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  250. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  251. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  252. aspose/netcore/netcore3.1/System.dll +0 -0
  253. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  254. aspose/netcore/netcore3.1/createdump +0 -0
  255. aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.so +0 -0
  256. aspose/netcore/netcore3.1/libclrjit.so +0 -0
  257. aspose/netcore/netcore3.1/libcoreclr.so +0 -0
  258. aspose/netcore/netcore3.1/libcoreclrtraceptprovider.so +0 -0
  259. aspose/netcore/netcore3.1/libdbgshim.so +0 -0
  260. aspose/netcore/netcore3.1/libhostfxr.so +0 -0
  261. aspose/netcore/netcore3.1/libhostpolicy.so +0 -0
  262. aspose/netcore/netcore3.1/libmscordaccore.so +0 -0
  263. aspose/netcore/netcore3.1/libmscordbi.so +0 -0
  264. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  265. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  266. aspose/pycore/__init__.pyi +56 -0
  267. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  268. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  269. aspose/pycore.cpython-311-x86_64-linux-gnu.so +0 -0
  270. aspose/pycore.cpython-39-x86_64-linux-gnu.so +0 -0
  271. aspose/pydrawing/__init__.pyi +8 -0
  272. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  273. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  274. aspose/pydrawing.cpython-311-x86_64-linux-gnu.so +0 -0
  275. aspose/pydrawing.cpython-39-x86_64-linux-gnu.so +0 -0
  276. aspose/pygc/__init__.pyi +8 -0
  277. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  278. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  279. aspose/pygc.cpython-311-x86_64-linux-gnu.so +0 -0
  280. aspose/pygc.cpython-39-x86_64-linux-gnu.so +0 -0
  281. aspose/pyreflection/__init__.pyi +8 -0
  282. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  283. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  284. aspose/pyreflection.cpython-311-x86_64-linux-gnu.so +0 -0
  285. aspose/pyreflection.cpython-39-x86_64-linux-gnu.so +0 -0
  286. aspose_html_net-24.10.0.dist-info/METADATA +112 -0
  287. aspose_html_net-24.10.0.dist-info/RECORD +290 -0
  288. aspose_html_net-24.10.0.dist-info/WHEEL +5 -0
  289. aspose_html_net-24.10.0.dist-info/entry_points.txt +3 -0
  290. aspose_html_net-24.10.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,305 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class PdfDevice(aspose.html.rendering.Device):
57
+ '''Represents rendering to a pdf document.'''
58
+
59
+ def save_graphic_context(self):
60
+ ...
61
+
62
+ def restore_graphic_context(self):
63
+ ...
64
+
65
+ def begin_document(self, document : aspose.html.dom.Document):
66
+ ...
67
+
68
+ def end_document(self):
69
+ ...
70
+
71
+ def begin_page(self, size : aspose.pydrawing.SizeF):
72
+ ...
73
+
74
+ def end_page(self):
75
+ ...
76
+
77
+ def flush(self):
78
+ ...
79
+
80
+ def begin_element(self, element : aspose.html.dom.Element, rect : aspose.pydrawing.RectangleF) -> bool:
81
+ ...
82
+
83
+ def end_element(self, element : aspose.html.dom.Element):
84
+ ...
85
+
86
+ def close_path(self):
87
+ ...
88
+
89
+ def move_to(self, pt : aspose.pydrawing.PointF):
90
+ ...
91
+
92
+ def line_to(self, pt : aspose.pydrawing.PointF):
93
+ ...
94
+
95
+ def add_rect(self, rect : aspose.pydrawing.RectangleF):
96
+ ...
97
+
98
+ def cubic_bezier_to(self, pt1 : aspose.pydrawing.PointF, pt2 : aspose.pydrawing.PointF, pt3 : aspose.pydrawing.PointF):
99
+ ...
100
+
101
+ def stroke(self):
102
+ ...
103
+
104
+ def fill(self, rule : aspose.html.rendering.FillRule):
105
+ ...
106
+
107
+ def clip(self, rule : aspose.html.rendering.FillRule):
108
+ ...
109
+
110
+ def stroke_and_fill(self, rule : aspose.html.rendering.FillRule):
111
+ ...
112
+
113
+ def fill_text(self, text : str, pt : aspose.pydrawing.PointF):
114
+ ...
115
+
116
+ def stroke_text(self, text : str, pt : aspose.pydrawing.PointF):
117
+ ...
118
+
119
+ def draw_image(self, data : bytes, image_format : aspose.html.drawing.WebImageFormat, rect : aspose.pydrawing.RectangleF):
120
+ ...
121
+
122
+ @property
123
+ def options(self) -> aspose.html.rendering.pdf.PdfRenderingOptions:
124
+ ...
125
+
126
+ @property
127
+ def graphic_context(self) -> PdfDevice.PdfGraphicContext:
128
+ ...
129
+
130
+ ...
131
+
132
+ class PdfDocumentInfo:
133
+ '''Represents the information about the PDF document.'''
134
+
135
+ @property
136
+ def title(self) -> str:
137
+ '''The document's title.'''
138
+ ...
139
+
140
+ @title.setter
141
+ def title(self, value : str):
142
+ '''The document's title.'''
143
+ ...
144
+
145
+ @property
146
+ def author(self) -> str:
147
+ '''The name of the person who created the document.'''
148
+ ...
149
+
150
+ @author.setter
151
+ def author(self, value : str):
152
+ '''The name of the person who created the document.'''
153
+ ...
154
+
155
+ @property
156
+ def subject(self) -> str:
157
+ '''The subject of the document.'''
158
+ ...
159
+
160
+ @subject.setter
161
+ def subject(self, value : str):
162
+ '''The subject of the document.'''
163
+ ...
164
+
165
+ @property
166
+ def keywords(self) -> str:
167
+ '''Keywords associated with the document.'''
168
+ ...
169
+
170
+ @keywords.setter
171
+ def keywords(self, value : str):
172
+ '''Keywords associated with the document.'''
173
+ ...
174
+
175
+ @property
176
+ def creator(self) -> str:
177
+ '''The name of the product that created the original document.'''
178
+ ...
179
+
180
+ @creator.setter
181
+ def creator(self, value : str):
182
+ '''The name of the product that created the original document.'''
183
+ ...
184
+
185
+ @property
186
+ def producer(self) -> str:
187
+ '''The name of the product that converted the document.'''
188
+ ...
189
+
190
+ @producer.setter
191
+ def producer(self, value : str):
192
+ '''The name of the product that converted the document.'''
193
+ ...
194
+
195
+ @property
196
+ def creation_date(self) -> DateTime:
197
+ ...
198
+
199
+ @creation_date.setter
200
+ def creation_date(self, value : DateTime):
201
+ ...
202
+
203
+ @property
204
+ def modification_date(self) -> DateTime:
205
+ ...
206
+
207
+ @modification_date.setter
208
+ def modification_date(self, value : DateTime):
209
+ ...
210
+
211
+ ...
212
+
213
+ class PdfRenderingOptions(aspose.html.rendering.RenderingOptions):
214
+ '''Represents rendering options for :py:class:`aspose.html.rendering.pdf.PdfDevice`.'''
215
+
216
+ @property
217
+ def css(self) -> aspose.html.rendering.CssOptions:
218
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
219
+ ...
220
+
221
+ @property
222
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
223
+ ...
224
+
225
+ @property
226
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
227
+ ...
228
+
229
+ @horizontal_resolution.setter
230
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
231
+ ...
232
+
233
+ @property
234
+ def background_color(self) -> aspose.pydrawing.Color:
235
+ ...
236
+
237
+ @background_color.setter
238
+ def background_color(self, value : aspose.pydrawing.Color):
239
+ ...
240
+
241
+ @property
242
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
243
+ ...
244
+
245
+ @vertical_resolution.setter
246
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
247
+ ...
248
+
249
+ @property
250
+ def document_info(self) -> aspose.html.rendering.pdf.PdfDocumentInfo:
251
+ ...
252
+
253
+ @property
254
+ def form_field_behaviour(self) -> aspose.html.rendering.pdf.FormFieldBehaviour:
255
+ ...
256
+
257
+ @form_field_behaviour.setter
258
+ def form_field_behaviour(self, value : aspose.html.rendering.pdf.FormFieldBehaviour):
259
+ ...
260
+
261
+ @property
262
+ def jpeg_quality(self) -> int:
263
+ ...
264
+
265
+ @jpeg_quality.setter
266
+ def jpeg_quality(self, value : int):
267
+ ...
268
+
269
+ @property
270
+ def encryption(self) -> aspose.html.rendering.pdf.encryption.PdfEncryptionInfo:
271
+ '''Gets a encryption details. If not set, then no encryption will be performed.'''
272
+ ...
273
+
274
+ @encryption.setter
275
+ def encryption(self, value : aspose.html.rendering.pdf.encryption.PdfEncryptionInfo):
276
+ '''Sets a encryption details. If not set, then no encryption will be performed.'''
277
+ ...
278
+
279
+ @property
280
+ def is_tagged_pdf(self) -> bool:
281
+ ...
282
+
283
+ @is_tagged_pdf.setter
284
+ def is_tagged_pdf(self, value : bool):
285
+ ...
286
+
287
+ ...
288
+
289
+ class FormFieldBehaviour:
290
+ '''This enumeration is used to specify the behavior of form fields in the output PDF document.'''
291
+
292
+ @classmethod
293
+ @property
294
+ def INTERACTIVE(cls) -> FormFieldBehaviour:
295
+ '''The output PDF document will contain interactive form fields.'''
296
+ ...
297
+
298
+ @classmethod
299
+ @property
300
+ def FLATTENED(cls) -> FormFieldBehaviour:
301
+ '''The output PDF document will contain flattened form fields.'''
302
+ ...
303
+
304
+ ...
305
+
@@ -0,0 +1,171 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class PdfEncryptionInfo:
57
+ '''Contains details for a pdf encryption.'''
58
+
59
+ @property
60
+ def user_password(self) -> str:
61
+ ...
62
+
63
+ @user_password.setter
64
+ def user_password(self, value : str):
65
+ ...
66
+
67
+ @property
68
+ def owner_password(self) -> str:
69
+ ...
70
+
71
+ @owner_password.setter
72
+ def owner_password(self, value : str):
73
+ ...
74
+
75
+ @property
76
+ def permissions(self) -> aspose.html.rendering.pdf.encryption.PdfPermissions:
77
+ '''Gets the permissions.'''
78
+ ...
79
+
80
+ @permissions.setter
81
+ def permissions(self, value : aspose.html.rendering.pdf.encryption.PdfPermissions):
82
+ '''Sets the permissions.'''
83
+ ...
84
+
85
+ @property
86
+ def encryption_algorithm(self) -> aspose.html.rendering.pdf.encryption.PdfEncryptionAlgorithm:
87
+ ...
88
+
89
+ @encryption_algorithm.setter
90
+ def encryption_algorithm(self, value : aspose.html.rendering.pdf.encryption.PdfEncryptionAlgorithm):
91
+ ...
92
+
93
+ ...
94
+
95
+ class PdfEncryptionAlgorithm:
96
+ '''Encryption mode enum. Describe using algorithm and key length.
97
+ This enum is extended in order to be able to further increase functionality.
98
+ This enum implements "Base-to-Core" pattern.'''
99
+
100
+ @classmethod
101
+ @property
102
+ def RC4_40(cls) -> PdfEncryptionAlgorithm:
103
+ '''Algorithm, with an RC4 encryption key length of 40 bits;'''
104
+ ...
105
+
106
+ @classmethod
107
+ @property
108
+ def RC4_128(cls) -> PdfEncryptionAlgorithm:
109
+ '''Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;'''
110
+ ...
111
+
112
+ ...
113
+
114
+ class PdfPermissions:
115
+ '''This enum represents user's permissions for a pdf.'''
116
+
117
+ @classmethod
118
+ @property
119
+ def PRINT_DOCUMENT(cls) -> PdfPermissions:
120
+ '''(Security handlers of revision 2) Print the document.
121
+ (Security handlers of revision 3 or greater) Print the document (possibly not at the highest quality level, depending on whether PrintingQuality is also set).'''
122
+ ...
123
+
124
+ @classmethod
125
+ @property
126
+ def MODIFY_CONTENT(cls) -> PdfPermissions:
127
+ '''Modify the contents of the document by operations other than those controlled by ModifyTextAnnotations, FillForm, and 11.'''
128
+ ...
129
+
130
+ @classmethod
131
+ @property
132
+ def EXTRACT_CONTENT(cls) -> PdfPermissions:
133
+ '''Security handlers of revision 2) Copy or otherwise extract text and graphics from the document,
134
+ including extracting text and graphics (in support of accessibility to users with disabilities or for other purposes).
135
+ (Security handlers of revision 3 or greater) Copy or otherwise extract text and graphics from the document by operations other than that controlled by
136
+ ExtractContentWithDisabilities.'''
137
+ ...
138
+
139
+ @classmethod
140
+ @property
141
+ def MODIFY_TEXT_ANNOTATIONS(cls) -> PdfPermissions:
142
+ '''Add or modify text annotations, fill in interactive form fields, and, if ModifyContent is also set, create or modify interactive form fields (including signature fields).'''
143
+ ...
144
+
145
+ @classmethod
146
+ @property
147
+ def FILL_FORM(cls) -> PdfPermissions:
148
+ '''(Security handlers of revision 3 or greater) Fill in existing interactive form fields (including signature fields), even if ModifyTextAnnotations is clear.'''
149
+ ...
150
+
151
+ @classmethod
152
+ @property
153
+ def EXTRACT_CONTENT_WITH_DISABILITIES(cls) -> PdfPermissions:
154
+ '''(Security handlers of revision 3 or greater) Extract text and graphics (in support of accessibility to users with disabilities or for other purposes).'''
155
+ ...
156
+
157
+ @classmethod
158
+ @property
159
+ def ASSEMBLE_DOCUMENT(cls) -> PdfPermissions:
160
+ '''(Security handlers of revision 3 or greater) Assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyContent is clear.'''
161
+ ...
162
+
163
+ @classmethod
164
+ @property
165
+ def PRINTING_QUALITY(cls) -> PdfPermissions:
166
+ '''(Security handlers of revision 3 or greater) Print the document to a representation from which a faithful digital copy of the PDF content could be generated.
167
+ When this bit is clear (and bit 3 is set), printing is limited to a low-level representation of the appearance, possibly of degraded quality.'''
168
+ ...
169
+
170
+ ...
171
+
@@ -0,0 +1,169 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class XpsDevice(aspose.html.rendering.Device):
57
+ '''Represents rendering to a xps document.'''
58
+
59
+ def save_graphic_context(self):
60
+ ...
61
+
62
+ def restore_graphic_context(self):
63
+ ...
64
+
65
+ def begin_document(self, document : aspose.html.dom.Document):
66
+ ...
67
+
68
+ def end_document(self):
69
+ ...
70
+
71
+ def begin_page(self, size : aspose.pydrawing.SizeF):
72
+ ...
73
+
74
+ def end_page(self):
75
+ ...
76
+
77
+ def flush(self):
78
+ ...
79
+
80
+ def begin_element(self, element : aspose.html.dom.Element, rect : aspose.pydrawing.RectangleF) -> bool:
81
+ ...
82
+
83
+ def end_element(self, element : aspose.html.dom.Element):
84
+ ...
85
+
86
+ def close_path(self):
87
+ ...
88
+
89
+ def move_to(self, pt : aspose.pydrawing.PointF):
90
+ ...
91
+
92
+ def line_to(self, pt : aspose.pydrawing.PointF):
93
+ ...
94
+
95
+ def add_rect(self, rect : aspose.pydrawing.RectangleF):
96
+ ...
97
+
98
+ def cubic_bezier_to(self, pt1 : aspose.pydrawing.PointF, pt2 : aspose.pydrawing.PointF, pt3 : aspose.pydrawing.PointF):
99
+ ...
100
+
101
+ def stroke(self):
102
+ ...
103
+
104
+ def fill(self, rule : aspose.html.rendering.FillRule):
105
+ ...
106
+
107
+ def clip(self, rule : aspose.html.rendering.FillRule):
108
+ ...
109
+
110
+ def stroke_and_fill(self, rule : aspose.html.rendering.FillRule):
111
+ ...
112
+
113
+ def fill_text(self, text : str, pt : aspose.pydrawing.PointF):
114
+ ...
115
+
116
+ def stroke_text(self, text : str, pt : aspose.pydrawing.PointF):
117
+ ...
118
+
119
+ def draw_image(self, data : bytes, image_format : aspose.html.drawing.WebImageFormat, rect : aspose.pydrawing.RectangleF):
120
+ ...
121
+
122
+ @property
123
+ def options(self) -> aspose.html.rendering.xps.XpsRenderingOptions:
124
+ ...
125
+
126
+ @property
127
+ def graphic_context(self) -> XpsDevice.XpsGraphicContext:
128
+ ...
129
+
130
+ ...
131
+
132
+ class XpsRenderingOptions(aspose.html.rendering.RenderingOptions):
133
+ '''Represents rendering options for :py:class:`aspose.html.rendering.xps.XpsDevice`.'''
134
+
135
+ @property
136
+ def css(self) -> aspose.html.rendering.CssOptions:
137
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
138
+ ...
139
+
140
+ @property
141
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
142
+ ...
143
+
144
+ @property
145
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
146
+ ...
147
+
148
+ @horizontal_resolution.setter
149
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
150
+ ...
151
+
152
+ @property
153
+ def background_color(self) -> aspose.pydrawing.Color:
154
+ ...
155
+
156
+ @background_color.setter
157
+ def background_color(self, value : aspose.pydrawing.Color):
158
+ ...
159
+
160
+ @property
161
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
162
+ ...
163
+
164
+ @vertical_resolution.setter
165
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
166
+ ...
167
+
168
+ ...
169
+