Skip to content

Commit a29e242

Browse files
Merge branch 'main' into production
2 parents 6dfb95d + 4f35573 commit a29e242

File tree

181 files changed

+393
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+393
-169
lines changed

english/python-net/aspose.html.converters/converter/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ The Converter type exposes the following members:
6363
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#str-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str) | Convert html source to markdown. Result is md file. |
6464
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#str-str-aspose.html.saving.MarkdownSaveOptions-str) | Convert html source to markdown. Result is md file. |
6565
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#str-str-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str) | Convert html source to markdown. Result is md file. |
66+
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#io.RawIOBase-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str) | Convert HTML source stream to markdown. Result is md file. |
67+
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#io.RawIOBase-str-aspose.html.saving.MarkdownSaveOptions-str) | Convert HTML source stream to markdown. Result is md file. |
68+
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#io.RawIOBase-str-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str) | Convert HTML source stream to markdown. Result is md file. |
6669
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#aspose.html.HTMLDocument-aspose.html.saving.XpsSaveOptions-str) | Convert html document to xps. Result is xps file. |
6770
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#aspose.html.Url-aspose.html.saving.XpsSaveOptions-str) | Convert html document to xps. Result is xps file. |
6871
| [convert_html](/html/python-net/aspose.html.converters/converter/convert_html/#aspose.html.Url-aspose.html.Configuration-aspose.html.saving.XpsSaveOptions-str) | Convert html document to xps. Result is xps file. |

english/python-net/aspose.html.converters/converter/convert_html/_index.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,46 @@ def convert_html(self, content, base_uri, options, output_path):
875875
| output_path | str | Output file path. |
876876

877877

878+
## convert_html {#io.RawIOBase-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str}
879+
880+
Convert HTML source stream to markdown. Result is md file.
881+
882+
883+
884+
```python
885+
def convert_html(self, stream, configuration, options, output_path):
886+
...
887+
```
888+
889+
890+
| Parameter | Type | Description |
891+
| :- | :- | :- |
892+
| stream | io.RawIOBase | HTML source stream. |
893+
| configuration | [`Configuration`](/html/python-net/aspose.html/configuration) | The environment configuration. |
894+
| options | aspose.html.saving.MarkdownSaveOptions | Conversion options. |
895+
| output_path | str | Output file path. |
896+
897+
898+
## convert_html {#io.RawIOBase-str-aspose.html.saving.MarkdownSaveOptions-str}
899+
900+
Convert HTML source stream to markdown. Result is md file.
901+
902+
903+
904+
```python
905+
def convert_html(self, stream, base_uri, options, output_path):
906+
...
907+
```
908+
909+
910+
| Parameter | Type | Description |
911+
| :- | :- | :- |
912+
| stream | io.RawIOBase | HTML source stream. |
913+
| base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
914+
| options | aspose.html.saving.MarkdownSaveOptions | Conversion options. |
915+
| output_path | str | Output file path. |
916+
917+
878918
## convert_html {#aspose.html.Url-aspose.html.Configuration-aspose.html.saving.XpsSaveOptions-str}
879919

880920
Convert html document to xps. Result is xps file.
@@ -1379,6 +1419,27 @@ def convert_html(self, content, base_uri, configuration, options, output_path):
13791419
| output_path | str | Output file path. |
13801420

13811421

1422+
## convert_html {#io.RawIOBase-str-aspose.html.Configuration-aspose.html.saving.MarkdownSaveOptions-str}
1423+
1424+
Convert HTML source stream to markdown. Result is md file.
1425+
1426+
1427+
1428+
```python
1429+
def convert_html(self, stream, base_uri, configuration, options, output_path):
1430+
...
1431+
```
1432+
1433+
1434+
| Parameter | Type | Description |
1435+
| :- | :- | :- |
1436+
| stream | io.RawIOBase | HTML source stream. |
1437+
| base_uri | str | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
1438+
| configuration | [`Configuration`](/html/python-net/aspose.html/configuration) | The environment configuration. |
1439+
| options | aspose.html.saving.MarkdownSaveOptions | Conversion options. |
1440+
| output_path | str | Output file path. |
1441+
1442+
13821443
## convert_html {#str-str-aspose.html.Configuration-aspose.html.saving.XpsSaveOptions-str}
13831444

13841445
Convert html document to xps. Result is xps file.

english/python-net/aspose.html.dom.css/cssprimitivevalue/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The CSSPrimitiveValue type exposes the following members:
6868
| [CSS_VMIN](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_vmin) | The value is a percentage of the viewport width or height, whichever is smaller. |
6969
| [CSS_VMAX](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_vmax) | The value is a percentage of the viewport width or height, whichever is larger. |
7070
| [CSS_X](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_x) | The value is a dots per ‘px’ unit (x). |
71+
| [CSS_FR](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_fr) | A flexible length or flex is a dimension with the fr unit, which represents a fraction of the leftover space in the grid container |
7172

7273

7374
### Methods
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: CSS_FR property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 250
7+
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_fr/
8+
is_root: false
9+
---
10+
11+
## CSS_FR property
12+
13+
14+
A flexible length or flex is a dimension with the fr unit, which represents a fraction of the leftover space in the grid container
15+
16+
### See Also
17+
* module [`aspose.html.dom.css`](../../)
18+
* class [`CSSPrimitiveValue`](/html/python-net/aspose.html.dom.css/cssprimitivevalue)

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_grad/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_GRAD property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 250
6+
weight: 260
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_grad/
88
is_root: false
99
---

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_hz/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_HZ property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 260
6+
weight: 270
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_hz/
88
is_root: false
99
---

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_ident/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_IDENT property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 270
6+
weight: 280
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_ident/
88
is_root: false
99
---

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_in/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_IN property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 280
6+
weight: 290
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_in/
88
is_root: false
99
---

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_inherit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_INHERIT property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 290
6+
weight: 300
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_inherit/
88
is_root: false
99
---

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_khz/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSS_KHZ property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 300
6+
weight: 310
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_khz/
88
is_root: false
99
---

0 commit comments

Comments
 (0)