aspose-html-net 25.4.0__py3-none-win32.whl → 25.6.0__py3-none-win32.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/html/dom/svg/__init__.pyi +16 -16
- aspose/html/drawing/__init__.pyi +5 -0
- aspose/html.cp310-win32.pyd +0 -0
- aspose/html.cp311-win32.pyd +0 -0
- aspose/html.cp313-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_html_net-25.4.0.dist-info → aspose_html_net-25.6.0.dist-info}/METADATA +2 -2
- {aspose_html_net-25.4.0.dist-info → aspose_html_net-25.6.0.dist-info}/RECORD +17 -17
- {aspose_html_net-25.4.0.dist-info → aspose_html_net-25.6.0.dist-info}/WHEEL +0 -0
- {aspose_html_net-25.4.0.dist-info → aspose_html_net-25.6.0.dist-info}/entry_points.txt +0 -0
- {aspose_html_net-25.4.0.dist-info → aspose_html_net-25.6.0.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
aspose/html/dom/svg/__init__.pyi
CHANGED
@@ -3429,9 +3429,9 @@ class SVGCircleElement(SVGGeometryElement):
|
|
3429
3429
|
...
|
3430
3430
|
|
3431
3431
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
3432
|
-
'''Returns a new instance
|
3432
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
3433
3433
|
|
3434
|
-
:returns: A new instance
|
3434
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
3435
3435
|
...
|
3436
3436
|
|
3437
3437
|
def get_total_length(self) -> float:
|
@@ -8898,9 +8898,9 @@ class SVGEllipseElement(SVGGeometryElement):
|
|
8898
8898
|
...
|
8899
8899
|
|
8900
8900
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
8901
|
-
'''Returns a new instance
|
8901
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
8902
8902
|
|
8903
|
-
:returns: A new instance
|
8903
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
8904
8904
|
...
|
8905
8905
|
|
8906
8906
|
def get_total_length(self) -> float:
|
@@ -11415,9 +11415,9 @@ class SVGGeometryElement(SVGGraphicsElement):
|
|
11415
11415
|
...
|
11416
11416
|
|
11417
11417
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
11418
|
-
'''Returns a new instance
|
11418
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
11419
11419
|
|
11420
|
-
:returns: A new instance
|
11420
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
11421
11421
|
...
|
11422
11422
|
|
11423
11423
|
def get_total_length(self) -> float:
|
@@ -13901,9 +13901,9 @@ class SVGLineElement(SVGGeometryElement):
|
|
13901
13901
|
...
|
13902
13902
|
|
13903
13903
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
13904
|
-
'''Returns a new instance
|
13904
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
13905
13905
|
|
13906
|
-
:returns: A new instance
|
13906
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
13907
13907
|
...
|
13908
13908
|
|
13909
13909
|
def get_total_length(self) -> float:
|
@@ -17571,9 +17571,9 @@ class SVGPathElement(SVGGeometryElement):
|
|
17571
17571
|
...
|
17572
17572
|
|
17573
17573
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
17574
|
-
'''Returns a new instance
|
17574
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
17575
17575
|
|
17576
|
-
:returns: A new instance
|
17576
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
17577
17577
|
...
|
17578
17578
|
|
17579
17579
|
def get_total_length(self) -> float:
|
@@ -19010,9 +19010,9 @@ class SVGPolygonElement(SVGGeometryElement):
|
|
19010
19010
|
...
|
19011
19011
|
|
19012
19012
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
19013
|
-
'''Returns a new instance
|
19013
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
19014
19014
|
|
19015
|
-
:returns: A new instance
|
19015
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
19016
19016
|
...
|
19017
19017
|
|
19018
19018
|
def get_total_length(self) -> float:
|
@@ -19651,9 +19651,9 @@ class SVGPolylineElement(SVGGeometryElement):
|
|
19651
19651
|
...
|
19652
19652
|
|
19653
19653
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
19654
|
-
'''Returns a new instance
|
19654
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
19655
19655
|
|
19656
|
-
:returns: A new instance
|
19656
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
19657
19657
|
...
|
19658
19658
|
|
19659
19659
|
def get_total_length(self) -> float:
|
@@ -20929,9 +20929,9 @@ class SVGRectElement(SVGGeometryElement):
|
|
20929
20929
|
...
|
20930
20930
|
|
20931
20931
|
def get_equivalent_path(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
|
20932
|
-
'''Returns a new instance
|
20932
|
+
'''Returns a new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList` which represents :py:class:`aspose.html.dom.svg.SVGGeometryElement` as path segments.
|
20933
20933
|
|
20934
|
-
:returns: A new instance
|
20934
|
+
:returns: A new instance of the :py:class:`aspose.html.dom.svg.paths.SVGPathSegList`.'''
|
20935
20935
|
...
|
20936
20936
|
|
20937
20937
|
def get_total_length(self) -> float:
|
aspose/html/drawing/__init__.pyi
CHANGED
@@ -1610,6 +1610,11 @@ class ITrueTypeFont:
|
|
1610
1610
|
def data_size(self) -> float:
|
1611
1611
|
...
|
1612
1612
|
|
1613
|
+
@property
|
1614
|
+
def style(self) -> aspose.html.drawing.WebFontStyle:
|
1615
|
+
'''Get the font style that combines the values of the font-face rule and data from the font.'''
|
1616
|
+
...
|
1617
|
+
|
1613
1618
|
...
|
1614
1619
|
|
1615
1620
|
class Length(Dimension):
|
aspose/html.cp310-win32.pyd
CHANGED
Binary file
|
aspose/html.cp311-win32.pyd
CHANGED
Binary file
|
aspose/html.cp313-win32.pyd
CHANGED
Binary file
|
aspose/html.cp35-win32.pyd
CHANGED
Binary file
|
aspose/html.cp36-win32.pyd
CHANGED
Binary file
|
aspose/html.cp37-win32.pyd
CHANGED
Binary file
|
aspose/html.cp38-win32.pyd
CHANGED
Binary file
|
aspose/html.cp39-win32.pyd
CHANGED
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aspose-html-net
|
3
|
-
Version: 25.
|
3
|
+
Version: 25.6.0
|
4
4
|
Summary: Aspose.HTML for Python via .NET is a powerful API for Python that provides a headless browser functionality, allowing you to work with HTML documents in a variety of ways. With this API, you can easily create new HTML documents or open existing ones from different sources. Once you have the document, you can perform various manipulation operations, such as removing and replacing HTML nodes.
|
5
5
|
Home-page: https://products.aspose.com/html/python-net/
|
6
6
|
Author: Aspose
|
7
7
|
License: UNKNOWN
|
8
8
|
Project-URL: Docs, https://docs.aspose.com/html/python-net/
|
9
|
-
Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2025/aspose-html-for-python-via-dotnet-25-
|
9
|
+
Project-URL: Release Notes, https://releases.aspose.com/html/python-net/release-notes/2025/aspose-html-for-python-via-dotnet-25-6-release-notes/
|
10
10
|
Project-URL: Demos, https://products.aspose.app/html/applications
|
11
11
|
Project-URL: API Reference, https://reference.aspose.com/html/python-net/
|
12
12
|
Project-URL: Examples, https://github.com/aspose-html/
|
@@ -11,7 +11,7 @@ aspose/html/dom/canvas/__init__.pyi,sha256=I803lCpxEtt6NEuJu8FB5_I7sdWvtASz5NIpi
|
|
11
11
|
aspose/html/dom/css/__init__.pyi,sha256=kVS5EAyO4I1Xc71pTE2rhdF12-VvUmfk-X8_BXUtTEY,96541
|
12
12
|
aspose/html/dom/events/__init__.pyi,sha256=3Btu8Q9mRxi91P5wOZUf4ncfGd6qO-DEtFABt77THTE,52484
|
13
13
|
aspose/html/dom/mutations/__init__.pyi,sha256=SX7BBcl6bouF_CWFvLO9JNPspfvmivEmzXS46y4tioE,9638
|
14
|
-
aspose/html/dom/svg/__init__.pyi,sha256
|
14
|
+
aspose/html/dom/svg/__init__.pyi,sha256=CXaCO__B9AQcL1wuFcEI9ksnn5cCf9XxunIMiwli-DE,1313690
|
15
15
|
aspose/html/dom/svg/datatypes/__init__.pyi,sha256=koBdDv3QSzTP_AqRh8nJWKfzyfRZKzcYwPkkiKK2rno,42148
|
16
16
|
aspose/html/dom/svg/events/__init__.pyi,sha256=yDgXi1jSBfqi1ectiteIpIfFWeud_rwOogiGrYAwclg,10178
|
17
17
|
aspose/html/dom/svg/filters/__init__.pyi,sha256=-imLAxP8CRclrKJWarPSdLLEmpMQT_BqYtvJNWxDZhI,645806
|
@@ -21,7 +21,7 @@ aspose/html/dom/traversal/__init__.pyi,sha256=W_FveEsZsDyvUb73E20J7qOR-JTA1jHb6X
|
|
21
21
|
aspose/html/dom/traversal/filters/__init__.pyi,sha256=uPdrDOVXLQbeW6E5DgMltZ2CrzfL_r7xKWX3zlAEUAo,6577
|
22
22
|
aspose/html/dom/views/__init__.pyi,sha256=PMxQeyqsLhFagjjgMZm3SEc9dYtrSpIXlivvv1zLicA,2690
|
23
23
|
aspose/html/dom/xpath/__init__.pyi,sha256=kf3MZXFYHEF3MKDaSzen6JCrj8suTgEr6UwYheAa8zs,16613
|
24
|
-
aspose/html/drawing/__init__.pyi,sha256=
|
24
|
+
aspose/html/drawing/__init__.pyi,sha256=9cTFhzKhCWtLh_0qFDgPYsmwJ4DulQBu3jBfMNwaX04,122986
|
25
25
|
aspose/html/forms/__init__.pyi,sha256=ciot_0JVGPP690wTV4EAVfae9U8avSxtVo2rqxxGQeE,32696
|
26
26
|
aspose/html/io/__init__.pyi,sha256=Ee2uUHULBIK9ZxgjljnAIob3z0B4pNckEAjW_fEG5a8,9030
|
27
27
|
aspose/html/loading/__init__.pyi,sha256=c_nQ6UXcsG0KljIHAZMi8kCg06EzoneRlsMjzR7ce2w,2189
|
@@ -50,14 +50,14 @@ aspose/html/toolkit/markdown/syntax/text/__init__.pyi,sha256=ScfWyF_7yI9DvSkek2T
|
|
50
50
|
aspose/html/toolkit/optimizers/__init__.pyi,sha256=VL8zyEuP1HV8MRRdvMDCLRsnWumaCumtS4ut8yxpOyg,6675
|
51
51
|
aspose/html/window/__init__.pyi,sha256=jaBDu0HRV7O81xImESUdwYHfVv4Xb-XNvqZ-YR1IJRY,24263
|
52
52
|
aspose/__init__.py,sha256=BZzm7zoBt2MkmKtNe7cyCVeUKSx7QjTyZke3W5jbaAE,3188
|
53
|
-
aspose/html.cp310-win32.pyd,sha256=
|
54
|
-
aspose/html.cp311-win32.pyd,sha256=
|
55
|
-
aspose/html.cp313-win32.pyd,sha256=
|
56
|
-
aspose/html.cp35-win32.pyd,sha256=
|
57
|
-
aspose/html.cp36-win32.pyd,sha256
|
58
|
-
aspose/html.cp37-win32.pyd,sha256=
|
59
|
-
aspose/html.cp38-win32.pyd,sha256=
|
60
|
-
aspose/html.cp39-win32.pyd,sha256=
|
53
|
+
aspose/html.cp310-win32.pyd,sha256=Nh5DCXzK5bIJYxxbP65TKfJXVC5n1WSaIP06pHx59O4,4091392
|
54
|
+
aspose/html.cp311-win32.pyd,sha256=Ni1Gf2R4AoVvmeiwxUrstc8MPeggsWC9_sQHDLdCy_o,4091392
|
55
|
+
aspose/html.cp313-win32.pyd,sha256=bkAJ4VJUG3BTjW3v1930SMSaWYG0rA0aDwP_picHvwY,4319232
|
56
|
+
aspose/html.cp35-win32.pyd,sha256=dBtEc4Gp1sHmo6iUt8JvF4Nl9YB0iCQp9zAaEbpbjDI,4189184
|
57
|
+
aspose/html.cp36-win32.pyd,sha256=-zHtm5_vwptvYXUrCHJUub2pPR2HmFlZ3r1ALYtpKng,4189184
|
58
|
+
aspose/html.cp37-win32.pyd,sha256=To2XUljlQMbXrTiF01esWxRv0QQkwUd39STV7DQiUqQ,4189696
|
59
|
+
aspose/html.cp38-win32.pyd,sha256=VNpr1eW1SpYoA_K3qNdLvAy8OFBMipoJyRvUsBA5MIA,4192256
|
60
|
+
aspose/html.cp39-win32.pyd,sha256=GJk9Z4-I3mL_JXasznRs0HexENKz2ZanupfUeddAygU,4099584
|
61
61
|
aspose/pycore.cp310-win32.pyd,sha256=NTc7ukwKVY9Ejj-0SrjTe4fOqKPchN1haW0tGSDMqDk,95744
|
62
62
|
aspose/pycore.cp311-win32.pyd,sha256=FTyyXIbbnizQXeUfhnGFDsm_Bg334hfXOrt5tIP6XMc,95744
|
63
63
|
aspose/pycore.cp313-win32.pyd,sha256=IQlyTqV--QcjAnfX6lNqtPmpp-Pp4qEfFHuPkSo6ZLk,96768
|
@@ -92,7 +92,7 @@ aspose/pyreflection.cp38-win32.pyd,sha256=LaDu7QtXevfXDGLeAu0RoPXBGXQoYuYdGS-Wns
|
|
92
92
|
aspose/pyreflection.cp39-win32.pyd,sha256=zOFJQpLEBDuZ5O2TYkXAG7QdCzzhzE6U61taC9k2Ao8,261632
|
93
93
|
aspose/__pyinstaller/__init__.pyi,sha256=JUQjpLnZGSJEDwHrogA4y1SSuAI9uGQxXL40_PPuGes,31
|
94
94
|
aspose/__pyinstaller/hook-aspose.py,sha256=G2uQAF1mgFtEjkZFyvcElHUEzLLoFGdqVOMAs9bsTi0,258
|
95
|
-
aspose/assemblies/html/Aspose.HTML.dll,sha256=
|
95
|
+
aspose/assemblies/html/Aspose.HTML.dll,sha256=r702vUI1Wlz3kh18QNoc1fatitCklU0AzfCe-pnQ6II,8947552
|
96
96
|
aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll,sha256=ugmwtqiRElj4isMBMibMwG59NCgNiQb_IGZvvYEtOvQ,66176
|
97
97
|
aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
|
98
98
|
aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll,sha256=-GyWeDxbygECfqj6Vrr75_1lzdDcJb9OxfZoHsn6t1Q,159872
|
@@ -102,7 +102,7 @@ aspose/assemblies/html/System.Security.AccessControl.dll,sha256=lNMvvnB8WhYsH343
|
|
102
102
|
aspose/assemblies/html/System.Security.Permissions.dll,sha256=Fc4jFXYMaWW2W3h8IdcgJ75gPchQugiuaBea-ERGco4,97160
|
103
103
|
aspose/assemblies/html/System.Security.Principal.Windows.dll,sha256=Ct2Tol_U4BHbVcrJ58BiuAfZhEe8gnLPOiSwa3Q3wWw,81800
|
104
104
|
aspose/assemblies/html/System.Windows.Extensions.dll,sha256=qzkm2EsQpetm_yFDX2b0ejVyPjCHXPrbLUP0op7gn-M,42376
|
105
|
-
aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=
|
105
|
+
aspose/assemblies/html/WrpInterop.Aspose.Html.dll,sha256=8Vmae2A3Dl_jtN3POgulIGbS1uMdY6QMWmoQQr95b9Y,1250304
|
106
106
|
aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll,sha256=tyh1f8dBGg7cYbiW8BrARHz34ptBuA5E8VQNsXFxzso,94720
|
107
107
|
aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll,sha256=ByxMO9MLtnP--Va1d3JNGUp76EBFi8nkQo7-VeS45EQ,52104
|
108
108
|
aspose/assemblies/pydrawing/System.Drawing.Common.dll,sha256=cx5hkSgY-2ueuE0JMJtdBUWVeAtp0D9G7Zd5YorlVW8,436600
|
@@ -348,8 +348,8 @@ aspose/pygc/__pyinstaller/hook-aspose.pygc.py,sha256=6R0gEknOsHoQBZRHzyvgD4-PU30
|
|
348
348
|
aspose/pyreflection/__init__.pyi,sha256=m1gNKyNjs7AAirNANAXD4Pp6USsE77y4cXIudmqePW8,257
|
349
349
|
aspose/pyreflection/__pyinstaller/__init__.pyi,sha256=micugwtjBQx5QHPQ3sjszDmdDrh_j6WEf2rIgmQEQtg,30
|
350
350
|
aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py,sha256=KhNCbh91nfinnu94UllN04QVKgzGfhV8briC6xbCK9o,272
|
351
|
-
aspose_html_net-25.
|
352
|
-
aspose_html_net-25.
|
353
|
-
aspose_html_net-25.
|
354
|
-
aspose_html_net-25.
|
355
|
-
aspose_html_net-25.
|
351
|
+
aspose_html_net-25.6.0.dist-info/METADATA,sha256=Aoi0m_4rA1cE6wVxvU72qcBXIlsppvel7s2EQpQ-MfQ,7609
|
352
|
+
aspose_html_net-25.6.0.dist-info/WHEEL,sha256=Qp0pkwX2grZiaAQR0_2-Tf5RWO1YRFeNKTRIWlXCrLE,94
|
353
|
+
aspose_html_net-25.6.0.dist-info/entry_points.txt,sha256=ncOOUOA7P4CKYv0p9YBs_Erf12mciNs3kqNIdTh4bvw,67
|
354
|
+
aspose_html_net-25.6.0.dist-info/top_level.txt,sha256=oaVLKmiUSo0u7EtpqKJ11ARBx8ZWhYuUXJdy-lByYWg,7
|
355
|
+
aspose_html_net-25.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|