Skip to content

Commit b2ae4d5

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent 0743eb6 commit b2ae4d5

1,268 files changed

Lines changed: 15009 additions & 11899 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
---
1+
---
22
title: GroupDocs.Conversion for Python via .NET
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/
77
is_root: true
8-
version: 25.12
9-
weight: 40
8+
weight: 10
9+
version: 26.3.0
1010
---
1111

12+
1213
### Modules
1314
| Module | Description |
1415
| :- | :- |
15-
| [`groupdocs.conversion`](/conversion/python-net/groupdocs.conversion) | The module provides classes to convert documents into all popular file formats in a simple and intuitive way. |
16-
| [`groupdocs.conversion.caching`](/conversion/python-net/groupdocs.conversion.caching) | The module provides classes for customizing caching behaviour. |
17-
| [`groupdocs.conversion.contracts`](/conversion/python-net/groupdocs.conversion.contracts) | The module provides members to instantiate and release output document, manage font substitutions etc. |
18-
| [`groupdocs.conversion.exceptions`](/conversion/python-net/groupdocs.conversion.exceptions) | The module provides different exceptions classes. |
19-
| [`groupdocs.conversion.filetypes`](/conversion/python-net/groupdocs.conversion.filetypes) | The module provides classes which represent supported file types. |
20-
| [`groupdocs.conversion.logging`](/conversion/python-net/groupdocs.conversion.logging) | The module provides classes for customizing logging behaviour. |
21-
| [`groupdocs.conversion.options`](/conversion/python-net/groupdocs.conversion.options) | The module provides classes to specify additional options for document loading and conversion process. |
22-
| [`groupdocs.conversion.options.convert`](/conversion/python-net/groupdocs.conversion.options.convert) | The module provides classes to specify additional options for document conversion process. |
23-
| [`groupdocs.conversion.options.load`](/conversion/python-net/groupdocs.conversion.options.load) | The module provides classes to specify additional options for document loading process. |
24-
25-
16+
| [`groupdocs.conversion`](/conversion/python-net/groupdocs.conversion/) | Main GroupDocs.Conversion namespace with top-level API classes. |
17+
| [`groupdocs.conversion.caching`](/conversion/python-net/groupdocs.conversion.caching/) | Types under `groupdocs.conversion.caching`. |
18+
| [`groupdocs.conversion.contracts`](/conversion/python-net/groupdocs.conversion.contracts/) | Result, context, and data-transfer types returned by the API. |
19+
| [`groupdocs.conversion.filetypes`](/conversion/python-net/groupdocs.conversion.filetypes/) | File type constants and format identifiers. |
20+
| [`groupdocs.conversion.logging`](/conversion/python-net/groupdocs.conversion.logging/) | Logging hooks and listener interfaces. |
21+
| [`groupdocs.conversion.options`](/conversion/python-net/groupdocs.conversion.options/) | Option classes for configuring conversions and operations. |
22+
| [`groupdocs.conversion.options.convert`](/conversion/python-net/groupdocs.conversion.options.convert/) | Types under `groupdocs.conversion.options.convert`. |
23+
| [`groupdocs.conversion.options.load`](/conversion/python-net/groupdocs.conversion.options.load/) | Types under `groupdocs.conversion.options.load`. |
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
---
1+
---
22
title: groupdocs.conversion.caching
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/groupdocs.conversion.caching/
77
is_root: false
8-
weight: 10
8+
weight: 20
99
---
1010

11-
The module provides classes for customizing caching behaviour.
11+
12+
Types under `groupdocs.conversion.caching`.
1213

1314
### Classes
1415
| Class | Description |
1516
| :- | :- |
16-
| [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache) | File caching behaviour. Means that cache is stored on the file system |
17-
| [`ICache`](/conversion/python-net/groupdocs.conversion.caching/icache) | Defines methods required for storing rendered document and document resources сache. |
18-
| [`MemoryCache`](/conversion/python-net/groupdocs.conversion.caching/memorycache) | Memory caching behaviour. Means that cache is stored in the memory |
19-
20-
17+
| [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache/) | File caching behaviour. Means that cache is stored on the file system. |
18+
| [`MemoryCache`](/conversion/python-net/groupdocs.conversion.caching/memorycache/) | Memory caching behaviour; the cache is stored in memory. |
Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
title: FileCache constructor
1+
---
2+
title: __init__ constructor
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
@@ -8,24 +8,19 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#System.String}
12-
13-
Creates new instance of FileCache class
1411

