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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (347) 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-win_amd64.pyd +0 -0
  76. aspose/html.cp311-win_amd64.pyd +0 -0
  77. aspose/html.cp35-win_amd64.pyd +0 -0
  78. aspose/html.cp36-win_amd64.pyd +0 -0
  79. aspose/html.cp37-win_amd64.pyd +0 -0
  80. aspose/html.cp38-win_amd64.pyd +0 -0
  81. aspose/html.cp39-win_amd64.pyd +0 -0
  82. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.amd64.dll +0 -0
  84. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  88. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  89. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  90. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  96. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  102. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  124. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  139. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  163. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  212. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  213. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  219. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  220. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  232. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  245. aspose/netcore/netcore3.1/System.dll +0 -0
  246. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  247. aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
  248. aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  249. aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
  250. aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  251. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
  252. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
  253. aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
  254. aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
  255. aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
  256. aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  257. aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  258. aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
  259. aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
  260. aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  261. aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  262. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  263. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  264. aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
  265. aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  266. aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
  267. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
  268. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
  269. aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  270. aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  271. aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
  272. aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  273. aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  274. aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  275. aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  276. aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  277. aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  278. aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
  279. aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  280. aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
  281. aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
  282. aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  283. aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  284. aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
  285. aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
  286. aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  287. aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
  288. aspose/netcore/netcore3.1/clrcompression.dll +0 -0
  289. aspose/netcore/netcore3.1/clretwrc.dll +0 -0
  290. aspose/netcore/netcore3.1/clrjit.dll +0 -0
  291. aspose/netcore/netcore3.1/coreclr.dll +0 -0
  292. aspose/netcore/netcore3.1/dbgshim.dll +0 -0
  293. aspose/netcore/netcore3.1/hostfxr.dll +0 -0
  294. aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
  295. aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
  296. aspose/netcore/netcore3.1/mscordaccore_amd64_amd64_4.700.22.55902.dll +0 -0
  297. aspose/netcore/netcore3.1/mscordbi.dll +0 -0
  298. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  299. aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
  300. aspose/netcore/netcore3.1/mscorrc.dll +0 -0
  301. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  302. aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
  303. aspose/pycore/__init__.pyi +56 -0
  304. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  305. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  306. aspose/pycore.cp310-win_amd64.pyd +0 -0
  307. aspose/pycore.cp311-win_amd64.pyd +0 -0
  308. aspose/pycore.cp35-win_amd64.pyd +0 -0
  309. aspose/pycore.cp36-win_amd64.pyd +0 -0
  310. aspose/pycore.cp37-win_amd64.pyd +0 -0
  311. aspose/pycore.cp38-win_amd64.pyd +0 -0
  312. aspose/pycore.cp39-win_amd64.pyd +0 -0
  313. aspose/pydrawing/__init__.pyi +8 -0
  314. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  315. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  316. aspose/pydrawing.cp310-win_amd64.pyd +0 -0
  317. aspose/pydrawing.cp311-win_amd64.pyd +0 -0
  318. aspose/pydrawing.cp35-win_amd64.pyd +0 -0
  319. aspose/pydrawing.cp36-win_amd64.pyd +0 -0
  320. aspose/pydrawing.cp37-win_amd64.pyd +0 -0
  321. aspose/pydrawing.cp38-win_amd64.pyd +0 -0
  322. aspose/pydrawing.cp39-win_amd64.pyd +0 -0
  323. aspose/pygc/__init__.pyi +8 -0
  324. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  325. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  326. aspose/pygc.cp310-win_amd64.pyd +0 -0
  327. aspose/pygc.cp311-win_amd64.pyd +0 -0
  328. aspose/pygc.cp35-win_amd64.pyd +0 -0
  329. aspose/pygc.cp36-win_amd64.pyd +0 -0
  330. aspose/pygc.cp37-win_amd64.pyd +0 -0
  331. aspose/pygc.cp38-win_amd64.pyd +0 -0
  332. aspose/pygc.cp39-win_amd64.pyd +0 -0
  333. aspose/pyreflection/__init__.pyi +8 -0
  334. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  335. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  336. aspose/pyreflection.cp310-win_amd64.pyd +0 -0
  337. aspose/pyreflection.cp311-win_amd64.pyd +0 -0
  338. aspose/pyreflection.cp35-win_amd64.pyd +0 -0
  339. aspose/pyreflection.cp36-win_amd64.pyd +0 -0
  340. aspose/pyreflection.cp37-win_amd64.pyd +0 -0
  341. aspose/pyreflection.cp38-win_amd64.pyd +0 -0
  342. aspose/pyreflection.cp39-win_amd64.pyd +0 -0
  343. aspose_html_net-24.6.0.dist-info/METADATA +112 -0
  344. aspose_html_net-24.6.0.dist-info/RECORD +347 -0
  345. aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
  346. aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
  347. aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2793 @@
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 Converter:
57
+ '''Shared facade only for most often conversion scenarios.
58
+ It provides a wide range of conversions to the popular formats, such as PDF, XPS, image formats, etc.
59
+ More specific conversion (rendering, saving) user cases are presented by well known and documented low level API functions.'''
60
+
61
+ @overload
62
+ @staticmethod
63
+ def convert_template(template : aspose.html.HTMLDocumentdata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
64
+ '''Merge html template with user data. Result is html file.
65
+
66
+ :param template: Source skeleton html doc.
67
+ :param data: Data for merging (XML, JSON).
68
+ :param options: Merging options object.
69
+ :param output_path: Output file path.'''
70
+ ...
71
+
72
+ @overload
73
+ @staticmethod
74
+ def convert_template(url : aspose.html.Urldata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
75
+ '''Merge html template with user data. Result is html file.
76
+
77
+ :param url: Template source document URL.
78
+ :param data: Data for merging (XML, JSON).
79
+ :param options: Merging options object.
80
+ :param output_path: Output file path.'''
81
+ ...
82
+
83
+ @overload
84
+ @staticmethod
85
+ def convert_template(url : aspose.html.Urlconfiguration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
86
+ '''Merge html template with user data. Result is html file.
87
+
88
+ :param url: Template source document URL.
89
+ :param configuration: The environment configuration.
90
+ :param data: Data for merging (XML, JSON).
91
+ :param options: Merging options object.
92
+ :param output_path: Output file path.'''
93
+ ...
94
+
95
+ @overload
96
+ @staticmethod
97
+ def convert_template(source_path : strdata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
98
+ '''Merge html template with user data. Result is html file.
99
+
100
+ :param source_path: Path to template source html file. It will be combined with the current directory path to form an absolute URL.
101
+ :param data: Data for merging (XML, JSON).
102
+ :param options: Merging options object.
103
+ :param output_path: Output file path.'''
104
+ ...
105
+
106
+ @overload
107
+ @staticmethod
108
+ def convert_template(source_path : strconfiguration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
109
+ '''Merge html template with user data. Result is html file.
110
+
111
+ :param source_path: Path to template source html file. It will be combined with the current directory path to form an absolute URL.
112
+ :param configuration: The environment configuration.
113
+ :param data: Data for merging (XML, JSON).
114
+ :param options: Merging options object.
115
+ :param output_path: Output file path.'''
116
+ ...
117
+
118
+ @overload
119
+ @staticmethod
120
+ def convert_template(content : strbase_url : str, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
121
+ '''Merge html template with user data. Result is html file.
122
+
123
+ :param content: Inline html template - skeleton.
124
+ :param base_url: Base URI of the html template. It will be combined with the current directory path to form an absolute URL.
125
+ :param data: Data for merging (XML, JSON).
126
+ :param options: Merging options object.
127
+ :param output_path: Output file path.'''
128
+ ...
129
+
130
+ @overload
131
+ @staticmethod
132
+ def convert_template(content : strbase_url : str, configuration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions, output_path : str):
133
+ '''Merge html template with user data. Result is html file.
134
+
135
+ :param content: Inline html template - skeleton.
136
+ :param base_url: Base URI of the html template. It will be combined with the current directory path to form an absolute URL.
137
+ :param configuration: The environment configuration.
138
+ :param data: Data for merging (XML, JSON).
139
+ :param options: Merging options object.
140
+ :param output_path: Output file path.'''
141
+ ...
142
+
143
+ @overload
144
+ @staticmethod
145
+ def convert_template(template : aspose.html.HTMLDocumentdata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
146
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
147
+
148
+ :param template: Source skeleton html doc.
149
+ :param data: Data for merging (XML, JSON).
150
+ :param options: Merging options object.
151
+ :returns: Conversion result HTMLDocument.'''
152
+ ...
153
+
154
+ @overload
155
+ @staticmethod
156
+ def convert_template(url : aspose.html.Urldata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
157
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
158
+
159
+ :param url: Template source document URL.
160
+ :param data: Data for merging (XML, JSON).
161
+ :param options: Merging options object.
162
+ :returns: Conversion result HTMLDocument.'''
163
+ ...
164
+
165
+ @overload
166
+ @staticmethod
167
+ def convert_template(url : aspose.html.Urlconfiguration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
168
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
169
+
170
+ :param url: Template source document URL.
171
+ :param configuration: The environment configuration.
172
+ :param data: Data for merging (XML, JSON).
173
+ :param options: Merging options object.
174
+ :returns: Conversion result HTMLDocument.'''
175
+ ...
176
+
177
+ @overload
178
+ @staticmethod
179
+ def convert_template(source_path : strdata : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
180
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
181
+
182
+ :param source_path: Path to template source html file. It will be combined with the current directory path to form an absolute URL.
183
+ :param data: Data for merging (XML, JSON).
184
+ :param options: Merging options object.
185
+ :returns: Conversion result HTMLDocument.'''
186
+ ...
187
+
188
+ @overload
189
+ @staticmethod
190
+ def convert_template(source_path : strconfiguration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
191
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
192
+
193
+ :param source_path: Path to template source html file. It will be combined with the current directory path to form an absolute URL.
194
+ :param configuration: The environment configuration.
195
+ :param data: Data for merging (XML, JSON).
196
+ :param options: Merging options object.
197
+ :returns: Conversion result HTMLDocument.'''
198
+ ...
199
+
200
+ @overload
201
+ @staticmethod
202
+ def convert_template(content : strbase_url : str, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
203
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
204
+
205
+ :param content: Inline html template - skeleton.
206
+ :param base_url: Base URI of the html template. It will be combined with the current directory path to form an absolute URL.
207
+ :param data: Data for merging (XML, JSON).
208
+ :param options: Merging options object.
209
+ :returns: Conversion result HTMLDocument.'''
210
+ ...
211
+
212
+ @overload
213
+ @staticmethod
214
+ def convert_template(content : strbase_url : str, configuration : aspose.html.Configuration, data : aspose.html.converters.TemplateData, options : aspose.html.loading.TemplateLoadOptions) -> aspose.html.HTMLDocument:
215
+ '''Merge html template with user data. Result is :py:class:`aspose.html.HTMLDocument`.
216
+
217
+ :param content: Inline html template - skeleton.
218
+ :param base_url: Base URI of the html template. It will be combined with the current directory path to form an absolute URL.
219
+ :param configuration: The environment configuration.
220
+ :param data: Data for merging (XML, JSON).
221
+ :param options: Merging options object.
222
+ :returns: Conversion result HTMLDocument.'''
223
+ ...
224
+
225
+ @overload
226
+ @staticmethod
227
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.PdfSaveOptions, output_path : str):
228
+ '''Convert html source document to PDF. Result is pdf file.
229
+
230
+ :param document: Conversion source :py:class:`aspose.html.HTMLDocument`.
231
+ :param options: Conversion options.
232
+ :param output_path: Output file path.'''
233
+ ...
234
+
235
+ @overload
236
+ @staticmethod
237
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, output_path : str):
238
+ '''Convert html source document to PDF. Result is pdf file.
239
+
240
+ :param url: The document URL.
241
+ :param options: Conversion options.
242
+ :param output_path: Output file path.'''
243
+ ...
244
+
245
+ @overload
246
+ @staticmethod
247
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
248
+ '''Convert html source document to PDF. Result is pdf file.
249
+
250
+ :param url: The document URL.
251
+ :param configuration: The environment configuration.
252
+ :param options: Conversion options.
253
+ :param output_path: Output file path.'''
254
+ ...
255
+
256
+ @overload
257
+ @staticmethod
258
+ def convert_html(source_path : stroptions : aspose.html.saving.PdfSaveOptions, output_path : str):
259
+ '''Convert html source document to PDF. Result is pdf file.
260
+
261
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
262
+ :param options: Conversion options.
263
+ :param output_path: Output file path.'''
264
+ ...
265
+
266
+ @overload
267
+ @staticmethod
268
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
269
+ '''Convert html source document to PDF. Result is pdf file.
270
+
271
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
272
+ :param configuration: The environment configuration.
273
+ :param options: Conversion options.
274
+ :param output_path: Output file path.'''
275
+ ...
276
+
277
+ @overload
278
+ @staticmethod
279
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.PdfSaveOptions, output_path : str):
280
+ '''Convert html source document to PDF. Result is pdf file.
281
+
282
+ :param content: Inline string html content.
283
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
284
+ :param options: Conversion options.
285
+ :param output_path: Output file path.'''
286
+ ...
287
+
288
+ @overload
289
+ @staticmethod
290
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
291
+ '''Convert html source document to PDF. Result is pdf file.
292
+
293
+ :param content: Inline string html content.
294
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
295
+ :param configuration: The environment configuration.
296
+ :param options: Conversion options.
297
+ :param output_path: Output file path.'''
298
+ ...
299
+
300
+ @overload
301
+ @staticmethod
302
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
303
+ '''Convert html source document to PDF. Result is pdf file.
304
+
305
+ :param document: Conversion source :py:class:`aspose.html.HTMLDocument`.
306
+ :param options: Conversion options.
307
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
308
+ ...
309
+
310
+ @overload
311
+ @staticmethod
312
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
313
+ '''Convert html source document to PDF. Result is pdf file.
314
+
315
+ :param url: The document URL.
316
+ :param options: Conversion options.
317
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
318
+ ...
319
+
320
+ @overload
321
+ @staticmethod
322
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
323
+ '''Convert html source document to PDF. Result is pdf file.
324
+
325
+ :param url: The document URL.
326
+ :param configuration: The environment configuration.
327
+ :param options: Conversion options.
328
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
329
+ ...
330
+
331
+ @overload
332
+ @staticmethod
333
+ def convert_html(source_path : stroptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
334
+ '''Convert html source document to PDF. Result is pdf file.
335
+
336
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
337
+ :param options: Conversion options.
338
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
339
+ ...
340
+
341
+ @overload
342
+ @staticmethod
343
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
344
+ '''Convert html source document to PDF. Result is pdf file.
345
+
346
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
347
+ :param configuration: The environment configuration.
348
+ :param options: Conversion options.
349
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
350
+ ...
351
+
352
+ @overload
353
+ @staticmethod
354
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
355
+ '''Convert html source document to PDF. Result is pdf file.
356
+
357
+ :param content: Inline string html content.
358
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
359
+ :param options: Conversion options.
360
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
361
+ ...
362
+
363
+ @overload
364
+ @staticmethod
365
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
366
+ '''Convert html source document to PDF. Result is pdf file.
367
+
368
+ :param content: Inline string html content.
369
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
370
+ :param configuration: The environment configuration.
371
+ :param options: Conversion options.
372
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
373
+ ...
374
+
375
+ @overload
376
+ @staticmethod
377
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.MHTMLSaveOptions, output_path : str):
378
+ '''Convert html document to mhtml. Result is mhtml file.
379
+
380
+ :param document: Conversion source.
381
+ :param options: Conversion options.
382
+ :param output_path: Output file path.'''
383
+ ...
384
+
385
+ @overload
386
+ @staticmethod
387
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.MHTMLSaveOptions, output_path : str):
388
+ '''Convert html document to mhtml. Result is mhtml file.
389
+
390
+ :param url: The document URL.
391
+ :param options: Conversion options.
392
+ :param output_path: Output file path.'''
393
+ ...
394
+
395
+ @overload
396
+ @staticmethod
397
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.MHTMLSaveOptions, output_path : str):
398
+ '''Convert html document to mhtml. Result is mhtml file.
399
+
400
+ :param url: The document URL.
401
+ :param configuration: The environment configuration.
402
+ :param options: Conversion options.
403
+ :param output_path: Output file path.'''
404
+ ...
405
+
406
+ @overload
407
+ @staticmethod
408
+ def convert_html(source_path : stroptions : aspose.html.saving.MHTMLSaveOptions, output_path : str):
409
+ '''Convert html document to mhtml. Result is mhtml file.
410
+
411
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
412
+ :param options: Conversion options.
413
+ :param output_path: Output file path.'''
414
+ ...
415
+
416
+ @overload
417
+ @staticmethod
418
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.MHTMLSaveOptions, output_path : str):
419
+ '''Convert html document to mhtml. Result is mhtml file.
420
+
421
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
422
+ :param configuration: The environment configuration.
423
+ :param options: Conversion options.
424
+ :param output_path: Output file path.'''
425
+ ...
426
+
427
+ @overload
428
+ @staticmethod
429
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.MHTMLSaveOptions, output_path : str):
430
+ '''Convert html document to mhtml. Result is mhtml file.
431
+
432
+ :param content: Inline string html content.
433
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
434
+ :param options: Conversion options.
435
+ :param output_path: Output file path.'''
436
+ ...
437
+
438
+ @overload
439
+ @staticmethod
440
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.MHTMLSaveOptions, output_path : str):
441
+ '''Convert html document to mhtml. Result is mhtml file.
442
+
443
+ :param content: Inline string html content.
444
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
445
+ :param configuration: The environment configuration.
446
+ :param options: Conversion options.
447
+ :param output_path: Output file path.'''
448
+ ...
449
+
450
+ @overload
451
+ @staticmethod
452
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.MarkdownSaveOptions, output_path : str):
453
+ '''Convert html document to markdown. Result is md file.
454
+
455
+ :param document: Conversion source.
456
+ :param options: Conversion options.
457
+ :param output_path: Output file path.'''
458
+ ...
459
+
460
+ @overload
461
+ @staticmethod
462
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.MarkdownSaveOptions, output_path : str):
463
+ '''Convert html source to markdown. Result is md file.
464
+
465
+ :param url: The document URL.
466
+ :param options: Conversion options.
467
+ :param output_path: Output file path.'''
468
+ ...
469
+
470
+ @overload
471
+ @staticmethod
472
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.MarkdownSaveOptions, output_path : str):
473
+ '''Convert html source to markdown. Result is md file.
474
+
475
+ :param url: The document URL.
476
+ :param configuration: The environment configuration.
477
+ :param options: Conversion options.
478
+ :param output_path: Output file path.'''
479
+ ...
480
+
481
+ @overload
482
+ @staticmethod
483
+ def convert_html(source_path : stroptions : aspose.html.saving.MarkdownSaveOptions, output_path : str):
484
+ '''Convert html source to markdown. Result is md file.
485
+
486
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
487
+ :param options: Conversion options.
488
+ :param output_path: Output file path.'''
489
+ ...
490
+
491
+ @overload
492
+ @staticmethod
493
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.MarkdownSaveOptions, output_path : str):
494
+ '''Convert html source to markdown. Result is md file.
495
+
496
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
497
+ :param configuration: The environment configuration.
498
+ :param options: Conversion options.
499
+ :param output_path: Output file path.'''
500
+ ...
501
+
502
+ @overload
503
+ @staticmethod
504
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.MarkdownSaveOptions, output_path : str):
505
+ '''Convert html source to markdown. Result is md file.
506
+
507
+ :param content: Inline string html content.
508
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
509
+ :param options: Conversion options.
510
+ :param output_path: Output file path.'''
511
+ ...
512
+
513
+ @overload
514
+ @staticmethod
515
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.MarkdownSaveOptions, output_path : str):
516
+ '''Convert html source to markdown. Result is md file.
517
+
518
+ :param content: Inline string html content.
519
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
520
+ :param configuration: The environment configuration.
521
+ :param options: Conversion options.
522
+ :param output_path: Output file path.'''
523
+ ...
524
+
525
+ @overload
526
+ @staticmethod
527
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.XpsSaveOptions, output_path : str):
528
+ '''Convert html document to xps. Result is xps file.
529
+
530
+ :param document: Conversion source.
531
+ :param options: Conversion options.
532
+ :param output_path: Output file path.'''
533
+ ...
534
+
535
+ @overload
536
+ @staticmethod
537
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, output_path : str):
538
+ '''Convert html document to xps. Result is xps file.
539
+
540
+ :param url: The document URL.
541
+ :param options: Conversion options.
542
+ :param output_path: Output file path.'''
543
+ ...
544
+
545
+ @overload
546
+ @staticmethod
547
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
548
+ '''Convert html document to xps. Result is xps file.
549
+
550
+ :param url: The document URL.
551
+ :param configuration: The environment configuration.
552
+ :param options: Conversion options.
553
+ :param output_path: Output file path.'''
554
+ ...
555
+
556
+ @overload
557
+ @staticmethod
558
+ def convert_html(source_path : stroptions : aspose.html.saving.XpsSaveOptions, output_path : str):
559
+ '''Convert html document to xps. Result is xps file.
560
+
561
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
562
+ :param options: Conversion options.
563
+ :param output_path: Output file path.'''
564
+ ...
565
+
566
+ @overload
567
+ @staticmethod
568
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
569
+ '''Convert html document to xps. Result is xps file.
570
+
571
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
572
+ :param configuration: The environment configuration.
573
+ :param options: Conversion options.
574
+ :param output_path: Output file path.'''
575
+ ...
576
+
577
+ @overload
578
+ @staticmethod
579
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.XpsSaveOptions, output_path : str):
580
+ '''Convert html document to xps. Result is xps file.
581
+
582
+ :param content: Inline string html content.
583
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
584
+ :param options: Conversion options.
585
+ :param output_path: Output file path.'''
586
+ ...
587
+
588
+ @overload
589
+ @staticmethod
590
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
591
+ '''Convert html document to xps. Result is xps file.
592
+
593
+ :param content: Inline string html content.
594
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
595
+ :param configuration: The environment configuration.
596
+ :param options: Conversion options.
597
+ :param output_path: Output file path.'''
598
+ ...
599
+
600
+ @overload
601
+ @staticmethod
602
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
603
+ '''Convert html source to xps. Result is xps file.
604
+
605
+ :param document: Conversion source.
606
+ :param options: Conversion options.
607
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
608
+ ...
609
+
610
+ @overload
611
+ @staticmethod
612
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
613
+ '''Convert html source to xps. Result is xps file.
614
+
615
+ :param url: The document URL.
616
+ :param options: Conversion options.
617
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
618
+ ...
619
+
620
+ @overload
621
+ @staticmethod
622
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
623
+ '''Convert html source to xps. Result is xps file.
624
+
625
+ :param url: The document URL.
626
+ :param configuration: The environment configuration.
627
+ :param options: Conversion options.
628
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
629
+ ...
630
+
631
+ @overload
632
+ @staticmethod
633
+ def convert_html(source_path : stroptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
634
+ '''Convert html source to xps. Result is xps file.
635
+
636
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
637
+ :param options: Conversion options.
638
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
639
+ ...
640
+
641
+ @overload
642
+ @staticmethod
643
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
644
+ '''Convert html source to xps. Result is xps file.
645
+
646
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
647
+ :param configuration: The environment configuration.
648
+ :param options: Conversion options.
649
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
650
+ ...
651
+
652
+ @overload
653
+ @staticmethod
654
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
655
+ '''Convert html source to xps. Result is xps file.
656
+
657
+ :param content: Inline string html content.
658
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
659
+ :param options: Conversion options.
660
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
661
+ ...
662
+
663
+ @overload
664
+ @staticmethod
665
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
666
+ '''Convert html source to xps. Result is xps file.
667
+
668
+ :param content: Inline string html content.
669
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
670
+ :param configuration: The environment configuration.
671
+ :param options: Conversion options.
672
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
673
+ ...
674
+
675
+ @overload
676
+ @staticmethod
677
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.ImageSaveOptions, output_path : str):
678
+ '''Convert html document to image. Result is image file.
679
+
680
+ :param document: Conversion source.
681
+ :param options: Conversion options.
682
+ :param output_path: Output file path.'''
683
+ ...
684
+
685
+ @overload
686
+ @staticmethod
687
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, output_path : str):
688
+ '''Convert html document to image. Result is image file.
689
+
690
+ :param url: The document URL.
691
+ :param options: Conversion options.
692
+ :param output_path: Output file path.'''
693
+ ...
694
+
695
+ @overload
696
+ @staticmethod
697
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
698
+ '''Convert html document to image. Result is image file.
699
+
700
+ :param url: The document URL.
701
+ :param configuration: The environment configuration.
702
+ :param options: Conversion options.
703
+ :param output_path: Output file path.'''
704
+ ...
705
+
706
+ @overload
707
+ @staticmethod
708
+ def convert_html(source_path : stroptions : aspose.html.saving.ImageSaveOptions, output_path : str):
709
+ '''Convert html document to image. Result is image file.
710
+
711
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
712
+ :param options: Conversion options.
713
+ :param output_path: Output file path.'''
714
+ ...
715
+
716
+ @overload
717
+ @staticmethod
718
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
719
+ '''Convert html document to image. Result is image file.
720
+
721
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
722
+ :param configuration: The environment configuration.
723
+ :param options: Conversion options.
724
+ :param output_path: Output file path.'''
725
+ ...
726
+
727
+ @overload
728
+ @staticmethod
729
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.ImageSaveOptions, output_path : str):
730
+ '''Convert html document to image. Result is image file.
731
+
732
+ :param content: Inline string html content.
733
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
734
+ :param options: Conversion options.
735
+ :param output_path: Output file path.'''
736
+ ...
737
+
738
+ @overload
739
+ @staticmethod
740
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
741
+ '''Convert html document to image. Result is image file.
742
+
743
+ :param content: Inline string html content.
744
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
745
+ :param configuration: The environment configuration.
746
+ :param options: Conversion options.
747
+ :param output_path: Output file path.'''
748
+ ...
749
+
750
+ @overload
751
+ @staticmethod
752
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
753
+ '''Convert html source to image. Result is image file.
754
+
755
+ :param document: Conversion source.
756
+ :param options: Conversion options.
757
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
758
+ ...
759
+
760
+ @overload
761
+ @staticmethod
762
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
763
+ '''Convert html source to image. Result is image file.
764
+
765
+ :param url: The document URL.
766
+ :param options: Conversion options.
767
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
768
+ ...
769
+
770
+ @overload
771
+ @staticmethod
772
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
773
+ '''Convert html source to image. Result is image file.
774
+
775
+ :param url: The document URL.
776
+ :param configuration: The environment configuration.
777
+ :param options: Conversion options.
778
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
779
+ ...
780
+
781
+ @overload
782
+ @staticmethod
783
+ def convert_html(source_path : stroptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
784
+ '''Convert html source to image. Result is image file.
785
+
786
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
787
+ :param options: Conversion options.
788
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
789
+ ...
790
+
791
+ @overload
792
+ @staticmethod
793
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
794
+ '''Convert html source to image. Result is image file.
795
+
796
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
797
+ :param configuration: The environment configuration.
798
+ :param options: Conversion options.
799
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
800
+ ...
801
+
802
+ @overload
803
+ @staticmethod
804
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
805
+ '''Convert html source to image. Result is image file.
806
+
807
+ :param content: Inline string html content.
808
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
809
+ :param options: Conversion options.
810
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
811
+ ...
812
+
813
+ @overload
814
+ @staticmethod
815
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
816
+ '''Convert html source to image. Result is image file.
817
+
818
+ :param content: Inline string html content.
819
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
820
+ :param configuration: The environment configuration.
821
+ :param options: Conversion options.
822
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
823
+ ...
824
+
825
+ @overload
826
+ @staticmethod
827
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.TextSaveOptions, output_path : str):
828
+ '''Convert html document to text. Result is TXT file.
829
+
830
+ :param document: Conversion source.
831
+ :param options: Conversion options.
832
+ :param output_path: Output file path.'''
833
+ ...
834
+
835
+ @overload
836
+ @staticmethod
837
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.TextSaveOptions, output_path : str):
838
+ '''Convert html document to text. Result is TXT file.
839
+
840
+ :param url: The document URL.
841
+ :param options: Conversion options.
842
+ :param output_path: Output file path.'''
843
+ ...
844
+
845
+ @overload
846
+ @staticmethod
847
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.TextSaveOptions, output_path : str):
848
+ '''Convert html document to text. Result is TXT file.
849
+
850
+ :param url: The document URL.
851
+ :param configuration: The environment configuration.
852
+ :param options: Conversion options.
853
+ :param output_path: Output file path.'''
854
+ ...
855
+
856
+ @overload
857
+ @staticmethod
858
+ def convert_html(source_path : stroptions : aspose.html.saving.TextSaveOptions, output_path : str):
859
+ '''Convert html document to text. Result is TXT file.
860
+
861
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
862
+ :param options: Conversion options.
863
+ :param output_path: Output file path.'''
864
+ ...
865
+
866
+ @overload
867
+ @staticmethod
868
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.TextSaveOptions, output_path : str):
869
+ '''Convert html document to text. Result is TXT file.
870
+
871
+ :param source_path: Html file source path. It will be combined with the current directory path to form an absolute URL.
872
+ :param configuration: The environment configuration.
873
+ :param options: Conversion options.
874
+ :param output_path: Output file path.'''
875
+ ...
876
+
877
+ @overload
878
+ @staticmethod
879
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.TextSaveOptions, output_path : str):
880
+ '''Convert html document to text. Result is TXT file.
881
+
882
+ :param content: Inline string html content.
883
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
884
+ :param options: Conversion options.
885
+ :param output_path: Output file path.'''
886
+ ...
887
+
888
+ @overload
889
+ @staticmethod
890
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.TextSaveOptions, output_path : str):
891
+ '''Convert html document to text. Result is TXT file.
892
+
893
+ :param content: Inline string html content.
894
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
895
+ :param configuration: The environment configuration.
896
+ :param options: Conversion options.
897
+ :param output_path: Output file path.'''
898
+ ...
899
+
900
+ @overload
901
+ @staticmethod
902
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.DocSaveOptions, output_path : str):
903
+ '''Convert HTML source document to DOCX. Result is docx file.
904
+
905
+ :param document: Conversion source :py:class:`aspose.html.HTMLDocument`.
906
+ :param options: Conversion options.
907
+ :param output_path: Output file path.'''
908
+ ...
909
+
910
+ @overload
911
+ @staticmethod
912
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, output_path : str):
913
+ '''Convert HTML source document to DOCX. Result is docx file.
914
+
915
+ :param url: The document URL.
916
+ :param options: Conversion options.
917
+ :param output_path: Output file path.'''
918
+ ...
919
+
920
+ @overload
921
+ @staticmethod
922
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
923
+ '''Convert HTML source document to DOCX. Result is docx file.
924
+
925
+ :param url: The document URL.
926
+ :param configuration: The environment configuration.
927
+ :param options: Conversion options.
928
+ :param output_path: Output file path.'''
929
+ ...
930
+
931
+ @overload
932
+ @staticmethod
933
+ def convert_html(source_path : stroptions : aspose.html.saving.DocSaveOptions, output_path : str):
934
+ '''Convert HTML source document to DOCX. Result is docx file.
935
+
936
+ :param source_path: HTML file source path. It will be combined with the current directory path to form an absolute URL.
937
+ :param options: Conversion options.
938
+ :param output_path: Output file path.'''
939
+ ...
940
+
941
+ @overload
942
+ @staticmethod
943
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
944
+ '''Convert HTML source document to DOCX. Result is docx file.
945
+
946
+ :param source_path: HTML file source path. It will be combined with the current directory path to form an absolute URL.
947
+ :param configuration: The environment configuration.
948
+ :param options: Conversion options.
949
+ :param output_path: Output file path.'''
950
+ ...
951
+
952
+ @overload
953
+ @staticmethod
954
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.DocSaveOptions, output_path : str):
955
+ '''Convert HTML source document to DOCX. Result is docx file.
956
+
957
+ :param content: Inline string HTML content.
958
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
959
+ :param options: Conversion options.
960
+ :param output_path: Output file path.'''
961
+ ...
962
+
963
+ @overload
964
+ @staticmethod
965
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
966
+ '''Convert HTML source document to DOCX. Result is docx file.
967
+
968
+ :param content: Inline string html content.
969
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
970
+ :param configuration: The environment configuration.
971
+ :param options: Conversion options.
972
+ :param output_path: Output file path.'''
973
+ ...
974
+
975
+ @overload
976
+ @staticmethod
977
+ def convert_html(document : aspose.html.HTMLDocumentoptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
978
+ '''Convert HTML source document to DOCX. Result is docx file.
979
+
980
+ :param document: Conversion source :py:class:`aspose.html.HTMLDocument`.
981
+ :param options: Conversion options.
982
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
983
+ ...
984
+
985
+ @overload
986
+ @staticmethod
987
+ def convert_html(url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
988
+ '''Convert HTML source document to DOCX. Result is docx file.
989
+
990
+ :param url: The document URL.
991
+ :param options: Conversion options.
992
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
993
+ ...
994
+
995
+ @overload
996
+ @staticmethod
997
+ def convert_html(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
998
+ '''Convert HTML source document to DOCX. Result is docx file.
999
+
1000
+ :param url: The document URL.
1001
+ :param configuration: The environment configuration.
1002
+ :param options: Conversion options.
1003
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1004
+ ...
1005
+
1006
+ @overload
1007
+ @staticmethod
1008
+ def convert_html(source_path : stroptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1009
+ '''Convert HTML source document to DOCX. Result is docx file.
1010
+
1011
+ :param source_path: HTML file source path. It will be combined with the current directory path to form an absolute URL.
1012
+ :param options: Conversion options.
1013
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1014
+ ...
1015
+
1016
+ @overload
1017
+ @staticmethod
1018
+ def convert_html(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1019
+ '''Convert HTML source document to DOCX. Result is docx file.
1020
+
1021
+ :param source_path: HTML file source path. It will be combined with the current directory path to form an absolute URL.
1022
+ :param configuration: The environment configuration.
1023
+ :param options: Conversion options.
1024
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1025
+ ...
1026
+
1027
+ @overload
1028
+ @staticmethod
1029
+ def convert_html(content : strbase_uri : str, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1030
+ '''Convert HTML source document to DOCX. Result is docx file.
1031
+
1032
+ :param content: Inline string HTML content.
1033
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1034
+ :param options: Conversion options.
1035
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1036
+ ...
1037
+
1038
+ @overload
1039
+ @staticmethod
1040
+ def convert_html(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1041
+ '''Convert HTML source document to DOCX. Result is docx file.
1042
+
1043
+ :param content: Inline string HTML content.
1044
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1045
+ :param configuration: The environment configuration.
1046
+ :param options: Conversion options.
1047
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1048
+ ...
1049
+
1050
+ @overload
1051
+ @staticmethod
1052
+ def convert_svg(source : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1053
+ '''Convert svg document to xps.Result is xps file.
1054
+
1055
+ :param source: Conversion source.
1056
+ :param options: Conversion options.
1057
+ :param output_path: Output file path.'''
1058
+ ...
1059
+
1060
+ @overload
1061
+ @staticmethod
1062
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1063
+ '''Convert svg source to xps. Result is xps file.
1064
+
1065
+ :param url: Source document URL.
1066
+ :param options: Conversion options.
1067
+ :param output_path: Output file path.'''
1068
+ ...
1069
+
1070
+ @overload
1071
+ @staticmethod
1072
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1073
+ '''Convert svg source to xps. Result is xps file.
1074
+
1075
+ :param url: Source document URL.
1076
+ :param configuration: The environment configuration.
1077
+ :param options: Conversion options.
1078
+ :param output_path: Output file path.'''
1079
+ ...
1080
+
1081
+ @overload
1082
+ @staticmethod
1083
+ def convert_svg(source_path : stroptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1084
+ '''Convert svg source to xps. Result is xps file.
1085
+
1086
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1087
+ :param options: Conversion options.
1088
+ :param output_path: Output file path.'''
1089
+ ...
1090
+
1091
+ @overload
1092
+ @staticmethod
1093
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1094
+ '''Convert svg source to xps. Result is xps file.
1095
+
1096
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1097
+ :param configuration: The environment configuration.
1098
+ :param options: Conversion options.
1099
+ :param output_path: Output file path.'''
1100
+ ...
1101
+
1102
+ @overload
1103
+ @staticmethod
1104
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1105
+ '''Convert svg source to xps. Result is xps file.
1106
+
1107
+ :param content: Inline string svg content.
1108
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1109
+ :param options: Conversion options.
1110
+ :param output_path: Output file path.'''
1111
+ ...
1112
+
1113
+ @overload
1114
+ @staticmethod
1115
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1116
+ '''Convert svg source to xps. Result is xps file.
1117
+
1118
+ :param content: Inline string svg content.
1119
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1120
+ :param configuration: The environment configuration.
1121
+ :param options: Conversion options.
1122
+ :param output_path: Output file path.'''
1123
+ ...
1124
+
1125
+ @overload
1126
+ @staticmethod
1127
+ def convert_svg(document : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1128
+ '''Convert svg source to xps. Result is xps file.
1129
+
1130
+ :param document: Conversion source.
1131
+ :param options: Conversion options.
1132
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1133
+ ...
1134
+
1135
+ @overload
1136
+ @staticmethod
1137
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1138
+ '''Convert svg source to xps. Result is xps file.
1139
+
1140
+ :param url: The document URL.
1141
+ :param options: Conversion options.
1142
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1143
+ ...
1144
+
1145
+ @overload
1146
+ @staticmethod
1147
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1148
+ '''Convert svg source to xps. Result is xps file.
1149
+
1150
+ :param url: The document URL.
1151
+ :param configuration: The environment configuration.
1152
+ :param options: Conversion options.
1153
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1154
+ ...
1155
+
1156
+ @overload
1157
+ @staticmethod
1158
+ def convert_svg(source_path : stroptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1159
+ '''Convert svg source to xps. Result is xps file.
1160
+
1161
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1162
+ :param options: Conversion options.
1163
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1164
+ ...
1165
+
1166
+ @overload
1167
+ @staticmethod
1168
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1169
+ '''Convert svg source to xps. Result is xps file.
1170
+
1171
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1172
+ :param configuration: The environment configuration.
1173
+ :param options: Conversion options.
1174
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1175
+ ...
1176
+
1177
+ @overload
1178
+ @staticmethod
1179
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1180
+ '''Convert svg source to xps. Result is xps file.
1181
+
1182
+ :param content: Inline string svg content.
1183
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1184
+ :param options: Conversion options.
1185
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1186
+ ...
1187
+
1188
+ @overload
1189
+ @staticmethod
1190
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1191
+ '''Convert svg source to xps. Result is xps file.
1192
+
1193
+ :param content: Inline string svg content.
1194
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1195
+ :param configuration: The environment configuration.
1196
+ :param options: Conversion options.
1197
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1198
+ ...
1199
+
1200
+ @overload
1201
+ @staticmethod
1202
+ def convert_svg(source : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.DocSaveOptions, output_path : str):
1203
+ '''Convert SVG document to DOCX. Result is docx file.
1204
+
1205
+ :param source: Conversion source.
1206
+ :param options: Conversion options.
1207
+ :param output_path: Output file path.'''
1208
+ ...
1209
+
1210
+ @overload
1211
+ @staticmethod
1212
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, output_path : str):
1213
+ '''Convert SVG document to DOCX. Result is docx file.
1214
+
1215
+ :param url: Source document URL.
1216
+ :param options: Conversion options.
1217
+ :param output_path: Output file path.'''
1218
+ ...
1219
+
1220
+ @overload
1221
+ @staticmethod
1222
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1223
+ '''Convert SVG document to DOCX. Result is docx file.
1224
+
1225
+ :param url: Source document URL.
1226
+ :param configuration: The environment configuration.
1227
+ :param options: Conversion options.
1228
+ :param output_path: Output file path.'''
1229
+ ...
1230
+
1231
+ @overload
1232
+ @staticmethod
1233
+ def convert_svg(source_path : stroptions : aspose.html.saving.DocSaveOptions, output_path : str):
1234
+ '''Convert SVG document to DOCX. Result is docx file.
1235
+
1236
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1237
+ :param options: Conversion options.
1238
+ :param output_path: Output file path.'''
1239
+ ...
1240
+
1241
+ @overload
1242
+ @staticmethod
1243
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1244
+ '''Convert SVG document to DOCX. Result is docx file.
1245
+
1246
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1247
+ :param configuration: The environment configuration.
1248
+ :param options: Conversion options.
1249
+ :param output_path: Output file path.'''
1250
+ ...
1251
+
1252
+ @overload
1253
+ @staticmethod
1254
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.DocSaveOptions, output_path : str):
1255
+ '''Convert SVG document to DOCX. Result is docx file.
1256
+
1257
+ :param content: Inline string svg content.
1258
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1259
+ :param options: Conversion options.
1260
+ :param output_path: Output file path.'''
1261
+ ...
1262
+
1263
+ @overload
1264
+ @staticmethod
1265
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1266
+ '''Convert SVG document to DOCX. Result is docx file.
1267
+
1268
+ :param content: Inline string svg content.
1269
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1270
+ :param configuration: The environment configuration.
1271
+ :param options: Conversion options.
1272
+ :param output_path: Output file path.'''
1273
+ ...
1274
+
1275
+ @overload
1276
+ @staticmethod
1277
+ def convert_svg(document : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1278
+ '''Convert SVG document to DOCX. Result is docx file.
1279
+
1280
+ :param document: Conversion source.
1281
+ :param options: Conversion options.
1282
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1283
+ ...
1284
+
1285
+ @overload
1286
+ @staticmethod
1287
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1288
+ '''Convert SVG document to DOCX. Result is docx file.
1289
+
1290
+ :param url: The document URL.
1291
+ :param options: Conversion options.
1292
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1293
+ ...
1294
+
1295
+ @overload
1296
+ @staticmethod
1297
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1298
+ '''Convert SVG document to DOCX. Result is docx file.
1299
+
1300
+ :param url: The document URL.
1301
+ :param configuration: The environment configuration.
1302
+ :param options: Conversion options.
1303
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1304
+ ...
1305
+
1306
+ @overload
1307
+ @staticmethod
1308
+ def convert_svg(source_path : stroptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1309
+ '''Convert SVG document to DOCX. Result is docx file.
1310
+
1311
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1312
+ :param options: Conversion options.
1313
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1314
+ ...
1315
+
1316
+ @overload
1317
+ @staticmethod
1318
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1319
+ '''Convert SVG document to DOCX. Result is docx file.
1320
+
1321
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1322
+ :param configuration: The environment configuration.
1323
+ :param options: Conversion options.
1324
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1325
+ ...
1326
+
1327
+ @overload
1328
+ @staticmethod
1329
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1330
+ '''Convert SVG document to DOCX. Result is docx file.
1331
+
1332
+ :param content: Inline string svg content.
1333
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1334
+ :param options: Conversion options.
1335
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1336
+ ...
1337
+
1338
+ @overload
1339
+ @staticmethod
1340
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1341
+ '''Convert SVG document to DOCX. Result is docx file.
1342
+
1343
+ :param content: Inline string svg content.
1344
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1345
+ :param configuration: The environment configuration.
1346
+ :param options: Conversion options.
1347
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1348
+ ...
1349
+
1350
+ @overload
1351
+ @staticmethod
1352
+ def convert_svg(source : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1353
+ '''Convert svg source to pdf. Result is pdf file.
1354
+
1355
+ :param source: Conversion source.
1356
+ :param options: Conversion options.
1357
+ :param output_path: Output file path.'''
1358
+ ...
1359
+
1360
+ @overload
1361
+ @staticmethod
1362
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1363
+ '''Convert svg source to pdf. Result is pdf file.
1364
+
1365
+ :param url: The document URL.
1366
+ :param options: Conversion options.
1367
+ :param output_path: Output file path.'''
1368
+ ...
1369
+
1370
+ @overload
1371
+ @staticmethod
1372
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1373
+ '''Convert svg source to pdf. Result is pdf file.
1374
+
1375
+ :param url: The document URL.
1376
+ :param configuration: The environment configuration.
1377
+ :param options: Conversion options.
1378
+ :param output_path: Output file path.'''
1379
+ ...
1380
+
1381
+ @overload
1382
+ @staticmethod
1383
+ def convert_svg(source_path : stroptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1384
+ '''Convert svg source to pdf. Result is pdf file.
1385
+
1386
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1387
+ :param options: Conversion options.
1388
+ :param output_path: Output file path.'''
1389
+ ...
1390
+
1391
+ @overload
1392
+ @staticmethod
1393
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1394
+ '''Convert svg source to pdf. Result is pdf file.
1395
+
1396
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1397
+ :param configuration: The environment configuration.
1398
+ :param options: Conversion options.
1399
+ :param output_path: Output file path.'''
1400
+ ...
1401
+
1402
+ @overload
1403
+ @staticmethod
1404
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1405
+ '''Convert svg source to pdf. Result is pdf file.
1406
+
1407
+ :param content: Inline string svg content.
1408
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1409
+ :param options: Conversion options.
1410
+ :param output_path: Output file path.'''
1411
+ ...
1412
+
1413
+ @overload
1414
+ @staticmethod
1415
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1416
+ '''Convert svg source to pdf. Result is pdf file.
1417
+
1418
+ :param content: Inline string svg content.
1419
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1420
+ :param configuration: The environment configuration.
1421
+ :param options: Conversion options.
1422
+ :param output_path: Output file path.'''
1423
+ ...
1424
+
1425
+ @overload
1426
+ @staticmethod
1427
+ def convert_svg(document : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1428
+ '''Convert svg source to pdf. Result is pdf file.
1429
+
1430
+ :param document: Conversion source.
1431
+ :param options: Conversion options.
1432
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1433
+ ...
1434
+
1435
+ @overload
1436
+ @staticmethod
1437
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1438
+ '''Convert svg source to pdf. Result is pdf file.
1439
+
1440
+ :param url: The document URL.
1441
+ :param options: Conversion options.
1442
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1443
+ ...
1444
+
1445
+ @overload
1446
+ @staticmethod
1447
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1448
+ '''Convert svg source to pdf. Result is pdf file.
1449
+
1450
+ :param url: The document URL.
1451
+ :param configuration: The environment configuration.
1452
+ :param options: Conversion options.
1453
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1454
+ ...
1455
+
1456
+ @overload
1457
+ @staticmethod
1458
+ def convert_svg(source_path : stroptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1459
+ '''Convert svg source to pdf. Result is pdf file.
1460
+
1461
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1462
+ :param options: Conversion options.
1463
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1464
+ ...
1465
+
1466
+ @overload
1467
+ @staticmethod
1468
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1469
+ '''Convert svg source to pdf. Result is pdf file.
1470
+
1471
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1472
+ :param configuration: The environment configuration.
1473
+ :param options: Conversion options.
1474
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1475
+ ...
1476
+
1477
+ @overload
1478
+ @staticmethod
1479
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1480
+ '''Convert svg source to pdf. Result is pdf file.
1481
+
1482
+ :param content: Source document content.
1483
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1484
+ :param options: Conversion options.
1485
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1486
+ ...
1487
+
1488
+ @overload
1489
+ @staticmethod
1490
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1491
+ '''Convert svg source to pdf. Result is pdf file.
1492
+
1493
+ :param content: Inline string svg content.
1494
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1495
+ :param configuration: The environment configuration.
1496
+ :param options: Conversion options.
1497
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1498
+ ...
1499
+
1500
+ @overload
1501
+ @staticmethod
1502
+ def convert_svg(source : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.ImageSaveOptions, output_path : str):
1503
+ '''Convert svg document to image. Result is image file.
1504
+
1505
+ :param source: Conversion source.
1506
+ :param options: Conversion options.
1507
+ :param output_path: Output file path.'''
1508
+ ...
1509
+
1510
+ @overload
1511
+ @staticmethod
1512
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, output_path : str):
1513
+ '''Convert svg document to image. Result is image file.
1514
+
1515
+ :param url: The document URL.
1516
+ :param options: Conversion options.
1517
+ :param output_path: Output file path.'''
1518
+ ...
1519
+
1520
+ @overload
1521
+ @staticmethod
1522
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
1523
+ '''Convert svg document to image. Result is image file.
1524
+
1525
+ :param url: The document URL.
1526
+ :param configuration: The environment configuration.
1527
+ :param options: Conversion options.
1528
+ :param output_path: Output file path.'''
1529
+ ...
1530
+
1531
+ @overload
1532
+ @staticmethod
1533
+ def convert_svg(source_path : stroptions : aspose.html.saving.ImageSaveOptions, output_path : str):
1534
+ '''Convert svg document to image. Result is image file.
1535
+
1536
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1537
+ :param options: Conversion options.
1538
+ :param output_path: Output file path.'''
1539
+ ...
1540
+
1541
+ @overload
1542
+ @staticmethod
1543
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
1544
+ '''Convert svg document to image. Result is image file.
1545
+
1546
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1547
+ :param configuration: The environment configuration.
1548
+ :param options: Conversion options.
1549
+ :param output_path: Output file path.'''
1550
+ ...
1551
+
1552
+ @overload
1553
+ @staticmethod
1554
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.ImageSaveOptions, output_path : str):
1555
+ '''Convert svg document to image. Result is image file.
1556
+
1557
+ :param content: Inline string svg content.
1558
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1559
+ :param options: Conversion options.
1560
+ :param output_path: Output file path.'''
1561
+ ...
1562
+
1563
+ @overload
1564
+ @staticmethod
1565
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
1566
+ '''Convert svg document to image. Result is image file.
1567
+
1568
+ :param content: Inline string svg content.
1569
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1570
+ :param configuration: The environment configuration.
1571
+ :param options: Conversion options.
1572
+ :param output_path: Output file path.'''
1573
+ ...
1574
+
1575
+ @overload
1576
+ @staticmethod
1577
+ def convert_svg(document : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1578
+ '''Convert svg source to image. Result is image file.
1579
+
1580
+ :param document: Conversion source.
1581
+ :param options: Conversion options.
1582
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1583
+ ...
1584
+
1585
+ @overload
1586
+ @staticmethod
1587
+ def convert_svg(url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1588
+ '''Convert svg source to image. Result is image file.
1589
+
1590
+ :param url: The document URL.
1591
+ :param options: Conversion options.
1592
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1593
+ ...
1594
+
1595
+ @overload
1596
+ @staticmethod
1597
+ def convert_svg(url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1598
+ '''Convert svg source to image. Result is image file.
1599
+
1600
+ :param url: The document URL.
1601
+ :param configuration: The environment configuration.
1602
+ :param options: Conversion options.
1603
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1604
+ ...
1605
+
1606
+ @overload
1607
+ @staticmethod
1608
+ def convert_svg(source_path : stroptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1609
+ '''Convert svg source to image. Result is image file.
1610
+
1611
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1612
+ :param options: Conversion options.
1613
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1614
+ ...
1615
+
1616
+ @overload
1617
+ @staticmethod
1618
+ def convert_svg(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1619
+ '''Convert svg source to image. Result is image file.
1620
+
1621
+ :param source_path: Svg file source path. It will be combined with the current directory path to form an absolute URL.
1622
+ :param configuration: The environment configuration.
1623
+ :param options: Conversion options.
1624
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1625
+ ...
1626
+
1627
+ @overload
1628
+ @staticmethod
1629
+ def convert_svg(content : strbase_uri : str, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1630
+ '''Convert svg source to image. Result is image file.
1631
+
1632
+ :param content: Inline string svg content.
1633
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1634
+ :param options: Conversion options.
1635
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1636
+ ...
1637
+
1638
+ @overload
1639
+ @staticmethod
1640
+ def convert_svg(content : strbase_uri : str, configuration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1641
+ '''Convert svg source to image. Result is image file.
1642
+
1643
+ :param content: Inline string svg content.
1644
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
1645
+ :param configuration: The environment configuration.
1646
+ :param options: Conversion options.
1647
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1648
+ ...
1649
+
1650
+ @overload
1651
+ @staticmethod
1652
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1653
+ '''Convert epub source to xps. Result is xps file.
1654
+
1655
+ :param stream: Conversion source.
1656
+ :param options: Conversion options.
1657
+ :param output_path: Output file path.'''
1658
+ ...
1659
+
1660
+ @overload
1661
+ @staticmethod
1662
+ def convert_epub(source_path : stroptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1663
+ '''Convert epub source to xps. Result is xps file.
1664
+
1665
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1666
+ :param options: Conversion options.
1667
+ :param output_path: Output file path.'''
1668
+ ...
1669
+
1670
+ @overload
1671
+ @staticmethod
1672
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, output_path : str):
1673
+ '''Convert epub source to xps. Result is xps file.
1674
+
1675
+ :param source_url: The source URL.
1676
+ :param options: Conversion options.
1677
+ :param output_path: Output file path.'''
1678
+ ...
1679
+
1680
+ @overload
1681
+ @staticmethod
1682
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1683
+ '''Convert epub source to xps. Result is xps file.
1684
+
1685
+ :param stream: Conversion source.
1686
+ :param configuration: The environment configuration.
1687
+ :param options: Conversion options.
1688
+ :param output_path: Output file path.'''
1689
+ ...
1690
+
1691
+ @overload
1692
+ @staticmethod
1693
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1694
+ '''Convert epub source to xps. Result is xps file.
1695
+
1696
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1697
+ :param configuration: The environment configuration.
1698
+ :param options: Conversion options.
1699
+ :param output_path: Output file path.'''
1700
+ ...
1701
+
1702
+ @overload
1703
+ @staticmethod
1704
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
1705
+ '''Convert epub source to xps. Result is xps file.
1706
+
1707
+ :param source_url: The source URL.
1708
+ :param configuration: The environment configuration.
1709
+ :param options: Conversion options.
1710
+ :param output_path: Output file path.'''
1711
+ ...
1712
+
1713
+ @overload
1714
+ @staticmethod
1715
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1716
+ '''Convert epub source to xps. Result is xps file.
1717
+
1718
+ :param stream: Conversion source.
1719
+ :param options: Conversion options.
1720
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1721
+ ...
1722
+
1723
+ @overload
1724
+ @staticmethod
1725
+ def convert_epub(source_path : stroptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1726
+ '''Convert epub source to xps. Result is xps file.
1727
+
1728
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1729
+ :param options: Conversion options.
1730
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1731
+ ...
1732
+
1733
+ @overload
1734
+ @staticmethod
1735
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1736
+ '''Convert epub source to xps. Result is xps file.
1737
+
1738
+ :param source_url: The source URL.
1739
+ :param options: Conversion options.
1740
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1741
+ ...
1742
+
1743
+ @overload
1744
+ @staticmethod
1745
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1746
+ '''Convert epub source to xps. Result is xps file.
1747
+
1748
+ :param stream: Conversion source.
1749
+ :param configuration: The environment configuration.
1750
+ :param options: Conversion options.
1751
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1752
+ ...
1753
+
1754
+ @overload
1755
+ @staticmethod
1756
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1757
+ '''Convert epub source to xps. Result is xps file.
1758
+
1759
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1760
+ :param configuration: The environment configuration.
1761
+ :param options: Conversion options.
1762
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1763
+ ...
1764
+
1765
+ @overload
1766
+ @staticmethod
1767
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1768
+ '''Convert epub source to xps. Result is xps file.
1769
+
1770
+ :param source_url: The source URL.
1771
+ :param configuration: The environment configuration.
1772
+ :param options: Conversion options.
1773
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1774
+ ...
1775
+
1776
+ @overload
1777
+ @staticmethod
1778
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.DocSaveOptions, output_path : str):
1779
+ '''Convert EPUB source to DOCX. Result is docx file.
1780
+
1781
+ :param stream: Conversion source.
1782
+ :param options: Conversion options.
1783
+ :param output_path: Output file path.'''
1784
+ ...
1785
+
1786
+ @overload
1787
+ @staticmethod
1788
+ def convert_epub(source_path : stroptions : aspose.html.saving.DocSaveOptions, output_path : str):
1789
+ '''Convert EPUB source to DOCX. Result is docx file.
1790
+
1791
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1792
+ :param options: Conversion options.
1793
+ :param output_path: Output file path.'''
1794
+ ...
1795
+
1796
+ @overload
1797
+ @staticmethod
1798
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, output_path : str):
1799
+ '''Convert EPUB source to DOCX. Result is docx file.
1800
+
1801
+ :param source_url: The source URL.
1802
+ :param options: Conversion options.
1803
+ :param output_path: Output file path.'''
1804
+ ...
1805
+
1806
+ @overload
1807
+ @staticmethod
1808
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1809
+ '''Convert EPUB source to DOCX. Result is docx file.
1810
+
1811
+ :param stream: Conversion source.
1812
+ :param configuration: The environment configuration.
1813
+ :param options: Conversion options.
1814
+ :param output_path: Output file path.'''
1815
+ ...
1816
+
1817
+ @overload
1818
+ @staticmethod
1819
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1820
+ '''Convert EPUB source to DOCX. Result is docx file.
1821
+
1822
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1823
+ :param configuration: The environment configuration.
1824
+ :param options: Conversion options.
1825
+ :param output_path: Output file path.'''
1826
+ ...
1827
+
1828
+ @overload
1829
+ @staticmethod
1830
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
1831
+ '''Convert EPUB source to DOCX. Result is docx file.
1832
+
1833
+ :param source_url: The source URL.
1834
+ :param configuration: The environment configuration.
1835
+ :param options: Conversion options.
1836
+ :param output_path: Output file path.'''
1837
+ ...
1838
+
1839
+ @overload
1840
+ @staticmethod
1841
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1842
+ '''Convert EPUB source to DOCX. Result is docx file.
1843
+
1844
+ :param stream: Conversion source.
1845
+ :param options: Conversion options.
1846
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1847
+ ...
1848
+
1849
+ @overload
1850
+ @staticmethod
1851
+ def convert_epub(source_path : stroptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1852
+ '''Convert EPUB source to DOCX. Result is docx file.
1853
+
1854
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1855
+ :param options: Conversion options.
1856
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1857
+ ...
1858
+
1859
+ @overload
1860
+ @staticmethod
1861
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1862
+ '''Convert EPUB source to DOCX. Result is docx file.
1863
+
1864
+ :param source_url: The source URL.
1865
+ :param options: Conversion options.
1866
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1867
+ ...
1868
+
1869
+ @overload
1870
+ @staticmethod
1871
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1872
+ '''Convert EPUB source to DOCX. Result is docx file.
1873
+
1874
+ :param stream: Conversion source.
1875
+ :param configuration: The environment configuration.
1876
+ :param options: Conversion options.
1877
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1878
+ ...
1879
+
1880
+ @overload
1881
+ @staticmethod
1882
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1883
+ '''Convert EPUB source to DOCX. Result is docx file.
1884
+
1885
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1886
+ :param configuration: The environment configuration.
1887
+ :param options: Conversion options.
1888
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1889
+ ...
1890
+
1891
+ @overload
1892
+ @staticmethod
1893
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1894
+ '''Convert EPUB source to DOCX. Result is docx file.
1895
+
1896
+ :param source_url: The source URL.
1897
+ :param configuration: The environment configuration.
1898
+ :param options: Conversion options.
1899
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1900
+ ...
1901
+
1902
+ @overload
1903
+ @staticmethod
1904
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1905
+ '''Convert epub source to pdf. Result is pdf file.
1906
+
1907
+ :param stream: Conversion source.
1908
+ :param options: Conversion options.
1909
+ :param output_path: Output file path.'''
1910
+ ...
1911
+
1912
+ @overload
1913
+ @staticmethod
1914
+ def convert_epub(source_path : stroptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1915
+ '''Convert epub source to pdf. Result is pdf file.
1916
+
1917
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1918
+ :param options: Conversion options.
1919
+ :param output_path: Output file path.'''
1920
+ ...
1921
+
1922
+ @overload
1923
+ @staticmethod
1924
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, output_path : str):
1925
+ '''Convert epub source to pdf. Result is pdf file.
1926
+
1927
+ :param source_url: The source URL.
1928
+ :param options: Conversion options.
1929
+ :param output_path: Output file path.'''
1930
+ ...
1931
+
1932
+ @overload
1933
+ @staticmethod
1934
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1935
+ '''Convert epub source to pdf. Result is pdf file.
1936
+
1937
+ :param stream: Conversion source.
1938
+ :param configuration: The environment configuration.
1939
+ :param options: Conversion options.
1940
+ :param output_path: Output file path.'''
1941
+ ...
1942
+
1943
+ @overload
1944
+ @staticmethod
1945
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1946
+ '''Convert epub source to pdf. Result is pdf file.
1947
+
1948
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1949
+ :param configuration: The environment configuration.
1950
+ :param options: Conversion options.
1951
+ :param output_path: Output file path.'''
1952
+ ...
1953
+
1954
+ @overload
1955
+ @staticmethod
1956
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
1957
+ '''Convert epub source to pdf. Result is pdf file.
1958
+
1959
+ :param source_url: The source URL.
1960
+ :param configuration: The environment configuration.
1961
+ :param options: Conversion options.
1962
+ :param output_path: Output file path.'''
1963
+ ...
1964
+
1965
+ @overload
1966
+ @staticmethod
1967
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1968
+ '''Convert epub source to pdf. Result is pdf file.
1969
+
1970
+ :param stream: Conversion source.
1971
+ :param options: Conversion options.
1972
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1973
+ ...
1974
+
1975
+ @overload
1976
+ @staticmethod
1977
+ def convert_epub(source_path : stroptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1978
+ '''Convert epub source to pdf. Result is pdf file.
1979
+
1980
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
1981
+ :param options: Conversion options.
1982
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1983
+ ...
1984
+
1985
+ @overload
1986
+ @staticmethod
1987
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1988
+ '''Convert epub source to pdf. Result is pdf file.
1989
+
1990
+ :param source_url: The source URL.
1991
+ :param options: Conversion options.
1992
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
1993
+ ...
1994
+
1995
+ @overload
1996
+ @staticmethod
1997
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
1998
+ '''Convert epub source to pdf. Result is pdf file.
1999
+
2000
+ :param stream: Conversion source.
2001
+ :param configuration: The environment configuration.
2002
+ :param options: Conversion options.
2003
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2004
+ ...
2005
+
2006
+ @overload
2007
+ @staticmethod
2008
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2009
+ '''Convert epub source to pdf. Result is pdf file.
2010
+
2011
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
2012
+ :param configuration: The environment configuration.
2013
+ :param options: Conversion options.
2014
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2015
+ ...
2016
+
2017
+ @overload
2018
+ @staticmethod
2019
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2020
+ '''Convert epub source to pdf. Result is pdf file.
2021
+
2022
+ :param source_url: The source URL.
2023
+ :param configuration: The environment configuration.
2024
+ :param options: Conversion options.
2025
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2026
+ ...
2027
+
2028
+ @overload
2029
+ @staticmethod
2030
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2031
+ '''Convert epub source to image. Result is image file.
2032
+
2033
+ :param stream: Conversion source.
2034
+ :param options: Conversion options.
2035
+ :param output_path: Output file path.'''
2036
+ ...
2037
+
2038
+ @overload
2039
+ @staticmethod
2040
+ def convert_epub(source_path : stroptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2041
+ '''Convert epub source to image. Result is image file.
2042
+
2043
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
2044
+ :param options: Conversion options.
2045
+ :param output_path: Output file path.'''
2046
+ ...
2047
+
2048
+ @overload
2049
+ @staticmethod
2050
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2051
+ '''Convert epub source to image. Result is image file.
2052
+
2053
+ :param source_url: The source URL.
2054
+ :param options: Conversion options.
2055
+ :param output_path: Output file path.'''
2056
+ ...
2057
+
2058
+ @overload
2059
+ @staticmethod
2060
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2061
+ '''Convert epub source to image. Result is image file.
2062
+
2063
+ :param stream: Conversion source.
2064
+ :param configuration: The environment configuration.
2065
+ :param options: Conversion options.
2066
+ :param output_path: Output file path.'''
2067
+ ...
2068
+
2069
+ @overload
2070
+ @staticmethod
2071
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2072
+ '''Convert epub source to image. Result is image file.
2073
+
2074
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
2075
+ :param configuration: The environment configuration.
2076
+ :param options: Conversion options.
2077
+ :param output_path: Output file path.'''
2078
+ ...
2079
+
2080
+ @overload
2081
+ @staticmethod
2082
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2083
+ '''Convert epub source to image. Result is image file.
2084
+
2085
+ :param source_url: The source URL.
2086
+ :param configuration: The environment configuration.
2087
+ :param options: Conversion options.
2088
+ :param output_path: Output file path.'''
2089
+ ...
2090
+
2091
+ @overload
2092
+ @staticmethod
2093
+ def convert_epub(stream : io.RawIOBaseoptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2094
+ '''Convert epub source to image. Result is image file.
2095
+
2096
+ :param stream: Conversion source.
2097
+ :param options: Conversion options.
2098
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2099
+ ...
2100
+
2101
+ @overload
2102
+ @staticmethod
2103
+ def convert_epub(source_path : stroptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2104
+ '''Convert epub source to image. Result is image file.
2105
+
2106
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
2107
+ :param options: Conversion options.
2108
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2109
+ ...
2110
+
2111
+ @overload
2112
+ @staticmethod
2113
+ def convert_epub(source_url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2114
+ '''Convert epub source to image. Result is image file.
2115
+
2116
+ :param source_url: The source URL.
2117
+ :param options: Conversion options.
2118
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2119
+ ...
2120
+
2121
+ @overload
2122
+ @staticmethod
2123
+ def convert_epub(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2124
+ '''Convert epub source to image. Result is image file.
2125
+
2126
+ :param stream: Conversion source.
2127
+ :param configuration: The environment configuration.
2128
+ :param options: Conversion options.
2129
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2130
+ ...
2131
+
2132
+ @overload
2133
+ @staticmethod
2134
+ def convert_epub(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2135
+ '''Convert epub source to image. Result is image file.
2136
+
2137
+ :param source_path: EPUB source file path. It will be combined with the current directory path to form an absolute URL.
2138
+ :param configuration: The environment configuration.
2139
+ :param options: Conversion options.
2140
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2141
+ ...
2142
+
2143
+ @overload
2144
+ @staticmethod
2145
+ def convert_epub(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2146
+ '''Convert epub source to image. Result is image file.
2147
+
2148
+ :param source_url: The source URL.
2149
+ :param configuration: The environment configuration.
2150
+ :param options: Conversion options.
2151
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2152
+ ...
2153
+
2154
+ @overload
2155
+ @staticmethod
2156
+ def convert_markdown(stream : io.RawIOBasebase_uri : str) -> aspose.html.HTMLDocument:
2157
+ '''Convert Markdown source to html. Result is :py:class:`aspose.html.HTMLDocument`.
2158
+
2159
+ :param stream: Conversion source.
2160
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
2161
+ :returns: Conversion result :py:class:`aspose.html.HTMLDocument`.'''
2162
+ ...
2163
+
2164
+ @overload
2165
+ @staticmethod
2166
+ def convert_markdown(stream : io.RawIOBasebase_uri : str, configuration : aspose.html.Configuration) -> aspose.html.HTMLDocument:
2167
+ '''Convert Markdown source to html. Result is :py:class:`aspose.html.HTMLDocument`.
2168
+
2169
+ :param stream: Conversion source.
2170
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
2171
+ :param configuration: The environment configuration.
2172
+ :returns: Conversion result :py:class:`aspose.html.HTMLDocument`.'''
2173
+ ...
2174
+
2175
+ @overload
2176
+ @staticmethod
2177
+ def convert_markdown(stream : io.RawIOBasebase_uri : str, output_path : str):
2178
+ '''Convert Markdown source to html. Result is html file.
2179
+
2180
+ :param stream: Conversion source.
2181
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
2182
+ :param output_path: Output file path.'''
2183
+ ...
2184
+
2185
+ @overload
2186
+ @staticmethod
2187
+ def convert_markdown(stream : io.RawIOBasebase_uri : str, configuration : aspose.html.Configuration, output_path : str):
2188
+ '''Convert Markdown source to html. Result is html file.
2189
+
2190
+ :param stream: Conversion source.
2191
+ :param base_uri: The base URI of the document. It will be combined with the current directory path to form an absolute URL.
2192
+ :param configuration: The environment configuration.
2193
+ :param output_path: Output file path.'''
2194
+ ...
2195
+
2196
+ @overload
2197
+ @staticmethod
2198
+ def convert_markdown(source_path : str) -> aspose.html.HTMLDocument:
2199
+ '''Convert Markdown source to html. Result is :py:class:`aspose.html.HTMLDocument`.
2200
+
2201
+ :param source_path: Path to source Markdown file. It will be combined with the current directory path to form an absolute URL.
2202
+ :returns: Conversion result :py:class:`aspose.html.HTMLDocument`.'''
2203
+ ...
2204
+
2205
+ @overload
2206
+ @staticmethod
2207
+ def convert_markdown(source_path : strconfiguration : aspose.html.Configuration) -> aspose.html.HTMLDocument:
2208
+ '''Convert Markdown source to html. Result is :py:class:`aspose.html.HTMLDocument`.
2209
+
2210
+ :param source_path: Path to source Markdown file. It will be combined with the current directory path to form an absolute URL.
2211
+ :param configuration: The environment configuration.
2212
+ :returns: Conversion result :py:class:`aspose.html.HTMLDocument`.'''
2213
+ ...
2214
+
2215
+ @overload
2216
+ @staticmethod
2217
+ def convert_markdown(source_path : stroutput_path : str):
2218
+ '''Convert Markdown source to html. Result is html file.
2219
+
2220
+ :param source_path: Path to source Markdown file. It will be combined with the current directory path to form an absolute URL.
2221
+ :param output_path: Output file path.'''
2222
+ ...
2223
+
2224
+ @overload
2225
+ @staticmethod
2226
+ def convert_markdown(source_path : strconfiguration : aspose.html.Configuration, output_path : str):
2227
+ '''Convert Markdown source to html. Result is html file.
2228
+
2229
+ :param source_path: Path to source Markdown file. It will be combined with the current directory path to form an absolute URL.
2230
+ :param configuration: The environment configuration.
2231
+ :param output_path: Output file path.'''
2232
+ ...
2233
+
2234
+ @overload
2235
+ @staticmethod
2236
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.XpsSaveOptions, output_path : str):
2237
+ '''Convert mhtml source to xps. Result is xps file.
2238
+
2239
+ :param stream: Conversion source stream.
2240
+ :param options: Conversion options.
2241
+ :param output_path: Output file path.'''
2242
+ ...
2243
+
2244
+ @overload
2245
+ @staticmethod
2246
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.XpsSaveOptions, output_path : str):
2247
+ '''Convert mhtml source to xps. Result is xps file.
2248
+
2249
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2250
+ :param options: Conversion options.
2251
+ :param output_path: Output file path.'''
2252
+ ...
2253
+
2254
+ @overload
2255
+ @staticmethod
2256
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, output_path : str):
2257
+ '''Convert mhtml source to xps. Result is xps file.
2258
+
2259
+ :param source_url: The source URL.
2260
+ :param options: Conversion options.
2261
+ :param output_path: Output file path.'''
2262
+ ...
2263
+
2264
+ @overload
2265
+ @staticmethod
2266
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
2267
+ '''Convert mhtml source to xps. Result is xps file.
2268
+
2269
+ :param stream: Conversion source stream.
2270
+ :param configuration: The environment configuration.
2271
+ :param options: Conversion options.
2272
+ :param output_path: Output file path.'''
2273
+ ...
2274
+
2275
+ @overload
2276
+ @staticmethod
2277
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
2278
+ '''Convert mhtml source to xps. Result is xps file.
2279
+
2280
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2281
+ :param configuration: The environment configuration.
2282
+ :param options: Conversion options.
2283
+ :param output_path: Output file path.'''
2284
+ ...
2285
+
2286
+ @overload
2287
+ @staticmethod
2288
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, output_path : str):
2289
+ '''Convert mhtml source to xps. Result is xps file.
2290
+
2291
+ :param source_url: The source URL.
2292
+ :param configuration: The environment configuration.
2293
+ :param options: Conversion options.
2294
+ :param output_path: Output file path.'''
2295
+ ...
2296
+
2297
+ @overload
2298
+ @staticmethod
2299
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2300
+ '''Convert mhtml source to xps. Result is xps file.
2301
+
2302
+ :param stream: Conversion source stream.
2303
+ :param options: Conversion options.
2304
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2305
+ ...
2306
+
2307
+ @overload
2308
+ @staticmethod
2309
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2310
+ '''Convert mhtml source to xps. Result is xps file.
2311
+
2312
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2313
+ :param options: Conversion options.
2314
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2315
+ ...
2316
+
2317
+ @overload
2318
+ @staticmethod
2319
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2320
+ '''Convert mhtml source to xps. Result is xps file.
2321
+
2322
+ :param source_url: The source URL.
2323
+ :param options: Conversion options.
2324
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2325
+ ...
2326
+
2327
+ @overload
2328
+ @staticmethod
2329
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2330
+ '''Convert mhtml source to xps. Result is xps file.
2331
+
2332
+ :param stream: Conversion source stream.
2333
+ :param configuration: The environment configuration.
2334
+ :param options: Conversion options.
2335
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2336
+ ...
2337
+
2338
+ @overload
2339
+ @staticmethod
2340
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2341
+ '''Convert mhtml source to xps. Result is xps file.
2342
+
2343
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2344
+ :param configuration: The environment configuration.
2345
+ :param options: Conversion options.
2346
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2347
+ ...
2348
+
2349
+ @overload
2350
+ @staticmethod
2351
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.XpsSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2352
+ '''Convert mhtml source to xps. Result is xps file.
2353
+
2354
+ :param source_url: The source URL.
2355
+ :param configuration: The environment configuration.
2356
+ :param options: Conversion options.
2357
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2358
+ ...
2359
+
2360
+ @overload
2361
+ @staticmethod
2362
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.DocSaveOptions, output_path : str):
2363
+ '''Convert MHTML source to DOCX. Result is docx file.
2364
+
2365
+ :param stream: Conversion source stream.
2366
+ :param options: Conversion options.
2367
+ :param output_path: Output file path.'''
2368
+ ...
2369
+
2370
+ @overload
2371
+ @staticmethod
2372
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.DocSaveOptions, output_path : str):
2373
+ '''Convert MHTML source to DOCX. Result is docx file.
2374
+
2375
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2376
+ :param options: Conversion options.
2377
+ :param output_path: Output file path.'''
2378
+ ...
2379
+
2380
+ @overload
2381
+ @staticmethod
2382
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, output_path : str):
2383
+ '''Convert MHTML source to DOCX. Result is docx file.
2384
+
2385
+ :param source_url: The source URL.
2386
+ :param options: Conversion options.
2387
+ :param output_path: Output file path.'''
2388
+ ...
2389
+
2390
+ @overload
2391
+ @staticmethod
2392
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
2393
+ '''Convert MHTML source to DOCX. Result is docx file.
2394
+
2395
+ :param stream: Conversion source stream.
2396
+ :param configuration: The environment configuration.
2397
+ :param options: Conversion options.
2398
+ :param output_path: Output file path.'''
2399
+ ...
2400
+
2401
+ @overload
2402
+ @staticmethod
2403
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
2404
+ '''Convert MHTML source to DOCX. Result is docx file.
2405
+
2406
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2407
+ :param configuration: The environment configuration.
2408
+ :param options: Conversion options.
2409
+ :param output_path: Output file path.'''
2410
+ ...
2411
+
2412
+ @overload
2413
+ @staticmethod
2414
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, output_path : str):
2415
+ '''Convert MHTML source to DOCX. Result is docx file.
2416
+
2417
+ :param source_url: The source URL.
2418
+ :param configuration: The environment configuration.
2419
+ :param options: Conversion options.
2420
+ :param output_path: Output file path.'''
2421
+ ...
2422
+
2423
+ @overload
2424
+ @staticmethod
2425
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2426
+ '''Convert MHTML source to DOCX. Result is docx file.
2427
+
2428
+ :param stream: Conversion source stream.
2429
+ :param options: Conversion options.
2430
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2431
+ ...
2432
+
2433
+ @overload
2434
+ @staticmethod
2435
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2436
+ '''Convert MHTML source to DOCX. Result is docx file.
2437
+
2438
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2439
+ :param options: Conversion options.
2440
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2441
+ ...
2442
+
2443
+ @overload
2444
+ @staticmethod
2445
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2446
+ '''Convert MHTML source to DOCX. Result is docx file.
2447
+
2448
+ :param source_url: The source URL.
2449
+ :param options: Conversion options.
2450
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2451
+ ...
2452
+
2453
+ @overload
2454
+ @staticmethod
2455
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2456
+ '''Convert MHTML source to DOCX. Result is docx file.
2457
+
2458
+ :param stream: Conversion source stream.
2459
+ :param configuration: The environment configuration.
2460
+ :param options: Conversion options.
2461
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2462
+ ...
2463
+
2464
+ @overload
2465
+ @staticmethod
2466
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2467
+ '''Convert MHTML source to DOCX. Result is docx file.
2468
+
2469
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2470
+ :param configuration: The environment configuration.
2471
+ :param options: Conversion options.
2472
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2473
+ ...
2474
+
2475
+ @overload
2476
+ @staticmethod
2477
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.DocSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2478
+ '''Convert MHTML source to DOCX. Result is docx file.
2479
+
2480
+ :param source_url: The source URL.
2481
+ :param configuration: The environment configuration.
2482
+ :param options: Conversion options.
2483
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2484
+ ...
2485
+
2486
+ @overload
2487
+ @staticmethod
2488
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.PdfSaveOptions, output_path : str):
2489
+ '''Convert mhtml source to pdf. Result is pdf file.
2490
+
2491
+ :param stream: Conversion source stream.
2492
+ :param options: Conversion options.
2493
+ :param output_path: Output file path.'''
2494
+ ...
2495
+
2496
+ @overload
2497
+ @staticmethod
2498
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.PdfSaveOptions, output_path : str):
2499
+ '''Convert mhtml source to pdf. Result is pdf file.
2500
+
2501
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2502
+ :param options: Conversion options.
2503
+ :param output_path: Output file path.'''
2504
+ ...
2505
+
2506
+ @overload
2507
+ @staticmethod
2508
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, output_path : str):
2509
+ '''Convert mhtml source to pdf. Result is pdf file.
2510
+
2511
+ :param source_url: The source URL.
2512
+ :param options: Conversion options.
2513
+ :param output_path: Output file path.'''
2514
+ ...
2515
+
2516
+ @overload
2517
+ @staticmethod
2518
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
2519
+ '''Convert mhtml source to pdf. Result is pdf file.
2520
+
2521
+ :param stream: Conversion source stream.
2522
+ :param configuration: The environment configuration.
2523
+ :param options: Conversion options.
2524
+ :param output_path: Output file path.'''
2525
+ ...
2526
+
2527
+ @overload
2528
+ @staticmethod
2529
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
2530
+ '''Convert mhtml source to pdf. Result is pdf file.
2531
+
2532
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2533
+ :param configuration: The environment configuration.
2534
+ :param options: Conversion options.
2535
+ :param output_path: Output file path.'''
2536
+ ...
2537
+
2538
+ @overload
2539
+ @staticmethod
2540
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, output_path : str):
2541
+ '''Convert mhtml source to pdf. Result is pdf file.
2542
+
2543
+ :param source_url: The source URL.
2544
+ :param configuration: The environment configuration.
2545
+ :param options: Conversion options.
2546
+ :param output_path: Output file path.'''
2547
+ ...
2548
+
2549
+ @overload
2550
+ @staticmethod
2551
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2552
+ '''Convert mhtml source to pdf. Result is pdf file.
2553
+
2554
+ :param stream: Conversion source stream.
2555
+ :param options: Conversion options.
2556
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2557
+ ...
2558
+
2559
+ @overload
2560
+ @staticmethod
2561
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2562
+ '''Convert mhtml source to pdf. Result is pdf file.
2563
+
2564
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2565
+ :param options: Conversion options.
2566
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2567
+ ...
2568
+
2569
+ @overload
2570
+ @staticmethod
2571
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2572
+ '''Convert mhtml source to pdf. Result is pdf file.
2573
+
2574
+ :param source_url: The source URL.
2575
+ :param options: Conversion options.
2576
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2577
+ ...
2578
+
2579
+ @overload
2580
+ @staticmethod
2581
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2582
+ '''Convert mhtml source to pdf. Result is pdf file.
2583
+
2584
+ :param stream: Conversion source stream.
2585
+ :param configuration: The environment configuration.
2586
+ :param options: Conversion options.
2587
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2588
+ ...
2589
+
2590
+ @overload
2591
+ @staticmethod
2592
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2593
+ '''Convert mhtml source to pdf. Result is pdf file.
2594
+
2595
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2596
+ :param configuration: The environment configuration.
2597
+ :param options: Conversion options.
2598
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2599
+ ...
2600
+
2601
+ @overload
2602
+ @staticmethod
2603
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.PdfSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2604
+ '''Convert mhtml source to pdf. Result is pdf file.
2605
+
2606
+ :param source_url: The source URL.
2607
+ :param configuration: The environment configuration.
2608
+ :param options: Conversion options.
2609
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2610
+ ...
2611
+
2612
+ @overload
2613
+ @staticmethod
2614
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2615
+ '''Convert mhtml source to image. Result is image file.
2616
+
2617
+ :param stream: Conversion source stream.
2618
+ :param options: Conversion options.
2619
+ :param output_path: Output file path.'''
2620
+ ...
2621
+
2622
+ @overload
2623
+ @staticmethod
2624
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2625
+ '''Convert mhtml source to image. Result is image file.
2626
+
2627
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2628
+ :param options: Conversion options.
2629
+ :param output_path: Output file path.'''
2630
+ ...
2631
+
2632
+ @overload
2633
+ @staticmethod
2634
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, output_path : str):
2635
+ '''Convert mhtml source to image. Result is image file.
2636
+
2637
+ :param source_url: The source URL.
2638
+ :param options: Conversion options.
2639
+ :param output_path: Output file path.'''
2640
+ ...
2641
+
2642
+ @overload
2643
+ @staticmethod
2644
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2645
+ '''Convert mhtml source to image. Result is image file.
2646
+
2647
+ :param stream: Conversion source stream.
2648
+ :param configuration: The environment configuration.
2649
+ :param options: Conversion options.
2650
+ :param output_path: Output file path.'''
2651
+ ...
2652
+
2653
+ @overload
2654
+ @staticmethod
2655
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2656
+ '''Convert mhtml source to image. Result is image file.
2657
+
2658
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2659
+ :param configuration: The environment configuration.
2660
+ :param options: Conversion options.
2661
+ :param output_path: Output file path.'''
2662
+ ...
2663
+
2664
+ @overload
2665
+ @staticmethod
2666
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, output_path : str):
2667
+ '''Convert mhtml source to image. Result is image file.
2668
+
2669
+ :param source_url: The source URL.
2670
+ :param configuration: The environment configuration.
2671
+ :param options: Conversion options.
2672
+ :param output_path: Output file path.'''
2673
+ ...
2674
+
2675
+ @overload
2676
+ @staticmethod
2677
+ def convert_mhtml(stream : io.RawIOBaseoptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2678
+ '''Convert mhtml source to image. Result is image file.
2679
+
2680
+ :param stream: Conversion source stream.
2681
+ :param options: Conversion options.
2682
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2683
+ ...
2684
+
2685
+ @overload
2686
+ @staticmethod
2687
+ def convert_mhtml(source_path : stroptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2688
+ '''Convert mhtml source to image. Result is image file.
2689
+
2690
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2691
+ :param options: Conversion options.
2692
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2693
+ ...
2694
+
2695
+ @overload
2696
+ @staticmethod
2697
+ def convert_mhtml(source_url : aspose.html.Urloptions : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2698
+ '''Convert mhtml source to image. Result is image file.
2699
+
2700
+ :param source_url: The source URL.
2701
+ :param options: Conversion options.
2702
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2703
+ ...
2704
+
2705
+ @overload
2706
+ @staticmethod
2707
+ def convert_mhtml(stream : io.RawIOBaseconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2708
+ '''Convert mhtml source to image. Result is image file.
2709
+
2710
+ :param stream: Conversion source stream.
2711
+ :param configuration: The environment configuration.
2712
+ :param options: Conversion options.
2713
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2714
+ ...
2715
+
2716
+ @overload
2717
+ @staticmethod
2718
+ def convert_mhtml(source_path : strconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2719
+ '''Convert mhtml source to image. Result is image file.
2720
+
2721
+ :param source_path: MHTML source file path. It will be combined with the current directory path to form an absolute URL.
2722
+ :param configuration: The environment configuration.
2723
+ :param options: Conversion options.
2724
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2725
+ ...
2726
+
2727
+ @overload
2728
+ @staticmethod
2729
+ def convert_mhtml(source_url : aspose.html.Urlconfiguration : aspose.html.Configuration, options : aspose.html.saving.ImageSaveOptions, provider : aspose.html.io.ICreateStreamProvider):
2730
+ '''Convert mhtml source to image. Result is image file.
2731
+
2732
+ :param source_url: The source URL.
2733
+ :param configuration: The environment configuration.
2734
+ :param options: Conversion options.
2735
+ :param provider: Implementation of the :py:class:`aspose.html.io.ICreateStreamProvider` interface, which will be used to get an output stream.'''
2736
+ ...
2737
+
2738
+ ...
2739
+
2740
+ class TemplateContentOptions:
2741
+ '''Inline content object for merging processing.'''
2742
+
2743
+ @property
2744
+ def data_content(self) -> str:
2745
+ ...
2746
+
2747
+ @property
2748
+ def content_type(self) -> aspose.html.converters.TemplateContent:
2749
+ ...
2750
+
2751
+ @property
2752
+ def format(self) -> str:
2753
+ '''String representation of :py:attr:`aspose.html.converters.TemplateContentOptions.content_type` property.'''
2754
+ ...
2755
+
2756
+ ...
2757
+
2758
+ class TemplateData:
2759
+ '''Merging (User) data object.'''
2760
+
2761
+ @property
2762
+ def data_path(self) -> str:
2763
+ ...
2764
+
2765
+ @property
2766
+ def content_options(self) -> aspose.html.converters.TemplateContentOptions:
2767
+ ...
2768
+
2769
+ ...
2770
+
2771
+ class TemplateContent:
2772
+ '''Content type identifier.'''
2773
+
2774
+ @classmethod
2775
+ @property
2776
+ def UNDEFINED(cls) -> TemplateContent:
2777
+ '''Undetermined value.'''
2778
+ ...
2779
+
2780
+ @classmethod
2781
+ @property
2782
+ def XML(cls) -> TemplateContent:
2783
+ '''XML content identifier.'''
2784
+ ...
2785
+
2786
+ @classmethod
2787
+ @property
2788
+ def JSON(cls) -> TemplateContent:
2789
+ '''JSON content identifier.'''
2790
+ ...
2791
+
2792
+ ...
2793
+