Skip to content

Commit 2b8895e

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent a1de359 commit 2b8895e

307 files changed

Lines changed: 1217 additions & 942 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 GroupDocs.Conversion Product Family
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# GroupDocs.Conversion — API Reference Source Files
2+
3+
This repository holds the Markdown source files used to generate the **GroupDocs.Conversion**
4+
API reference, published at <https://reference.groupdocs.com/conversion/>.
5+
6+
## About GroupDocs.Conversion
7+
8+
[GroupDocs.Conversion](https://products.groupdocs.com/conversion/) is a developer API for document
9+
processing: convert between 170+ document and image formats — PDF, Office, CAD, email, and more. It is available for the following platforms, each with its own
10+
API reference:
11+
12+
- **.NET**<https://reference.groupdocs.com/conversion/net/>
13+
- **Java**<https://reference.groupdocs.com/conversion/java/>
14+
- **Node.js via Java**<https://reference.groupdocs.com/conversion/nodejs-java/>
15+
- **Python via .NET**<https://reference.groupdocs.com/conversion/python-net/>
16+
17+
## Repository purpose
18+
19+
The files in this repository are used to:
20+
21+
- Build and maintain the official **GroupDocs.Conversion** API reference.
22+
- Keep the reference in sync with the latest product release.
23+
- Provide a consistent structure for automated Hugo builds and publication.
24+
25+
Content is English-only and compiled into a static site with [Hugo](https://gohugo.io/).
26+
27+
## Resources
28+
29+
- 📚 Documentation — <https://docs.groupdocs.com/conversion/>
30+
- 💻 Code examples — <https://github.com/groupdocs-conversion>
31+
- 🏷️ Releases & changelog — <https://releases.groupdocs.com/conversion/>
32+
- 💬 Support forum — <https://forum.groupdocs.com/c/conversion/>
33+
- 🌐 Product page — <https://products.groupdocs.com/conversion/>
34+
35+
## How to use
36+
37+
This repository is not intended for direct use — it contains the source files that
38+
Hugo compiles into the published API reference. Browse the live reference using the
39+
links above.
40+
41+
## License
42+
43+
The documentation source files in this repository are licensed under the
44+
[MIT License](LICENSE).

content/sites/groupdocs/conversion/english/net/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Conversion for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "26.3"
8+
version: "26.6"
99
---
1010

1111
## Namespaces
@@ -26,6 +26,5 @@ version: "26.3"
2626
| [GroupDocs.Conversion.Options](./groupdocs.conversion.options) | The namespace provides classes to specify additional options for document loading and conversion process. |
2727
| [GroupDocs.Conversion.Options.Convert](./groupdocs.conversion.options.convert) | The namespace provides classes to specify additional options for document conversion process. |
2828
| [GroupDocs.Conversion.Options.Load](./groupdocs.conversion.options.load) | The namespace provides classes to specify additional options for document loading process. |
29-
| [GroupDocs.Conversion.Reporting](./groupdocs.conversion.reporting) | The namespace provides classes for monitoring conversion status and progress. |
3029

3130
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/conversionbypagefailedexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ConversionByPageFailedException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Conversion by page failed exception
55
type: docs
6-
weight: 850
6+
weight: 860
77
url: /net/groupdocs.conversion.exceptions/conversionbypagefailedexception/
88
---
99
## ConversionByPageFailedException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/conversionfailedexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ConversionFailedException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Conversion failed exception
55
type: docs
6-
weight: 860
6+
weight: 870
77
url: /net/groupdocs.conversion.exceptions/conversionfailedexception/
88
---
99
## ConversionFailedException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/conversionnotsupportedexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ConversionNotSupportedException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs exception thrown when the conversion from source file to target file type is not supported
55
type: docs
6-
weight: 870
6+
weight: 880
77
url: /net/groupdocs.conversion.exceptions/conversionnotsupportedexception/
88
---
99
## ConversionNotSupportedException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/corruptordamagedfileexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CorruptOrDamagedFileException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs exception thrown when the file is corrupt or damaged
55
type: docs
6-
weight: 880
6+
weight: 890
77
url: /net/groupdocs.conversion.exceptions/corruptordamagedfileexception/
88
---
99
## CorruptOrDamagedFileException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/filetypenotsupportedexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FileTypeNotSupportedException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs exception thrown when the file type is not supported
55
type: docs
6-
weight: 890
6+
weight: 900
77
url: /net/groupdocs.conversion.exceptions/filetypenotsupportedexception/
88
---
99
## FileTypeNotSupportedException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/fontsubstituteexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FontSubstituteException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Thrown if font substitute is illegal
55
type: docs
6-
weight: 900
6+
weight: 910
77
url: /net/groupdocs.conversion.exceptions/fontsubstituteexception/
88
---
99
## FontSubstituteException class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/groupdocsconversionexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GroupDocsConversionException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs.Conversion general exception
55
type: docs
6-
weight: 910
6+
weight: 920
77
url: /net/groupdocs.conversion.exceptions/groupdocsconversionexception/
88
---
99
## GroupDocsConversionException class

0 commit comments

Comments
 (0)