Skip to content

Commit 8bf0238

Browse files
author
yevgen-nykytenko
committed
Update content 2026-05-28 09:22:18
1 parent 1beb6df commit 8bf0238

211 files changed

Lines changed: 4504 additions & 2006 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.

english/java/_index.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,30 @@ is_root: true
1010
## Packages
1111
| Package | Description |
1212
| --- | --- |
13-
| [com.groupdocs.conversion](./com.groupdocs.conversion) | The scope for GroupDocs.Conversion classes |
14-
| [com.groupdocs.conversion.caching](./com.groupdocs.conversion.caching) | The GroupDocs.Conversion.Caching namespace provides classes for customizing caching behaviour. |
15-
| [com.groupdocs.conversion.contracts](./com.groupdocs.conversion.contracts) | The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc. |
16-
| [com.groupdocs.conversion.contracts.documentinfo](./com.groupdocs.conversion.contracts.documentinfo) | The GroupDocs.Conversion.Contracts.Documentinfo namespace provides metadata for a document. |
17-
| [com.groupdocs.conversion.exceptions](./com.groupdocs.conversion.exceptions) | The GroupDocs.Conversion.Exceptions namespace provides different exceptions classes. |
18-
| [com.groupdocs.conversion.filetypes](./com.groupdocs.conversion.filetypes) | The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types. |
13+
| [com.groupdocs.conversion](./com.groupdocs.conversion) | The scope for GroupDocs.Conversion classes
14+
|
15+
| [com.groupdocs.conversion.caching](./com.groupdocs.conversion.caching) | The GroupDocs.Conversion.Caching namespace provides classes for customizing caching behaviour.
16+
|
17+
| [com.groupdocs.conversion.contracts](./com.groupdocs.conversion.contracts) | The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
18+
|
19+
| [com.groupdocs.conversion.contracts.documentinfo](./com.groupdocs.conversion.contracts.documentinfo) | The GroupDocs.Conversion.Contracts.Documentinfo namespace provides metadata for a document.
20+
|
21+
| [com.groupdocs.conversion.exceptions](./com.groupdocs.conversion.exceptions) | The GroupDocs.Conversion.Exceptions namespace provides different exceptions classes.
22+
|
23+
| [com.groupdocs.conversion.filetypes](./com.groupdocs.conversion.filetypes) | The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
24+
|
1925
| [com.groupdocs.conversion.fluent](./com.groupdocs.conversion.fluent) | |
2026
| [com.groupdocs.conversion.integration.audio](./com.groupdocs.conversion.integration.audio) | |
21-
| [com.groupdocs.conversion.integration.ocr](./com.groupdocs.conversion.integration.ocr) | The GroupDocs.Conversion.Integration.Ocr package provides metadata for a OCR. |
27+
| [com.groupdocs.conversion.integration.ocr](./com.groupdocs.conversion.integration.ocr) | The GroupDocs.Conversion.Integration.Ocr package provides metadata for a OCR.
28+
|
2229
| [com.groupdocs.conversion.integration.video](./com.groupdocs.conversion.integration.video) | |
23-
| [com.groupdocs.conversion.licensing](./com.groupdocs.conversion.licensing) | The GroupDocs.Conversion.Legacy.Licensing namespace provides classes for applying of the license |
24-
| [com.groupdocs.conversion.logging](./com.groupdocs.conversion.logging) | The GroupDocs.Conversion.Logging namespace provides classes for customizing logging behaviour. |
25-
| [com.groupdocs.conversion.options.convert](./com.groupdocs.conversion.options.convert) | The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process. |
26-
| [com.groupdocs.conversion.options.load](./com.groupdocs.conversion.options.load) | The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process. |
27-
| [com.groupdocs.conversion.reporting](./com.groupdocs.conversion.reporting) | The GroupDocs.Conversion.Options.Load namespace provides classes to implement converter listening. |
30+
| [com.groupdocs.conversion.licensing](./com.groupdocs.conversion.licensing) | The GroupDocs.Conversion.Legacy.Licensing namespace provides classes for applying of the license
31+
|
32+
| [com.groupdocs.conversion.logging](./com.groupdocs.conversion.logging) | The GroupDocs.Conversion.Logging namespace provides classes for customizing logging behaviour.
33+
|
34+
| [com.groupdocs.conversion.options.convert](./com.groupdocs.conversion.options.convert) | The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
35+
|
36+
| [com.groupdocs.conversion.options.load](./com.groupdocs.conversion.options.load) | The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
37+
|
38+
| [com.groupdocs.conversion.reporting](./com.groupdocs.conversion.reporting) | The GroupDocs.Conversion.Options.Load namespace provides classes to implement converter listening.
39+
|

