aspose-html-net 24.6.0__py3-none-win32.whl
Sign up to get free protection for your applications and to get access to all the features.
- .__pyi_patched +0 -0
- aspose/__init__.py +139 -0
- aspose/__pyinstaller/__init__.pyi +1 -0
- aspose/__pyinstaller/hook-aspose.py +10 -0
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/assemblies/html/System.Drawing.Common.dll +0 -0
- aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
- aspose/assemblies/html/System.Security.Permissions.dll +0 -0
- aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
- aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
- aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
- aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
- aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
- aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
- aspose/html/__init__.pyi +40753 -0
- aspose/html/__pyinstaller/__init__.pyi +1 -0
- aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
- aspose/html/accessibility/__init__.pyi +469 -0
- aspose/html/accessibility/results/__init__.pyi +106 -0
- aspose/html/accessibility/saving/__init__.pyi +78 -0
- aspose/html/collections/__init__.pyi +246 -0
- aspose/html/converters/__init__.pyi +2793 -0
- aspose/html/diagnostics/__init__.pyi +72 -0
- aspose/html/dom/__init__.pyi +6456 -0
- aspose/html/dom/attributes/__init__.pyi +144 -0
- aspose/html/dom/canvas/__init__.pyi +1103 -0
- aspose/html/dom/css/__init__.pyi +3487 -0
- aspose/html/dom/events/__init__.pyi +1397 -0
- aspose/html/dom/mutations/__init__.pyi +259 -0
- aspose/html/dom/svg/__init__.pyi +30800 -0
- aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
- aspose/html/dom/svg/events/__init__.pyi +279 -0
- aspose/html/dom/svg/filters/__init__.pyi +15600 -0
- aspose/html/dom/svg/paths/__init__.pyi +3466 -0
- aspose/html/dom/svg/saving/__init__.pyi +83 -0
- aspose/html/dom/traversal/__init__.pyi +461 -0
- aspose/html/dom/traversal/filters/__init__.pyi +200 -0
- aspose/html/dom/views/__init__.pyi +79 -0
- aspose/html/dom/xpath/__init__.pyi +317 -0
- aspose/html/drawing/__init__.pyi +2720 -0
- aspose/html/forms/__init__.pyi +998 -0
- aspose/html/io/__init__.pyi +219 -0
- aspose/html/loading/__init__.pyi +68 -0
- aspose/html/net/__init__.pyi +513 -0
- aspose/html/net/headers/__init__.pyi +147 -0
- aspose/html/net/messagefilters/__init__.pyi +67 -0
- aspose/html/net/messagehandlers/__init__.pyi +103 -0
- aspose/html/rendering/__init__.pyi +797 -0
- aspose/html/rendering/doc/__init__.pyi +282 -0
- aspose/html/rendering/fonts/__init__.pyi +90 -0
- aspose/html/rendering/image/__init__.pyi +360 -0
- aspose/html/rendering/pdf/__init__.pyi +375 -0
- aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
- aspose/html/rendering/xps/__init__.pyi +237 -0
- aspose/html/saving/__init__.pyi +751 -0
- aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
- aspose/html/services/__init__.pyi +167 -0
- aspose/html/toolkit/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/__init__.pyi +6184 -0
- aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
- aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
- aspose/html/toolkit/markdown/syntax/text/__init__.pyi +358 -0
- aspose/html/toolkit/optimizers/__init__.pyi +233 -0
- aspose/html/window/__init__.pyi +490 -0
- aspose/html.cp310-win32.pyd +0 -0
- aspose/html.cp311-win32.pyd +0 -0
- aspose/html.cp35-win32.pyd +0 -0
- aspose/html.cp36-win32.pyd +0 -0
- aspose/html.cp37-win32.pyd +0 -0
- aspose/html.cp38-win32.pyd +0 -0
- aspose/html.cp39-win32.pyd +0 -0
- aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
- aspose/netcore/netcore3.1/SOS_README.md +5 -0
- aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
- aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
- aspose/netcore/netcore3.1/System.Console.dll +0 -0
- aspose/netcore/netcore3.1/System.Core.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
- aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Memory.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
- aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.dll +0 -0
- aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
- aspose/netcore/netcore3.1/clrcompression.dll +0 -0
- aspose/netcore/netcore3.1/clretwrc.dll +0 -0
- aspose/netcore/netcore3.1/clrjit.dll +0 -0
- aspose/netcore/netcore3.1/coreclr.dll +0 -0
- aspose/netcore/netcore3.1/dbgshim.dll +0 -0
- aspose/netcore/netcore3.1/hostfxr.dll +0 -0
- aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll +0 -0
- aspose/netcore/netcore3.1/mscordbi.dll +0 -0
- aspose/netcore/netcore3.1/mscorlib.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.dll +0 -0
- aspose/netcore/netcore3.1/netstandard.dll +0 -0
- aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
- aspose/pycore/__init__.pyi +56 -0
- aspose/pycore/__pyinstaller/__init__.pyi +1 -0
- aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
- aspose/pycore.cp310-win32.pyd +0 -0
- aspose/pycore.cp311-win32.pyd +0 -0
- aspose/pycore.cp35-win32.pyd +0 -0
- aspose/pycore.cp36-win32.pyd +0 -0
- aspose/pycore.cp37-win32.pyd +0 -0
- aspose/pycore.cp38-win32.pyd +0 -0
- aspose/pycore.cp39-win32.pyd +0 -0
- aspose/pydrawing/__init__.pyi +8 -0
- aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
- aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
- aspose/pydrawing.cp310-win32.pyd +0 -0
- aspose/pydrawing.cp311-win32.pyd +0 -0
- aspose/pydrawing.cp35-win32.pyd +0 -0
- aspose/pydrawing.cp36-win32.pyd +0 -0
- aspose/pydrawing.cp37-win32.pyd +0 -0
- aspose/pydrawing.cp38-win32.pyd +0 -0
- aspose/pydrawing.cp39-win32.pyd +0 -0
- aspose/pygc/__init__.pyi +8 -0
- aspose/pygc/__pyinstaller/__init__.pyi +1 -0
- aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
- aspose/pygc.cp310-win32.pyd +0 -0
- aspose/pygc.cp311-win32.pyd +0 -0
- aspose/pygc.cp35-win32.pyd +0 -0
- aspose/pygc.cp36-win32.pyd +0 -0
- aspose/pygc.cp37-win32.pyd +0 -0
- aspose/pygc.cp38-win32.pyd +0 -0
- aspose/pygc.cp39-win32.pyd +0 -0
- aspose/pyreflection/__init__.pyi +8 -0
- aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
- aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
- aspose/pyreflection.cp310-win32.pyd +0 -0
- aspose/pyreflection.cp311-win32.pyd +0 -0
- aspose/pyreflection.cp35-win32.pyd +0 -0
- aspose/pyreflection.cp36-win32.pyd +0 -0
- aspose/pyreflection.cp37-win32.pyd +0 -0
- aspose/pyreflection.cp38-win32.pyd +0 -0
- aspose/pyreflection.cp39-win32.pyd +0 -0
- aspose_html_net-24.6.0.dist-info/METADATA +112 -0
- aspose_html_net-24.6.0.dist-info/RECORD +348 -0
- aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
- aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
- aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,360 @@
|
|
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 ImageDevice(aspose.html.rendering.Device):
|
57
|
+
'''Represents rendering to raster formats: jpeg, png, bmp, gif, tiff.'''
|
58
|
+
|
59
|
+
def flush(self):
|
60
|
+
'''Flushes all data to output stream.'''
|
61
|
+
...
|
62
|
+
|
63
|
+
def begin_document(self, document : aspose.html.dom.Document):
|
64
|
+
'''Begins rendering of the document.
|
65
|
+
|
66
|
+
:param document: The document.'''
|
67
|
+
...
|
68
|
+
|
69
|
+
def end_document(self):
|
70
|
+
'''Ends rendering of the document.'''
|
71
|
+
...
|
72
|
+
|
73
|
+
def save_graphic_context(self):
|
74
|
+
'''Pushes a copy of the entire graphics context onto the stack.'''
|
75
|
+
...
|
76
|
+
|
77
|
+
def restore_graphic_context(self):
|
78
|
+
'''Restores the entire graphics context to its former value by popping it from the stack.'''
|
79
|
+
...
|
80
|
+
|
81
|
+
def begin_element(self, element : aspose.html.dom.Element, rect : aspose.pydrawing.RectangleF) -> bool:
|
82
|
+
'''Begins rendering of the element.
|
83
|
+
|
84
|
+
:param element: The :py:class:`aspose.html.dom.Element`.
|
85
|
+
:param rect: Bounding box of the node.
|
86
|
+
:returns: Returns [true] if element should be processed.'''
|
87
|
+
...
|
88
|
+
|
89
|
+
def end_element(self, element : aspose.html.dom.Element):
|
90
|
+
'''Ends rendering of the element.
|
91
|
+
|
92
|
+
:param element: The :py:class:`aspose.html.dom.Element`.'''
|
93
|
+
...
|
94
|
+
|
95
|
+
def close_path(self):
|
96
|
+
'''Closes the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
|
97
|
+
If the current subpath is already closed, "ClosePath" does nothing.
|
98
|
+
This operator terminates the current subpath. Appending another segment to the current path begins a new subpath,
|
99
|
+
even if the new segment begins at the endpoint reached by the "ClosePath" method.'''
|
100
|
+
...
|
101
|
+
|
102
|
+
def move_to(self, pt : aspose.pydrawing.PointF):
|
103
|
+
'''Begins a new subpath by moving the current point to coordinates of the parameter pt, omitting any connecting line segment.
|
104
|
+
If the previous path construction method in the current path was also "MoveTo", the new "MoveTo" overrides it;
|
105
|
+
no vestige of the previous "MoveTo" operation remains in the path.
|
106
|
+
|
107
|
+
:param pt: Point of where to move the path to.'''
|
108
|
+
...
|
109
|
+
|
110
|
+
def line_to(self, pt : aspose.pydrawing.PointF):
|
111
|
+
'''Appends a straight line segment from the current point to the point (pt). The new current point is pt.
|
112
|
+
|
113
|
+
:param pt: Point of where to create the line to.'''
|
114
|
+
...
|
115
|
+
|
116
|
+
def add_rect(self, rect : aspose.pydrawing.RectangleF):
|
117
|
+
'''Appends a rectangle to the current path as a complete subpath.
|
118
|
+
|
119
|
+
:param rect: A rectangle to draw.'''
|
120
|
+
...
|
121
|
+
|
122
|
+
def cubic_bezier_to(self, pt1 : aspose.pydrawing.PointF, pt2 : aspose.pydrawing.PointF, pt3 : aspose.pydrawing.PointF):
|
123
|
+
'''Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt2,
|
124
|
+
using pt1 and pt2 as the Bézier control points. The new current point is pt3.
|
125
|
+
|
126
|
+
:param pt1: Coordinates of first point
|
127
|
+
:param pt2: Coordinates of second point
|
128
|
+
:param pt3: Coordinates of third point'''
|
129
|
+
...
|
130
|
+
|
131
|
+
def stroke(self):
|
132
|
+
'''Strokes a line along the current path. The stroked line follows each straight or curved segment in the path,
|
133
|
+
centered on the segment with sides parallel to it. Each of the path’s subpaths is treated separately.
|
134
|
+
This method terminates current path.'''
|
135
|
+
...
|
136
|
+
|
137
|
+
def fill(self, mode : aspose.pydrawing.drawing2d.FillMode):
|
138
|
+
'''Fills the entire region enclosed by the current path.
|
139
|
+
If the path consists of several disconnected subpaths, it fills the insides of all subpaths,
|
140
|
+
considered together.
|
141
|
+
This method terminates current path.
|
142
|
+
|
143
|
+
:param mode: Filling mode specifies how the interior of a closed path is filled'''
|
144
|
+
...
|
145
|
+
|
146
|
+
def clip(self, mode : aspose.pydrawing.drawing2d.FillMode):
|
147
|
+
'''Modifies the current clipping path by intersecting it with the current path, using the FillMode rule to determine the region to fill.
|
148
|
+
This method terminates current path.
|
149
|
+
|
150
|
+
:param mode: Filling mode specifies how the interior of a closed path is clipped'''
|
151
|
+
...
|
152
|
+
|
153
|
+
def stroke_and_fill(self, mode : aspose.pydrawing.drawing2d.FillMode):
|
154
|
+
'''Strokes and fill current path.
|
155
|
+
This method terminates current path.
|
156
|
+
|
157
|
+
:param mode: Filling mode specifies how the interior of a closed path is filled.'''
|
158
|
+
...
|
159
|
+
|
160
|
+
def fill_text(self, text : str, pt : aspose.pydrawing.PointF):
|
161
|
+
'''Fills the specified text string at the specified location.
|
162
|
+
|
163
|
+
:param text: String to fill.
|
164
|
+
:param pt: Point that specifies the coordinates of the text.'''
|
165
|
+
...
|
166
|
+
|
167
|
+
def stroke_text(self, text : str, pt : aspose.pydrawing.PointF):
|
168
|
+
'''Strokes the specified text string at the specified location.
|
169
|
+
|
170
|
+
:param text: String to stroke.
|
171
|
+
:param pt: Point that specifies the coordinates where to start the text.'''
|
172
|
+
...
|
173
|
+
|
174
|
+
def draw_image(self, data : bytes, type : aspose.html.rendering.ImageType, rect : aspose.pydrawing.RectangleF):
|
175
|
+
'''Draws the specified image.
|
176
|
+
|
177
|
+
:param data: An array of bytes representing the image.
|
178
|
+
:param type: Image type.
|
179
|
+
:param rect: A rectangel which determines position and size to draw.'''
|
180
|
+
...
|
181
|
+
|
182
|
+
def begin_page(self, size : aspose.pydrawing.SizeF):
|
183
|
+
'''Begins rendering of the new page.
|
184
|
+
|
185
|
+
:param size: Size of the page.'''
|
186
|
+
...
|
187
|
+
|
188
|
+
def end_page(self):
|
189
|
+
'''Ends rendering of the current page.'''
|
190
|
+
...
|
191
|
+
|
192
|
+
@property
|
193
|
+
def graphics(self) -> aspose.pydrawing.Graphics:
|
194
|
+
'''Gets the instance of Graphics.'''
|
195
|
+
...
|
196
|
+
|
197
|
+
@property
|
198
|
+
def options(self) -> aspose.html.rendering.image.ImageRenderingOptions:
|
199
|
+
...
|
200
|
+
|
201
|
+
@property
|
202
|
+
def graphic_context(self) -> ImageDevice.ImageGraphicContext:
|
203
|
+
...
|
204
|
+
|
205
|
+
...
|
206
|
+
|
207
|
+
class ImageRenderingOptions(aspose.html.rendering.RenderingOptions):
|
208
|
+
'''Represents rendering options for :py:class:`aspose.html.rendering.image.ImageDevice`. This options is used to specify output image format, compression, resolution etc.'''
|
209
|
+
|
210
|
+
@property
|
211
|
+
def css(self) -> aspose.html.rendering.CssOptions:
|
212
|
+
'''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
|
213
|
+
...
|
214
|
+
|
215
|
+
@property
|
216
|
+
def page_setup(self) -> aspose.html.rendering.PageSetup:
|
217
|
+
...
|
218
|
+
|
219
|
+
@property
|
220
|
+
def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
|
221
|
+
...
|
222
|
+
|
223
|
+
@horizontal_resolution.setter
|
224
|
+
def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
|
225
|
+
...
|
226
|
+
|
227
|
+
@property
|
228
|
+
def background_color(self) -> aspose.pydrawing.Color:
|
229
|
+
...
|
230
|
+
|
231
|
+
@background_color.setter
|
232
|
+
def background_color(self, value : aspose.pydrawing.Color):
|
233
|
+
...
|
234
|
+
|
235
|
+
@property
|
236
|
+
def vertical_resolution(self) -> aspose.html.drawing.Resolution:
|
237
|
+
...
|
238
|
+
|
239
|
+
@vertical_resolution.setter
|
240
|
+
def vertical_resolution(self, value : aspose.html.drawing.Resolution):
|
241
|
+
...
|
242
|
+
|
243
|
+
@property
|
244
|
+
def format(self) -> aspose.html.rendering.image.ImageFormat:
|
245
|
+
'''Sets or gets :py:class:`aspose.html.rendering.image.ImageFormat`. By default this property is :py:attr:`aspose.html.rendering.image.ImageFormat.PNG`.'''
|
246
|
+
...
|
247
|
+
|
248
|
+
@format.setter
|
249
|
+
def format(self, value : aspose.html.rendering.image.ImageFormat):
|
250
|
+
'''Sets or gets :py:class:`aspose.html.rendering.image.ImageFormat`. By default this property is :py:attr:`aspose.html.rendering.image.ImageFormat.PNG`.'''
|
251
|
+
...
|
252
|
+
|
253
|
+
@property
|
254
|
+
def compression(self) -> aspose.html.rendering.image.Compression:
|
255
|
+
'''Sets or gets Tagged Image File Format (TIFF) :py:class:`aspose.html.rendering.image.Compression`. By default this property is :py:attr:`aspose.html.rendering.image.Compression.LZW`.'''
|
256
|
+
...
|
257
|
+
|
258
|
+
@compression.setter
|
259
|
+
def compression(self, value : aspose.html.rendering.image.Compression):
|
260
|
+
'''Sets or gets Tagged Image File Format (TIFF) :py:class:`aspose.html.rendering.image.Compression`. By default this property is :py:attr:`aspose.html.rendering.image.Compression.LZW`.'''
|
261
|
+
...
|
262
|
+
|
263
|
+
@property
|
264
|
+
def text(self) -> aspose.html.rendering.image.TextOptions:
|
265
|
+
'''Gets a :py:class:`aspose.html.rendering.image.TextOptions` object which is used for configuration of text rendering.'''
|
266
|
+
...
|
267
|
+
|
268
|
+
@property
|
269
|
+
def smoothing_mode(self) -> aspose.pydrawing.drawing2d.SmoothingMode:
|
270
|
+
...
|
271
|
+
|
272
|
+
@smoothing_mode.setter
|
273
|
+
def smoothing_mode(self, value : aspose.pydrawing.drawing2d.SmoothingMode):
|
274
|
+
...
|
275
|
+
|
276
|
+
...
|
277
|
+
|
278
|
+
class TextOptions:
|
279
|
+
'''Represents text rendering options for :py:class:`aspose.html.rendering.image.ImageDevice`.'''
|
280
|
+
|
281
|
+
@property
|
282
|
+
def text_rendering_hint(self) -> aspose.pydrawing.text.TextRenderingHint:
|
283
|
+
...
|
284
|
+
|
285
|
+
@text_rendering_hint.setter
|
286
|
+
def text_rendering_hint(self, value : aspose.pydrawing.text.TextRenderingHint):
|
287
|
+
...
|
288
|
+
|
289
|
+
...
|
290
|
+
|
291
|
+
class Compression:
|
292
|
+
'''Specifies the possible compression schemes for Tagged Image File Format (TIFF) bitmap images.'''
|
293
|
+
|
294
|
+
@classmethod
|
295
|
+
@property
|
296
|
+
def LZW(cls) -> Compression:
|
297
|
+
'''The LZW compression schema is used.'''
|
298
|
+
...
|
299
|
+
|
300
|
+
@classmethod
|
301
|
+
@property
|
302
|
+
def CCITT3(cls) -> Compression:
|
303
|
+
'''The CCITT3 compression schema is used.'''
|
304
|
+
...
|
305
|
+
|
306
|
+
@classmethod
|
307
|
+
@property
|
308
|
+
def CCITT4(cls) -> Compression:
|
309
|
+
'''The CCITT4 compression schema is used.'''
|
310
|
+
...
|
311
|
+
|
312
|
+
@classmethod
|
313
|
+
@property
|
314
|
+
def RLE(cls) -> Compression:
|
315
|
+
'''The RLE compression schema is used.'''
|
316
|
+
...
|
317
|
+
|
318
|
+
@classmethod
|
319
|
+
@property
|
320
|
+
def NONE(cls) -> Compression:
|
321
|
+
'''The Tagged Image File Format (TIFF) image is not compressed.'''
|
322
|
+
...
|
323
|
+
|
324
|
+
...
|
325
|
+
|
326
|
+
class ImageFormat:
|
327
|
+
'''Specifies the file format of the image.'''
|
328
|
+
|
329
|
+
@classmethod
|
330
|
+
@property
|
331
|
+
def JPEG(cls) -> ImageFormat:
|
332
|
+
'''The Joint Photographic Experts Group (JPEG) image format.'''
|
333
|
+
...
|
334
|
+
|
335
|
+
@classmethod
|
336
|
+
@property
|
337
|
+
def PNG(cls) -> ImageFormat:
|
338
|
+
'''The W3C Portable Network Graphics (PNG) image format.'''
|
339
|
+
...
|
340
|
+
|
341
|
+
@classmethod
|
342
|
+
@property
|
343
|
+
def BMP(cls) -> ImageFormat:
|
344
|
+
'''The bitmap (BMP) image format.'''
|
345
|
+
...
|
346
|
+
|
347
|
+
@classmethod
|
348
|
+
@property
|
349
|
+
def GIF(cls) -> ImageFormat:
|
350
|
+
'''The Graphics Interchange Format (GIF) image format.'''
|
351
|
+
...
|
352
|
+
|
353
|
+
@classmethod
|
354
|
+
@property
|
355
|
+
def TIFF(cls) -> ImageFormat:
|
356
|
+
'''The Tagged Image File Format (TIFF) image format.'''
|
357
|
+
...
|
358
|
+
|
359
|
+
...
|
360
|
+
|