12+
## __init__ {#cache_path}
1513

14+
Initializes a new instance of the FileCache class.
1615

1716
```python
1817
def __init__(self, cache_path):
1918
...
2019
```
2120

22-
2321
| Parameter | Type | Description |
2422
| :- | :- | :- |
25-
| cache_path | System.String | Relative or absolute path where document cache will be stored |
26-
27-
23+
| cache_path | `str` | Relative or absolute path where document cache will be stored. |
2824

2925
### See Also
30-
* module [`groupdocs.conversion.caching`](../../)
31-
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache)
26+
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache/)
Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: FileCache class
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
@@ -8,36 +8,28 @@ is_root: false
88
weight: 10
99
---
1010

11+
1112
## FileCache class
1213

13-
File caching behaviour. Means that cache is stored on the file system
14+
File caching behaviour. Means that cache is stored on the file system.
1415

16+
Learn more
1517

18+
- More about caching and optimizing conversion process performance: https://docs.groupdocs.com/display/conversionnet/Caching
1619

1720
The FileCache type exposes the following members:
1821

1922
### Constructors
2023
| Constructor | Description |
2124
| :- | :- |
22-
| [__init__](/conversion/python-net/groupdocs.conversion.caching/filecache/__init__/#System.String) | Creates new instance of FileCache class |
23-
25+
| [__init__](/conversion/python-net/groupdocs.conversion.caching/filecache/__init__/#cache_path) | Initializes a new instance of the FileCache class. |
2426

2527
### Methods
2628
| Method | Description |
2729
| :- | :- |
28-
| [set](/conversion/python-net/groupdocs.conversion.caching/filecache/set/#System.String-System.Object) | Inserts a cache entry into the cache. |
29-
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/filecache/try_get_value/#System.String-any) | Gets the entry associated with this key if present. |
30-
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/filecache/get_keys/#System.String) | Returns all keys matching filter. |
31-
32-
33-
34-
### Remarks
35-
36-
37-
**Learn more** |
38-
|
39-
|
30+
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/filecache/get_keys/#filter) | Returns all keys matching filter. |
31+
| [set](/conversion/python-net/groupdocs.conversion.caching/filecache/set/#key-value) | Inserts a cache entry into the cache. |
32+
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/filecache/try_get_value/#key-value) | Gets the entry associated with the given key if present. |
4033

4134
### See Also
42-
* module [`groupdocs.conversion.caching`](..)
43-
* class [`ICache`](/conversion/python-net/groupdocs.conversion.caching/icache)
35+
* module [`groupdocs.conversion.caching`](/conversion/python-net/groupdocs.conversion.caching/)
Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,28 @@
1-
---
1+
---
22
title: get_keys method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/groupdocs.conversion.caching/filecache/get_keys/
77
is_root: false
8-
weight: 20
8+
weight: 1010
99
---
1010

11-
## get_keys {#System.String}
12-
13-
Returns all keys matching filter.
14-
15-
16-
### Returns
1711

12+
## get_keys {#filter}
1813

19-
Keys matching the filter.
20-
14+
Returns all keys matching filter.
2115

2216
```python
2317
def get_keys(self, filter):
2418
...
2519
```
2620

27-
2821
| Parameter | Type | Description |
2922
| :- | :- | :- |
30-
| filter | System.String | The filter to use. |
31-
23+
| filter | `str` | The filter to use. |
3224

25+
**Returns:** Keys matching the filter.
3326

3427
### See Also
35-
* module [`groupdocs.conversion.caching`](../../)
36-
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache)
28+
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache/)
Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
1-
---
1+
---
22
title: set method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/groupdocs.conversion.caching/filecache/set/
77
is_root: false
8-
weight: 30
8+
weight: 1020
99
---
1010

11-
## set {#System.String-System.Object}
12-
13-
Inserts a cache entry into the cache.
1411

12+
## set {#key-value}
1513

14+
Inserts a cache entry into the cache.
1615

1716
```python
1817
def set(self, key, value):
1918
...
2019
```
2120

22-
2321
| Parameter | Type | Description |
2422
| :- | :- | :- |
25-
| key | System.String | A unique identifier for the cache entry. |
26-
| value | System.Object | The object to insert. |
27-
28-
23+
| key | `str` | A unique identifier for the cache entry. |
24+
| value | `Any` | The object to insert. |
2925

3026
### See Also
31-
* module [`groupdocs.conversion.caching`](../../)
32-
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache)
27+
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache/)
Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
1-
---
1+
---
22
title: try_get_value method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/groupdocs.conversion.caching/filecache/try_get_value/
77
is_root: false
8-
weight: 40
8+
weight: 1030
99
---
1010