english/java/com.groupdocs.conversion.caching/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ url: /java/com.groupdocs.conversion.caching/
88
---
99

1010
The GroupDocs.Conversion.Caching namespace provides classes for customizing caching behaviour.
11+
**Learn more** More about caching and optimizing conversion process performance: [Caching conversion results](../https://docs.groupdocs.com/display/conversionnet/Caching)
1112

12-
**Learn more**More about caching and optimizing conversion process performance: [Caching conversion results][]
13-
14-
15-
[Caching conversion results]: https://docs.groupdocs.com/display/conversionnet/Caching
1613

1714

1815
## Classes

english/java/com.groupdocs.conversion.caching/filecache/_index.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,24 @@ java.lang.Object
1515
public final class FileCache implements ICache
1616
```
1717

18-
File caching behaviour. Means that cache is stored on the file system **Learn more**More about caching and optimizing conversion process performance: [Caching conversion results][]
18+
File caching behaviour. Means that cache is stored on the file system **Learn more** More about caching and optimizing conversion process performance: [Caching conversion results](../https://docs.groupdocs.com/display/conversionnet/Caching)
1919

20-
21-
[Caching conversion results]: https://docs.groupdocs.com/display/conversionnet/Caching
2220
## Constructors
2321

2422
| Constructor | Description |
2523
| --- | --- |
26-
| [FileCache(String cachePath)](#FileCache-java.lang.String-) | Creates new instance of FileCache class |
24+
| [FileCache(String cachePath)](#FileCache-java.lang.String-) | Creates new instance of FileCache class
25+
|
2726
## Methods
2827

2928
| Method | Description |
3029
| --- | --- |
31-
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache. |
32-
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present. |
33-
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter. |
30+
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache.
31+
|
32+
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present.
33+
|
34+
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter.
35+
|
3436
### FileCache(String cachePath) {#FileCache-java.lang.String-}
3537
```
3638
public FileCache(String cachePath)
@@ -39,10 +41,12 @@ public FileCache(String cachePath)
3941

4042
Creates new instance of FileCache class
4143

44+
4245
**Parameters:**
4346
| Parameter | Type | Description |
4447
| --- | --- | --- |
45-
| cachePath | java.lang.String | Relative or absolute path where document cache will be stored |
48+
| cachePath | java.lang.String | Relative or absolute path where document cache will be stored
49+
|
4650

4751
### set(String key, Object value) {#set-java.lang.String-java.lang.Object-}
4852
```
@@ -52,11 +56,14 @@ public void set(String key, Object value)
5256

5357
Inserts a cache entry into the cache.
5458

59+
5560
**Parameters:**
5661
| Parameter | Type | Description |
5762
| --- | --- | --- |
58-
| key | java.lang.String | A unique identifier for the cache entry. |
59-
| value | java.lang.Object | The object to insert. |
63+
| key | java.lang.String | A unique identifier for the cache entry.
64+
|
65+
| value | java.lang.Object | The object to insert.
66+
|
6067

6168
### tryGetValue(String key) {#tryGetValue-java.lang.String-}
6269
```
@@ -66,13 +73,16 @@ public Object tryGetValue(String key)
6673

6774
Gets the entry associated with this key if present.
6875

76+
6977
**Parameters:**
7078
| Parameter | Type | Description |
7179
| --- | --- | --- |
72-
| key | java.lang.String | A key identifying the requested entry. |
80+
| key | java.lang.String | A key identifying the requested entry.
81+
|
7382

7483
**Returns:**
7584
java.lang.Object - Object if the key was found or else null.
85+
7686
### getKeys(String filter) {#getKeys-java.lang.String-}
7787
```
7888
public Iterable<String> getKeys(String filter)
@@ -81,10 +91,13 @@ public Iterable<String> getKeys(String filter)
8191

8292
Returns all keys matching filter.
8393

94+
8495
**Parameters:**
8596
| Parameter | Type | Description |
8697
| --- | --- | --- |
87-
| filter | java.lang.String | The filter to use. |
98+
| filter | java.lang.String | The filter to use.
99+
|
88100

89101
**Returns:**
90102
java.lang.Iterable<java.lang.String> - Keys matching the filter.
103+

english/java/com.groupdocs.conversion.caching/icache/_index.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ public interface ICache
1010
```
1111

1212
Defines methods required for storing rendered document and document resources \\u0441ache.
13+
1314
## Methods
1415

1516
| Method | Description |
1617
| --- | --- |
17-
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache. |
18-
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present. |
19-
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter. |
18+
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache.
19+
|
20+
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present.
21+
|
22+
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter.
23+
|
2024
### set(String key, Object value) {#set-java.lang.String-java.lang.Object-}
2125
```
2226
public abstract void set(String key, Object value)
@@ -25,11 +29,14 @@ public abstract void set(String key, Object value)
2529

2630
Inserts a cache entry into the cache.
2731

32+
2833
**Parameters:**
2934
| Parameter | Type | Description |
3035
| --- | --- | --- |
31-
| key | java.lang.String | A unique identifier for the cache entry. |
32-
| value | java.lang.Object | The object to insert. |
36+
| key | java.lang.String | A unique identifier for the cache entry.
37+
|
38+
| value | java.lang.Object | The object to insert.
39+
|
3340

3441
### tryGetValue(String key) {#tryGetValue-java.lang.String-}
3542
```
@@ -39,13 +46,16 @@ public abstract Object tryGetValue(String key)
3946

4047
Gets the entry associated with this key if present.
4148

49+
4250
**Parameters:**
4351
| Parameter | Type | Description |
4452
| --- | --- | --- |
45-
| key | java.lang.String | A key identifying the requested entry. |
53+
| key | java.lang.String | A key identifying the requested entry.
54+
|
4655

4756
**Returns:**
4857
java.lang.Object - Object if the key was found or else null.
58+
4959
### getKeys(String filter) {#getKeys-java.lang.String-}
5060
```
5161
public abstract Iterable<String> getKeys(String filter)
@@ -54,10 +64,13 @@ public abstract Iterable<String> getKeys(String filter)
5464

5565
Returns all keys matching filter.
5666

67+
5768
**Parameters:**
5869
| Parameter | Type | Description |
5970
| --- | --- | --- |
60-
| filter | java.lang.String | The filter to use. |
71+
| filter | java.lang.String | The filter to use.
72+
|
6173

6274
**Returns:**
6375
java.lang.Iterable<java.lang.String> - Keys matching the filter.
76+

english/java/com.groupdocs.conversion.caching/memorycache/_index.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,24 @@ java.lang.Object
1515
public class MemoryCache implements ICache
1616
```
1717

18-
Memory caching behaviour. Means that cache is stored in the memory **Learn more**More about caching and optimizing conversion process performance: [Caching conversion results][]
18+
Memory caching behaviour. Means that cache is stored in the memory **Learn more** More about caching and optimizing conversion process performance: [Caching conversion results](../https://docs.groupdocs.com/display/conversionnet/Caching)
1919

20-
21-
[Caching conversion results]: https://docs.groupdocs.com/display/conversionnet/Caching
2220
## Constructors
2321

2422
| Constructor | Description |
2523
| --- | --- |
26-
| [MemoryCache()](#MemoryCache--) | Creates new instance of MemoryCache class |
24+
| [MemoryCache()](#MemoryCache--) | Creates new instance of MemoryCache class
25+
|
2726
## Methods
2827

2928
| Method | Description |
3029
| --- | --- |
31-
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache. |
32-
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present. |
33-
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter. |
30+
| [set(String key, Object value)](#set-java.lang.String-java.lang.Object-) | Inserts a cache entry into the cache.
31+
|
32+
| [tryGetValue(String key)](#tryGetValue-java.lang.String-) | Gets the entry associated with this key if present.
33+
|
34+
| [getKeys(String filter)](#getKeys-java.lang.String-) | Returns all keys matching filter.
35+
|
3436
### MemoryCache() {#MemoryCache--}
3537
```
3638
public MemoryCache()
@@ -39,6 +41,7 @@ public MemoryCache()
3941

4042
Creates new instance of MemoryCache class
4143

44+
4245
### set(String key, Object value) {#set-java.lang.String-java.lang.Object-}
4346
```
4447
public void set(String key, Object value)
@@ -47,11 +50,14 @@ public void set(String key, Object value)
4750

4851
Inserts a cache entry into the cache.
4952

53+
5054
**Parameters:**
5155
| Parameter | Type | Description |
5256
| --- | --- | --- |
53-
| key | java.lang.String | A unique identifier for the cache entry. |
54-
| value | java.lang.Object | The object to insert. |
57+
| key | java.lang.String | A unique identifier for the cache entry.
58+
|
59+
| value | java.lang.Object | The object to insert.
60+
|
5561

5662
### tryGetValue(String key) {#tryGetValue-java.lang.String-}
5763
```
@@ -61,13 +67,16 @@ public Object tryGetValue(String key)
6167

6268
Gets the entry associated with this key if present.
6369

70+
6471
**Parameters:**
6572
| Parameter | Type | Description |
6673
| --- | --- | --- |
67-
| key | java.lang.String | A key identifying the requested entry. |
74+
| key | java.lang.String | A key identifying the requested entry.
75+
|
6876

6977
**Returns:**
7078
java.lang.Object - The located value or null.
79+
7180
### getKeys(String filter) {#getKeys-java.lang.String-}
7281
```
7382
public Iterable<String> getKeys(String filter)
@@ -76,10 +85,13 @@ public Iterable<String> getKeys(String filter)
7685

7786
Returns all keys matching filter.
7887

88+
7989
**Parameters:**
8090
| Parameter | Type | Description |
8191
| --- | --- | --- |
82-
| filter | java.lang.String | he filter to use. |
92+
| filter | java.lang.String | he filter to use.
93+
|
8394

8495
**Returns:**
8596
java.lang.Iterable<java.lang.String> - Keys matching the filter.
97+

english/java/com.groupdocs.conversion.contracts.documentinfo/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ url: /java/com.groupdocs.conversion.contracts.documentinfo/
1010
The GroupDocs.Conversion.Contracts.Documentinfo namespace provides metadata for a document.
1111

1212

13+
1314
## Classes
1415

1516
| Class | Description |

english/java/com.groupdocs.conversion.contracts.documentinfo/audiodocumentinfo/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class AudioDocumentInfo extends DocumentInfo
1313
```
1414

1515
Contains Audio document metadata
16+
1617
## Constructors
1718

1819
| Constructor | Description |

english/java/com.groupdocs.conversion.contracts.documentinfo/caddocumentinfo/_index.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class CadDocumentInfo extends DocumentInfo
1313
```
1414

1515
Contains Cad document metadata
16+
1617
## Constructors
1718

1819
| Constructor | Description |
@@ -22,10 +23,14 @@ Contains Cad document metadata
2223

2324
| Method | Description |
2425
| --- | --- |
25-
| [getWidth()](#getWidth--) | width |
26-
| [getHeight()](#getHeight--) | height |
27-
| [getLayouts()](#getLayouts--) | layouts in the document |
28-
| [getLayers()](#getLayers--) | layers in the document |
26+
| [getWidth()](#getWidth--) | width
27+
|
28+
| [getHeight()](#getHeight--) | height
29+
|
30+
| [getLayouts()](#getLayouts--) | layouts in the document
31+
|
32+
| [getLayers()](#getLayers--) | layers in the document
33+
|
2934
### CadDocumentInfo(Image cad, FileType format, long size) {#CadDocumentInfo-com.aspose.cad.Image-com.groupdocs.conversion.filetypes.FileType-long-}
3035
```
3136
public CadDocumentInfo(Image cad, FileType format, long size)
@@ -47,8 +52,10 @@ public int getWidth()
4752

4853
width
4954

55+
5056
**Returns:**
5157
int - width
58+
5259
### getHeight() {#getHeight--}
5360
```
5461
public int getHeight()
@@ -57,8 +64,10 @@ public int getHeight()
5764

5865
height
5966

67+
6068
**Returns:**
6169
int - height
70+
6271
### getLayouts() {#getLayouts--}
6372
```
6473
public List<String> getLayouts()
@@ -67,8 +76,10 @@ public List<String> getLayouts()
6776

6877
layouts in the document
6978

79+
7080
**Returns:**
7181
java.util.List<java.lang.String> - layouts in the document
82+
7283
### getLayers() {#getLayers--}
7384
```
7485
public List<String> getLayers()
@@ -77,5 +88,7 @@ public List<String> getLayers()
7788

7889
layers in the document
7990

91+
8092
**Returns:**
8193
java.util.List<java.lang.String> - layers in the document
94+

0 commit comments

Comments
 (0)