You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains Markdown files used to generate [GroupDocs.Conversion](https://docs.groupdocs.com/conversion/) static documentation.
4
+
5
+
## About GroupDocs.Conversion
6
+
7
+
[GroupDocs.Conversion](https://products.groupdocs.com/conversion/) is a document conversion SDK that enables you to convert files between 100+ formats including PDF, Word, Excel, PowerPoint, images, and more.
8
+
9
+
Available for .NET, Java, Node.js, and Python.
10
+
11
+
## Repository Purpose
12
+
13
+
The files in this repository are used to:
14
+
15
+
- Build and maintain the official [documentation](https://docs.groupdocs.com/conversion/).
16
+
- Ensure documentation is always up-to-date with the latest product release.
17
+
- Provide a consistent structure for automated builds and publication.
18
+
19
+
## How to Use
20
+
21
+
This repository is not meant for direct use, as it contains source files for generating static content with Hugo.
Copy file name to clipboardExpand all lines: python-net/_index.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,39 @@ id: home
3
3
url: conversion/python-net
4
4
title: GroupDocs.Conversion for Python via .NET
5
5
weight: 1
6
-
description: "GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more."
7
-
keywords: GroupDocs.Conversion for Python via .NET, document conversion, convert files, Python, file format conversion
6
+
description: "Native Python library that converts documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, and archives — on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required."
[GroupDocs.Conversion for Python via .NET](https://products.groupdocs.com/conversion/python-net/) is a document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and more. It preserves layout and formatting, offering extensive customization options for each format.
21
25
26
+
<divstyle="clear:left"></div>
27
+
28
+
## Quick example
29
+
30
+
```python
31
+
from groupdocs.conversion import Converter
32
+
from groupdocs.conversion.options.convert import PdfConvertOptions
33
+
34
+
# Convert a DOCX file to PDF
35
+
with Converter("business-plan.docx") as converter:
-**Wide Format Support**: Supports over 10,000 conversion pairs across popular formats like Microsoft Office, PDF, HTML, and more.
@@ -27,7 +44,7 @@ structuredData:
27
44
28
45
## Supported File Formats
29
46
30
-
GroupDocs.Conversion supports a wide range of file formats. For a complete list, see the [full list of supported formats]({{< ref "conversion/python-net/supported-file-formats" >}}).
47
+
GroupDocs.Conversion supports a wide range of file formats. For a complete list, see the [full list of supported formats]({{< ref "conversion/python-net/getting-started/supported-document-formats.md" >}}).
31
48
32
49
-**Microsoft Office** (Word, Excel, PowerPoint)
33
50
-**PDF** (Standard PDFs, PDF/A)
@@ -42,7 +59,7 @@ GroupDocs.Conversion supports a wide range of file formats. For a complete list,
42
59
43
60
## Getting Started
44
61
45
-
To get started, refer to the [System Requirements]({{< ref "conversion/python-net/system-requirements" >}}), [Supported File Formats]({{< ref "conversion/python-net/supported-file-formats" >}}), [Installation]({{< ref "conversion/python-net/getting-started/installation" >}}), and [Quick Start Guide]({{< ref "conversion/python-net/getting-started/quick-start-guide" >}}) sections for setup instructions.
62
+
To get started, refer to the [System Requirements]({{< ref "conversion/python-net/getting-started/system-requirements.md" >}}), [Supported File Formats]({{< ref "conversion/python-net/getting-started/supported-document-formats.md" >}}), [Installation]({{< ref "conversion/python-net/getting-started/installation" >}}), and [Quick Start Guide]({{< ref "conversion/python-net/getting-started/quick-start-guide" >}}) sections for setup instructions.
0 commit comments