11-
## try_get_value {#System.String-any}
12-
13-
Gets the entry associated with this key if present.
14-
15-
16-
### Returns
1711

12+
## try_get_value {#key-value}
1813

19-
if the key was found.
20-
14+
Gets the entry associated with the given key if present.
2115

2216
```python
2317
def try_get_value(self, key, value):
2418
...
2519
```
2620

27-
2821
| Parameter | Type | Description |
2922
| :- | :- | :- |
30-
| key | System.String | A key identifying the requested entry. |
31-
| value | any | The located value or null. |
32-
23+
| key | `str` | A key identifying the requested entry. |
24+
| value | `System.Object&` | The located value or None. |
3325

26+
**Returns:** bool: True if the key was found.
3427

3528
### See Also
36-
* module [`groupdocs.conversion.caching`](../../)
37-
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache)
29+
* class [`FileCache`](/conversion/python-net/groupdocs.conversion.caching/filecache/)
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
title: MemoryCache constructor
1+
---
2+
title: __init__ constructor
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
@@ -8,21 +8,15 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#}
12-
13-
Creates new instance of MemoryCache class
1411

12+
## __init__
1513

14+
Initializes a new instance of the MemoryCache class.
1615

1716
```python
1817
def __init__(self):
1918
...
2019
```
2120

22-
23-
24-
25-
2621
### See Also
27-
* module [`groupdocs.conversion.caching`](../../)
28-
* class [`MemoryCache`](/conversion/python-net/groupdocs.conversion.caching/memorycache)
22+
* class [`MemoryCache`](/conversion/python-net/groupdocs.conversion.caching/memorycache/)
Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,35 @@
1-
---
1+
---
22
title: MemoryCache class
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
66
url: /python-net/groupdocs.conversion.caching/memorycache/
77
is_root: false
8-
weight: 30
8+
weight: 20
99
---
1010

11+
1112
## MemoryCache class
1213

13-
Memory caching behaviour. Means that cache is stored in the memory
14+
Memory caching behaviour; the cache is stored in memory.
1415

16+
Learn more
1517

18+
- More about caching and optimizing conversion process performance: [Caching conversion results](https://docs.groupdocs.com/display/conversionnet/Caching)
1619

1720
The MemoryCache type exposes the following members:
1821

1922
### Constructors
2023
| Constructor | Description |
2124
| :- | :- |
22-
| [__init__](/conversion/python-net/groupdocs.conversion.caching/memorycache/__init__/#) | Creates new instance of MemoryCache class |
23-
25+
| [__init__](/conversion/python-net/groupdocs.conversion.caching/memorycache/__init__/) | Initializes a new instance of the MemoryCache class. |
2426

2527
### Methods
2628
| Method | Description |
2729
| :- | :- |
28-
| [set](/conversion/python-net/groupdocs.conversion.caching/memorycache/set/#System.String-System.Object) | Inserts a cache entry into the cache. |
29-
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/memorycache/try_get_value/#System.String-any) | Gets the entry associated with this key if present. |
30-
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/memorycache/get_keys/#System.String) | Returns all keys matching filter. |
31-
32-
33-
34-
### Remarks
35-
36-
37-
**Learn more** |
38-
|
39-
|
30+
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/memorycache/get_keys/#filter) | Returns all keys matching filter. |
31+
| [set](/conversion/python-net/groupdocs.conversion.caching/memorycache/set/#key-value) | Inserts a cache entry into the cache. |
32+
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/memorycache/try_get_value/#key-value) | Gets the entry associated with this key if present. |
4033

4134
### See Also
42-
* module [`groupdocs.conversion.caching`](..)
43-
* class [`ICache`](/conversion/python-net/groupdocs.conversion.caching/icache)
35+
* module [`groupdocs.conversion.caching`](/conversion/python-net/groupdocs.conversion.caching/)

0 commit comments

Comments
 (0)