From ac9383429fa6fff957b4f1a7eea6d660aca779c8 Mon Sep 17 00:00:00 2001 From: Nikola Yankov Date: Wed, 18 Dec 2024 16:34:14 +0200 Subject: [PATCH] update conversion landing pages --- content/conversion/_index.de.md | 42 ++- content/conversion/_index.en.md | 42 ++- content/conversion/_index.es.md | 42 ++- content/conversion/_index.fa.md | 42 ++- content/conversion/_index.fr.md | 42 ++- content/conversion/_index.id.md | 42 ++- content/conversion/_index.it.md | 42 ++- content/conversion/_index.ja.md | 42 ++- content/conversion/_index.ko.md | 42 ++- content/conversion/_index.pt.md | 42 ++- content/conversion/_index.ru.md | 42 ++- content/conversion/_index.th.md | 42 ++- content/conversion/_index.uk.md | 42 ++- content/conversion/_index.vi.md | 42 ++- content/conversion/_index.zh.md | 42 ++- content/conversion/nodejs-java/_index.de.md | 4 +- content/conversion/nodejs-java/_index.en.md | 4 +- content/conversion/nodejs-java/_index.es.md | 4 +- content/conversion/nodejs-java/_index.fa.md | 4 +- content/conversion/nodejs-java/_index.fr.md | 4 +- content/conversion/nodejs-java/_index.id.md | 4 +- content/conversion/nodejs-java/_index.it.md | 4 +- content/conversion/nodejs-java/_index.ja.md | 4 +- content/conversion/nodejs-java/_index.ko.md | 4 +- content/conversion/nodejs-java/_index.pt.md | 4 +- content/conversion/nodejs-java/_index.ru.md | 4 +- content/conversion/nodejs-java/_index.th.md | 4 +- content/conversion/nodejs-java/_index.uk.md | 4 +- content/conversion/nodejs-java/_index.vi.md | 4 +- content/conversion/nodejs-java/_index.zh.md | 4 +- content/conversion/python-net/_index.de.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.en.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.es.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.fa.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.fr.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.id.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.it.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.ja.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.ko.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.pt.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.ru.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.th.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.uk.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.vi.md | 285 ++++++++++++++++++++ content/conversion/python-net/_index.zh.md | 285 ++++++++++++++++++++ 45 files changed, 4875 insertions(+), 90 deletions(-) create mode 100644 content/conversion/python-net/_index.de.md create mode 100644 content/conversion/python-net/_index.en.md create mode 100644 content/conversion/python-net/_index.es.md create mode 100644 content/conversion/python-net/_index.fa.md create mode 100644 content/conversion/python-net/_index.fr.md create mode 100644 content/conversion/python-net/_index.id.md create mode 100644 content/conversion/python-net/_index.it.md create mode 100644 content/conversion/python-net/_index.ja.md create mode 100644 content/conversion/python-net/_index.ko.md create mode 100644 content/conversion/python-net/_index.pt.md create mode 100644 content/conversion/python-net/_index.ru.md create mode 100644 content/conversion/python-net/_index.th.md create mode 100644 content/conversion/python-net/_index.uk.md create mode 100644 content/conversion/python-net/_index.vi.md create mode 100644 content/conversion/python-net/_index.zh.md diff --git a/content/conversion/_index.de.md b/content/conversion/_index.de.md index 5d48ad2f903..14e1fa827ec 100644 --- a/content/conversion/_index.de.md +++ b/content/conversion/_index.de.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ Konvertierungspaare" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ Konvertierungspaare" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Codebeispiele für GroupDocs.Conversion" - description: "Einige Anwendungsfälle typischer GroupDocs.Conversion-Operationen in C#, Java, TypeScript" + description: "Einige Anwendungsfälle typischer GroupDocs.Conversion-Operationen in C#, Java, TypeScript, Python" items: # code sample loop - title: "PDF in DOCX in wenigen Zeilen Code konvertieren" @@ -161,6 +179,17 @@ code_samples: // In das DOCX-Format konvertieren converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Die Ausgangs-PDF-Datei laden + converter = Converter("sample.pdf") + # Die Konvertierungsoptionen für das DOCX-Format festlegen + convert_options = WordProcessingConvertOptions() + # In das DOCX-Format konvertieren + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Nutzen Sie die cURL-RESTful-Dateikonvertierungs-API, um eine Vielzahl von Dateiformaten wie Microsoft Office, PDF, E-Mail, Projekt, HTML und mehr innerhalb Ihrer Anwendungen mühelos zu konvertieren." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.en.md b/content/conversion/_index.en.md index 94ae835bff8..0a8c1994ce3 100644 --- a/content/conversion/_index.en.md +++ b/content/conversion/_index.en.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ conversion pairs" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ conversion pairs" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "GroupDocs.Conversion code samples" - description: "Some use cases of typical GroupDocs.Conversion operations in C#, Java, TypeScript" + description: "Some use cases of typical GroupDocs.Conversion operations in C#, Java, TypeScript, Python" items: # code sample loop - title: "Convert PDF to DOCX in several lines of code" @@ -161,6 +179,17 @@ code_samples: // Convert to DOCX format converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Load the source PDF file + converter = Converter("sample.pdf") + # Set the convert options for DOCX format + convert_options = WordProcessingConvertOptions() + # Convert to DOCX format + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Leverage the cURL RESTful file conversion API to effortlessly convert a variety of file formats, including Microsoft Office, PDF, Email, Project, HTML, and more, within your applications." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.es.md b/content/conversion/_index.es.md index 935ee200bf8..363702c64ff 100644 --- a/content/conversion/_index.es.md +++ b/content/conversion/_index.es.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "Más de 3K pares de conversiones" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "Más de 3K pares de conversiones" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Ejemplos de código de GroupDocs.Conversion" - description: "Algunos casos de uso de operaciones típicas de GroupDocs.Conversion en C#, Java, TypeScript" + description: "Algunos casos de uso de operaciones típicas de GroupDocs.Conversion en C#, Java, TypeScript, Python" items: # code sample loop - title: "Convertir PDF a DOCX en varias líneas de código" @@ -161,6 +179,17 @@ code_samples: // Convertir al formato DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Cargar el archivo PDF de origen + converter = Converter("sample.pdf") + # Establecer las opciones de conversión para el formato DOCX + convert_options = WordProcessingConvertOptions() + # Convertir al formato DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Aproveche la API RESTful de conversión de archivos con cURL para convertir fácilmente una variedad de formatos de archivo, incluidos Microsoft Office, PDF, Email, Project, HTML y más, dentro de sus aplicaciones." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.fa.md b/content/conversion/_index.fa.md index e72909e0b93..f0e933f352c 100644 --- a/content/conversion/_index.fa.md +++ b/content/conversion/_index.fa.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "بیش از 3K جفت تبدیل" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "بیش از 3K جفت تبدیل" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "نمونه‌های کد GroupDocs.Conversion" - description: "برخی از موارد استفاده از عملیات‌های معمولی GroupDocs.Conversion در C#، Java، TypeScript" + description: "برخی از موارد استفاده از عملیات‌های معمولی GroupDocs.Conversion در C#، Java، TypeScript، Python" items: # code sample loop - title: "تبدیل PDF به DOCX در چند خط کد" @@ -161,6 +179,17 @@ code_samples: // به فرمت DOCX تبدیل کنید converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # فایل PDF منبع را بارگیری کنید + converter = Converter("sample.pdf") + # گزینه‌های تبدیل را برای فرمت DOCX تنظیم کنید + convert_options = WordProcessingConvertOptions() + # به فرمت DOCX تبدیل کنید + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "از API تبدیل فایل RESTful cURL برای به‌سادگی تبدیل انواع مختلفی از فرمت‌های فایل، از جمله Microsoft Office، PDF، Email، Project، HTML و غیره، در برنامه‌های خود استفاده کنید." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.fr.md b/content/conversion/_index.fr.md index 42f0bd2b431..6d40ef333a1 100644 --- a/content/conversion/_index.fr.md +++ b/content/conversion/_index.fr.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "Plus de 3K paires de conversion" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "Plus de 3K paires de conversion" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Exemples de code GroupDocs.Conversion" - description: "Quelques cas d'utilisation des opérations typiques de GroupDocs.Conversion en C#, Java, TypeScript" + description: "Quelques cas d'utilisation des opérations typiques de GroupDocs.Conversion en C#, Java, TypeScript, Python" items: # code sample loop - title: "Convertir un PDF en DOCX en quelques lignes de code" @@ -161,6 +179,17 @@ code_samples: // Convertir au format DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Chargez le fichier PDF source + converter = Converter("sample.pdf") + # Définissez les options de conversion pour le format DOCX + convert_options = WordProcessingConvertOptions() + # Convertir au format DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Exploitez l'API de conversion de fichiers RESTful cURL pour convertir facilement une variété de formats de fichiers, y compris Microsoft Office, PDF, Email, Project, HTML, et plus encore, au sein de vos applications." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.id.md b/content/conversion/_index.id.md index d4bff0a5d96..5ee208e77dd 100644 --- a/content/conversion/_index.id.md +++ b/content/conversion/_index.id.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "Lebih dari 3K pasangan konversi" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "Lebih dari 3K pasangan konversi" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Contoh kode GroupDocs.Conversion" - description: "Beberapa kasus penggunaan operasi tipikal GroupDocs.Conversion dalam C#, Java, TypeScript" + description: "Beberapa kasus penggunaan operasi tipikal GroupDocs.Conversion dalam C#, Java, TypeScript, Python" items: # code sample loop - title: "Konversi PDF ke DOCX dalam beberapa baris kode" @@ -161,6 +179,17 @@ code_samples: // Konversi ke format DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Muat berkas PDF sumber + converter = Converter("sample.pdf") + # Atur opsi konversi untuk format DOCX + convert_options = WordProcessingConvertOptions() + # Konversi ke format DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Manfaatkan API konversi berkas RESTful cURL untuk dengan mudah mengkonversi berbagai format berkas, termasuk Microsoft Office, PDF, Email, Project, HTML, dan lainnya, dalam aplikasi Anda." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.it.md b/content/conversion/_index.it.md index 5ea06206f20..c6e9128d5dc 100644 --- a/content/conversion/_index.it.md +++ b/content/conversion/_index.it.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "Più di 3.000 coppie di conversione" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "Più di 3.000 coppie di conversione" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Esempi di codice di GroupDocs.Conversion" - description: "Alcuni casi d'uso delle operazioni tipiche di GroupDocs.Conversion in C#, Java, TypeScript" + description: "Alcuni casi d'uso delle operazioni tipiche di GroupDocs.Conversion in C#, Java, TypeScript, Python" items: # code sample loop - title: "Converti PDF in DOCX in poche righe di codice" @@ -161,6 +179,17 @@ code_samples: // Converti in formato DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Carica il file PDF di origine + converter = Converter("sample.pdf") + # Imposta le opzioni di conversione per il formato DOCX + convert_options = WordProcessingConvertOptions() + # Converti in formato DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Sfrutta l'API RESTful di conversione file cURL per convertire senza sforzo una varietà di formati di file, tra cui Microsoft Office, PDF, Email, Project, HTML e altro ancora, all'interno delle tue applicazioni." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.ja.md b/content/conversion/_index.ja.md index 3b3480b41cb..b2e444f4a05 100644 --- a/content/conversion/_index.ja.md +++ b/content/conversion/_index.ja.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3,000以上の変換ペア" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3,000以上の変換ペア" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "GroupDocs.Conversionコードサンプル" - description: "C#、Java、TypeScriptでのGroupDocs.Conversion操作の典型的な使用例" + description: "C#、Java、TypeScript、PythonでのGroupDocs.Conversion操作の典型的な使用例" items: # code sample loop - title: "数行のコードでPDFをDOCXに変換する" @@ -161,6 +179,17 @@ code_samples: // DOCX形式に変換します converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # ソースPDFファイルをロードする + converter = Converter("sample.pdf") + # DOCX形式の変換オプションを設定します + convert_options = WordProcessingConvertOptions() + # DOCX形式に変換します + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "cURL RESTfulファイル変換APIを活用して、Microsoft Office、PDF、Eメール、プロジェクト、HTMLなどさまざまなファイル形式をアプリケーション内で簡単に変換します。" - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.ko.md b/content/conversion/_index.ko.md index cc0508e1247..69fe3217215 100644 --- a/content/conversion/_index.ko.md +++ b/content/conversion/_index.ko.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3천 개 이상의 변환 쌍" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3천 개 이상의 변환 쌍" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "GroupDocs.Conversion 코드 샘플" - description: "C#, Java, TypeScript에서 일반적인 GroupDocs.Conversion 작업의 사용 사례" + description: "C#, Java, TypeScript, Python에서 일반적인 GroupDocs.Conversion 작업의 사용 사례" items: # code sample loop - title: "몇 줄의 코드로 PDF를 DOCX로 변환" @@ -161,6 +179,17 @@ code_samples: // DOCX 형식으로 변환합니다. converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # 소스 PDF 파일을 로드합니다. + converter = Converter("sample.pdf") + # DOCX 형식의 변환 옵션을 설정합니다. + convert_options = WordProcessingConvertOptions() + # DOCX 형식으로 변환합니다. + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "cURL RESTful 파일 변환 API를 활용하여 Microsoft Office, PDF, 이메일, 프로젝트, HTML 등 다양한 파일 형식을 응용 프로그램 내에서 쉽게 변환합니다." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.pt.md b/content/conversion/_index.pt.md index 69729471304..fc397e8eaaa 100644 --- a/content/conversion/_index.pt.md +++ b/content/conversion/_index.pt.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ pares de conversão" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ pares de conversão" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Amostras de código do GroupDocs.Conversion" - description: "Alguns casos de uso de operações típicas do GroupDocs.Conversion em C#, Java, TypeScript" + description: "Alguns casos de uso de operações típicas do GroupDocs.Conversion em C#, Java, TypeScript, Python" items: # code sample loop - title: "Converter PDF para DOCX em algumas linhas de código" @@ -161,6 +179,17 @@ code_samples: // Converter para o formato DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Carregar o arquivo PDF de origem + converter = Converter("sample.pdf") + # Definir as opções de conversão para o formato DOCX + convert_options = WordProcessingConvertOptions() + # Converter para o formato DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Aproveite a API de conversão de arquivos RESTful cURL para converter facilmente uma variedade de formatos de arquivo, incluindo Microsoft Office, PDF, Email, Project, HTML e mais, dentro de seus aplicativos." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.ru.md b/content/conversion/_index.ru.md index 16ae0d612a5..fbbd84a9eb2 100644 --- a/content/conversion/_index.ru.md +++ b/content/conversion/_index.ru.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ пар конвертации" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ пар конвертации" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Примеры кода GroupDocs.Conversion" - description: "Некоторые примеры типичных операций GroupDocs.Conversion на C#, Java, TypeScript" + description: "Некоторые примеры типичных операций GroupDocs.Conversion на C#, Java, TypeScript, Python" items: # code sample loop - title: "Преобразование PDF в DOCX в несколько строк кода" @@ -161,6 +179,17 @@ code_samples: // Преобразовать в формат DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Загрузить исходный файл PDF + converter = Converter("sample.pdf") + # Установить параметры конвертации для формата DOCX + convert_options = WordProcessingConvertOptions() + # Преобразовать в формат DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Используйте RESTful cURL API для конвертации различных форматов файлов, включая Microsoft Office, PDF, Email, Project, HTML и многие другие, внутри ваших приложений." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.th.md b/content/conversion/_index.th.md index 18dd88350e9..4cae4ff314e 100644 --- a/content/conversion/_index.th.md +++ b/content/conversion/_index.th.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ คู่การแปลง" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ คู่การแปลง" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "ตัวอย่างโค้ด GroupDocs.Conversion" - description: "บางกรณีการใช้งานของการดำเนินการทั่วไปของ GroupDocs.Conversion ใน C#, Java, TypeScript" + description: "บางกรณีการใช้งานของการดำเนินการทั่วไปของ GroupDocs.Conversion ใน C#, Java, TypeScript, Python" items: # code sample loop - title: "แปลง PDF เป็น DOCX ในหลายบรรทัดของโค้ด" @@ -161,6 +179,17 @@ code_samples: // แปลงเป็นรูปแบบ DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # โหลดไฟล์ PDF ต้นฉบับ + converter = Converter("sample.pdf") + # ตั้งค่าตัวเลือกการแปลงสำหรับรูปแบบ DOCX + convert_options = WordProcessingConvertOptions() + # แปลงเป็นรูปแบบ DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "ใช้ cURL RESTful สำหรับ API การแปลงไฟล์ให้กับไฟล์หลากหลายรูปแบบ เช่น Microsoft Office, PDF, Email, Project, HTML และอื่นๆ ในแอปพลิเคชันของคุณได้อย่างง่ายดาย" - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.uk.md b/content/conversion/_index.uk.md index f64f10301cb..7a2df4d2d28 100644 --- a/content/conversion/_index.uk.md +++ b/content/conversion/_index.uk.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3К+ пар конвертацій" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3К+ пар конвертацій" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Приклади коду GroupDocs.Conversion" - description: "Деякі випадки типових операцій GroupDocs.Conversion у C#, Java, TypeScript" + description: "Деякі випадки типових операцій GroupDocs.Conversion у C#, Java, TypeScript, Python" items: # code sample loop - title: "Конвертація PDF в DOCX за кілька рядків коду" @@ -161,6 +179,17 @@ code_samples: // Конвертація в формат DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Завантажте початковий файл PDF + converter = Converter("sample.pdf") + # Встановіть параметри конвертації для формату DOCX + convert_options = WordProcessingConvertOptions() + # Конвертація в формат DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Використовуйте cURL RESTful API для конвертації різних форматів файлів, включаючи Microsoft Office, PDF, Email, Project, HTML та інші, у межах ваших програм." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.vi.md b/content/conversion/_index.vi.md index dc42c600316..5d68bc2a828 100644 --- a/content/conversion/_index.vi.md +++ b/content/conversion/_index.vi.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "Hơn 3K cặp chuyển đổi" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "Hơn 3K cặp chuyển đổi" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "Mẫu mã của GroupDocs.Conversion" - description: "Một số trường hợp sử dụng của các thao tác GroupDocs.Conversion điển hình trong C#, Java, TypeScript" + description: "Một số trường hợp sử dụng của các thao tác GroupDocs.Conversion điển hình trong C#, Java, TypeScript, Python" items: # code sample loop - title: "Chuyển đổi PDF sang DOCX trong vài dòng mã" @@ -161,6 +179,17 @@ code_samples: // Chuyển đổi sang định dạng DOCX converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # Tải tệp PDF nguồn + converter = Converter("sample.pdf") + # Thiết lập các tùy chọn chuyển đổi cho định dạng DOCX + convert_options = WordProcessingConvertOptions() + # Chuyển đổi sang định dạng DOCX + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "Tận dụng cURL RESTful API để dễ dàng chuyển đổi nhiều định dạng tệp, bao gồm Microsoft Office, PDF, Email, Project, HTML và nhiều hơn nữa trong các ứng dụng của bạn." - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/_index.zh.md b/content/conversion/_index.zh.md index 430581330c4..e262f897fa7 100644 --- a/content/conversion/_index.zh.md +++ b/content/conversion/_index.zh.md @@ -1,7 +1,7 @@ --- ############################# Static ########################## layout: "family" -date: 2024-02-27T06:39:57 +date: 2024-11-11T06:39:57 draft: false product: "Conversion" @@ -82,6 +82,24 @@ supported_platforms: - content: "3K+ 转换对" rows: "1" + # supported_platforms loop + - title: "Python" + description: "GroupDocs.Conversion for Python" + color: "yellow" + tag: "python-net" + link: "/conversion/python-net/" + features_link: "https://docs.groupdocs.com/conversion/python-net/system-requirements/" + features: + # features loop + - content: "Python 3.9+
and .Net 6+" + rows: "3" + # features loop + - content: "Windows, macOS" + rows: "1" + # features loop + - content: "3K+ 转换对" + rows: "1" + ############################# Features ############################ @@ -116,7 +134,7 @@ features: code_samples: enable: true title: "GroupDocs.Conversion 代码示例" - description: "C#、Java、TypeScript 中典型 GroupDocs.Conversion 操作的一些用例" + description: "C#、Java、TypeScript、Python 中典型 GroupDocs.Conversion 操作的一些用例" items: # code sample loop - title: "几行代码将 PDF 转换为 DOCX" @@ -161,6 +179,17 @@ code_samples: // 转换为 DOCX 格式 converter.convert("converted.docx", options); ``` + - language: "Python" + color: "yellow" + content: | + ```python {style=abap} + # 加载源 PDF 文件 + converter = Converter("sample.pdf") + # 设置 DOCX 格式的转换选项 + convert_options = WordProcessingConvertOptions() + # 转换为 DOCX 格式 + converter.convert("converted.docx", convert_options); + ``` ############################# Formats ############################ @@ -252,14 +281,18 @@ actions: - title: ".NET" link: "/conversion/net/" color: "blue" - # loop + # loop - title: "Java" link: "/conversion/java/" color: "red" - # loop + # loop - title: "Node.js" link: "/conversion/nodejs-java/" color: "green" + # loop + - title: "Python" + link: "/conversion/python-net/" + color: "yellow" ############################# Faq ############################ @@ -304,7 +337,6 @@ cloud_links: title: "GroupDocs.Conversion Cloud for cURL" link: "https://products.groupdocs.cloud/conversion/curl" content: "利用 cURL RESTful 文件转换 API,在您的应用程序中轻松转换各种文件格式,包括 Microsoft Office、PDF、Email、Project、HTML 等。" - # loop - icon: "groupdocs_conversion-for-net" title: "GroupDocs.Conversion Cloud for .NET" diff --git a/content/conversion/nodejs-java/_index.de.md b/content/conversion/nodejs-java/_index.de.md index 342dd1a775e..067c44fd391 100644 --- a/content/conversion/nodejs-java/_index.de.md +++ b/content/conversion/nodejs-java/_index.de.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript-Dokumentkonvertierungs-API | Konvertieren Sie PDF, Word, Excel, PPTX, HTML und Bilder" diff --git a/content/conversion/nodejs-java/_index.en.md b/content/conversion/nodejs-java/_index.en.md index 9f63c9577ac..872bf1b39c0 100644 --- a/content/conversion/nodejs-java/_index.en.md +++ b/content/conversion/nodejs-java/_index.en.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript document conversion API | Convert PDF, Word, Excel, PPTX, HTML, and images" diff --git a/content/conversion/nodejs-java/_index.es.md b/content/conversion/nodejs-java/_index.es.md index ab9d14c0714..fbe59df72f7 100644 --- a/content/conversion/nodejs-java/_index.es.md +++ b/content/conversion/nodejs-java/_index.es.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API de conversión de documentos JavaScript | Convierta PDF, Word, Excel, PPTX, HTML e imágenes" diff --git a/content/conversion/nodejs-java/_index.fa.md b/content/conversion/nodejs-java/_index.fa.md index c1226464c97..e42cf6dd0cc 100644 --- a/content/conversion/nodejs-java/_index.fa.md +++ b/content/conversion/nodejs-java/_index.fa.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API تبدیل سند جاوا اسکریپت | تبدیل PDF، Word، Excel، PPTX، HTML و تصاویر" diff --git a/content/conversion/nodejs-java/_index.fr.md b/content/conversion/nodejs-java/_index.fr.md index b3fc6146dd9..c352107008b 100644 --- a/content/conversion/nodejs-java/_index.fr.md +++ b/content/conversion/nodejs-java/_index.fr.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API de conversion de documents JavaScript | Convertir des PDF, Word, Excel, PPTX, HTML et images" diff --git a/content/conversion/nodejs-java/_index.id.md b/content/conversion/nodejs-java/_index.id.md index 29839010f8e..51a9078eb91 100644 --- a/content/conversion/nodejs-java/_index.id.md +++ b/content/conversion/nodejs-java/_index.id.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API konversi dokumen JavaScript | Konversi PDF, Word, Excel, PPTX, HTML, dan gambar" diff --git a/content/conversion/nodejs-java/_index.it.md b/content/conversion/nodejs-java/_index.it.md index 7aa8903b366..685f5c98133 100644 --- a/content/conversion/nodejs-java/_index.it.md +++ b/content/conversion/nodejs-java/_index.it.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API di conversione documenti JavaScript | Converti PDF, Word, Excel, PPTX, HTML e immagini" diff --git a/content/conversion/nodejs-java/_index.ja.md b/content/conversion/nodejs-java/_index.ja.md index f69f8d64b9c..ba9334e9957 100644 --- a/content/conversion/nodejs-java/_index.ja.md +++ b/content/conversion/nodejs-java/_index.ja.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript ドキュメント変換 API | PDF、Word、Excel、PPTX、HTML、画像を変換" diff --git a/content/conversion/nodejs-java/_index.ko.md b/content/conversion/nodejs-java/_index.ko.md index 09ce24442ef..b0ddc7e38f9 100644 --- a/content/conversion/nodejs-java/_index.ko.md +++ b/content/conversion/nodejs-java/_index.ko.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript 문서 변환 API | PDF, Word, Excel, PPTX, HTML 및 이미지 변환" diff --git a/content/conversion/nodejs-java/_index.pt.md b/content/conversion/nodejs-java/_index.pt.md index 8f742bbd6e8..b83a6007735 100644 --- a/content/conversion/nodejs-java/_index.pt.md +++ b/content/conversion/nodejs-java/_index.pt.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API de conversão de documentos JavaScript | Converta PDF, Word, Excel, PPTX, HTML e imagens" diff --git a/content/conversion/nodejs-java/_index.ru.md b/content/conversion/nodejs-java/_index.ru.md index fe74fd6dee7..91d921c7e49 100644 --- a/content/conversion/nodejs-java/_index.ru.md +++ b/content/conversion/nodejs-java/_index.ru.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript API преобразования документов | Конвертируйте PDF, Word, Excel, PPTX, HTML и изображения." diff --git a/content/conversion/nodejs-java/_index.th.md b/content/conversion/nodejs-java/_index.th.md index 8fee4129540..8e0c49d8dd2 100644 --- a/content/conversion/nodejs-java/_index.th.md +++ b/content/conversion/nodejs-java/_index.th.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API การแปลงเอกสาร JavaScript | แปลง PDF, Word, Excel, PPTX, HTML และรูปภาพ" diff --git a/content/conversion/nodejs-java/_index.uk.md b/content/conversion/nodejs-java/_index.uk.md index 6baac65cbed..40c57135d4b 100644 --- a/content/conversion/nodejs-java/_index.uk.md +++ b/content/conversion/nodejs-java/_index.uk.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript API перетворення документів | Конвертуйте PDF, Word, Excel, PPTX, HTML і зображення" diff --git a/content/conversion/nodejs-java/_index.vi.md b/content/conversion/nodejs-java/_index.vi.md index f1abf8a96f0..b35c27a8ee9 100644 --- a/content/conversion/nodejs-java/_index.vi.md +++ b/content/conversion/nodejs-java/_index.vi.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "API chuyển đổi tài liệu JavaScript | Chuyển đổi PDF, Word, Excel, PPTX, HTML và hình ảnh" diff --git a/content/conversion/nodejs-java/_index.zh.md b/content/conversion/nodejs-java/_index.zh.md index a814119d147..1b3c82ae4a3 100644 --- a/content/conversion/nodejs-java/_index.zh.md +++ b/content/conversion/nodejs-java/_index.zh.md @@ -22,7 +22,9 @@ supported_platforms: # supported_platforms loop - title: "Node.js" tag: "nodejs-java" - + # supported_platforms loop + - title: "Python" + tag: "python-net" ############################# Head ############################ head_title: "JavaScript 文档转换 API |转换 PDF、Word、Excel、PPTX、HTML 和图像" diff --git a/content/conversion/python-net/_index.de.md b/content/conversion/python-net/_index.de.md new file mode 100644 index 00000000000..5f5ba11665f --- /dev/null +++ b/content/conversion/python-net/_index.de.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: de +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "Python-Dokumentkonvertierungs-API | Konvertieren Sie PDF, Word, Excel, PPTX, HTML und Bilder" +head_description: "Leistungsstarke Python-Dokumentkonvertierungs-API. Konvertieren Sie mühelos PDF-, Word-, DOC-, DOCX-, Excel-, PPT-, HTML-, AutoCAD- und Bildformate." + +############################# Header ############################ +title: "Dokumentkonvertierung über die Python-API" +description: "Konvertieren Sie PDF-, Office-, HTML-, E-Book- und Bildformate mit GroupDocs.Conversion für Python über .NET." +words: + for: "for" + +actions: + main: "Von Releases herunterladen" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Lizenzierung" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Bereit anzufangen?" + description: "Testen Sie die Funktionen von GroupDocs.Conversion kostenlos oder fordern Sie eine Lizenz an" + +release: + title: "Version {0} veröffentlicht" + notes: "Schau was neu ist" + downloads: "Downloads" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "So konvertieren Sie DOCX-Dateien in Python in PDF" + more: "Mehr Beispiele" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Laden Sie die DOCX-Quelldatei + converter = Converter("business-plan.docx") + + # Konvertierungsoptionen festlegen + convert_options = PdfConvertOptions() + + # Konvertieren Sie DOCX in PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Übersicht über GroupDocs.Conversion" + description: "GroupDocs.Conversion bietet hochwertige, flexible Dokumentkonvertierung aus PDF-, Office-, HTML- und Bildformaten innerhalb von Python-Anwendungen." + features: + # feature loop + - title: "Optimierter Konvertierungsprozess" + content: "Konvertieren Sie Dokumente mühelos in die Formate PDF, Office, HTML, E-Book und Bild mit einer zuverlässigen API, die die Integrität von Inhalt und Struktur gewährleistet." + + # feature loop + - title: "Nahtloser Formatwechsel" + content: "Wechseln Sie zwischen Dokumentformaten mit einem einzigen Methodenaufruf und unkomplizierten Optionen für effiziente Konvertierungen." + + # feature loop + - title: "Plattformübergreifende Kompatibilität" + content: "Unterstützt den plattformübergreifenden Betrieb, sodass Python-Entwickler Konvertierungen auf Windows- und macOS-Systemen problemlos durchführen können." + +############################# Platforms ############################ +platforms: + enable: true + title: "Plattformunterstützung" + description: "GroupDocs.Conversion für Python über .NET ist mit mehreren Betriebssystemen und Python-Umgebungen kompatibel." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Unterstützte Dateiformate" + description: | + GroupDocs.Conversion für Python über .NET unterstützt [verschiedene Dateiformate](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Dokumentformate + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Bilder & Multimedia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Andere Formate + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Conversion-Funktionen" + description: "Konvertieren Sie PDF- und Office-Dokumente nahtlos in HTML, JPG, PNG, BMP, TIFF, SVG und viele andere Formate. GroupDocs.Conversion für die -API ist so konzipiert, dass sie einfach zu verwenden und in Ihr Projekt integrierbar ist. Es unterstützt alle gängigen Dokumentformate und bietet die Möglichkeit, den Konvertierungsprozess anzupassen." + + items: + # feature loop + - icon: "merge" + title: "Konvertierung in mehrere Formate" + content: "Konvertieren Sie Dateien ganz einfach zwischen verschiedenen Formaten, darunter PDF, DOCX, XLSX, PPTX und mehr." + + # feature loop + - icon: "split" + title: "High-Fidelity-Ausgabe" + content: "Behalten Sie während des Konvertierungsprozesses die ursprüngliche Qualität und Formatierung der Dokumente bei." + + # feature loop + - icon: "move" + title: "Konvertieren mehrerer Dateien" + content: "Konvertieren Sie mehrere Dateien und kombinieren Sie sie in einem Archiv, um die Organisation konvertierter Inhalte zu vereinfachen." + + # feature loop + - icon: "remove" + title: "Mehrseitiges Dokument zu Bildern" + content: "Konvertieren Sie mehrseitige Dokumente Seite für Seite in Bilder, um eine präzise Kontrolle über den Transformationsprozess zu ermöglichen und die bildbasierte Dokumentenextraktion und -analyse zu erleichtern." + + # feature loop + - icon: "rotate" + title: "Anpassbare Einstellungen" + content: "Passen Sie Konvertierungsparameter wie Auflösung, Qualität und Layout genau an, um spezifische Anforderungen zu erfüllen." + + # feature loop + - icon: "swap" + title: "Sichere Abwicklung" + content: "Gewährleisten Sie den Datenschutz mit passwortgeschützten Dateikonvertierungsoptionen." + + # feature loop + - icon: "extract" + title: "API-Integration" + content: "Integrieren Sie die Konvertierungsfunktionen nahtlos in Ihre -Anwendungen und machen Sie sie so zu einem nahtlosen Bestandteil Ihres Workflows." + + # feature loop + - icon: "orientation" + title: "Robuste Konvertierung" + content: "Sorgen Sie für zuverlässige und fehlerfreie Dateikonvertierungen und garantieren Sie so die Genauigkeit und Integrität Ihrer transformierten Dokumente." + + # feature loop + - icon: "preview" + title: "Konvertieren Sie Dokumente aus Archiven" + content: "Extrahieren und konvertieren Sie Dokumente aus Archiven und ermöglichen Sie so die Umwandlung von in komprimierten Dateien gespeicherten Inhalten." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Codebeispiele" + description: "Beispiele für GroupDocs.Conversion-Operationen in Python" + items: + # code sample loop: example 1 + - title: "Konvertieren Sie ein Dokument in ein anderes Format" + content: | + Das Hauptmerkmal von GroupDocs.Conversion ist die Möglichkeit, ein Dokument in ein anderes Format zu konvertieren. + Geben Sie den Ausgabeformattyp mithilfe der ConvertOptions-Klasse an, um ein Dokument zu konvertieren. + {{< landing/code title="Konvertieren Sie DOCX in PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Instanziieren Sie den Konverter mit dem Eingabedokument + with Converter("./business-plan.docx") as converter: + # Instanziieren Sie Konvertierungsoptionen, um das Ausgabeformat zu definieren + pdf_convert_options = PdfConvertOptions() + + # Konvertieren Sie das Eingabedokument + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Konvertieren Sie ein Dokument in mehrere Seitendateien" + content: | + Konvertieren eines einzelnen mehrseitigen Dokuments in einzelne Seitendateien. + Das Beispiel zeigt, wie jede Folie in einer PPTX-Präsentation in ein PNG-Bild konvertiert wird. + {{< landing/code title="Konvertieren Sie PPTX-Folien in Python in PNG">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Instanziieren Sie den Konverter mit dem Eingabedokument + with Converter("./basic-presentation.pptx") as converter: + # Instanziieren Sie Konvertierungsoptionen und definieren Sie das Ausgabeformat als PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Konvertieren Sie alle Folien und speichern Sie sie im Ausgabeordner + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Konvertieren Sie Dateien in Dokumentcontainern" + content: | + Konvertieren Sie in Dokumentcontainern eingebettete Dateien, z. B. komprimierte oder gepackte Dateien, in einzelne Ausgabedateien. + Das folgende Beispiel zeigt, wie jede komprimierte Datei im ZIP-Archiv in PDF konvertiert wird. + {{< landing/code title="Konvertieren Sie Dateien im ZIP-Archiv in PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Instanziieren Sie den Konverter mit dem Eingabedokument + with Converter("./compressed.zip") as converter: + # Instanziieren Sie Konvertierungsoptionen, um das Ausgabeformat als PDF zu definieren + pdf_convert_options = PdfConvertOptions() + + # Extrahieren, konvertieren und speichern Sie Ausgabedateien im PDF-Format + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.en.md b/content/conversion/python-net/_index.en.md new file mode 100644 index 00000000000..c2721e3cc12 --- /dev/null +++ b/content/conversion/python-net/_index.en.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: en +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "Python Document Conversion API | Convert PDF, Word, Excel, PPTX, HTML, and Images" +head_description: "Powerful Python document conversion API. Convert PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD, and image formats effortlessly." + +############################# Header ############################ +title: "Document conversion via Python API" +description: "Convert PDF, Office, HTML, eBook, and image formats using GroupDocs.Conversion for Python via .NET." +words: + for: "for" + +actions: + main: "Download from Releases" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Licensing" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Ready to get started?" + description: "Try GroupDocs.Conversion features for free or request a license" + +release: + title: "Version {0}  released" + notes: "See what’s new" + downloads: "Downloads" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "How to convert DOCX files to PDF in Python" + more: "More examples" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Load the source DOCX file + converter = Converter("business-plan.docx") + + # Set conversion options + convert_options = PdfConvertOptions() + + # Convert DOCX to PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Overview of GroupDocs.Conversion" + description: "GroupDocs.Conversion offers high-quality, flexible document conversion from PDF, Office, HTML, and image formats within Python applications." + features: + # feature loop + - title: "Streamlined conversion process" + content: "Convert documents effortlessly to PDF, Office, HTML, eBook, and image formats with a reliable API that maintains content and structure integrity." + + # feature loop + - title: "Seamless format switching" + content: "Switch between document formats with a single method call and straightforward options for efficient conversions." + + # feature loop + - title: "Cross-platform compatibility" + content: "Supports cross-platform operation, allowing Python developers to handle conversions on Windows, and macOS systems with ease." + +############################# Platforms ############################ +platforms: + enable: true + title: "Platform Support" + description: "GroupDocs.Conversion for Python via .NET is compatible with multiple operating systems and Python environments." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Supported file formats" + description: | + GroupDocs.Conversion for Python via .NET supports [various file formats](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Document formats + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Images & Multimedia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Other formats + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Conversion features" + description: "Seamlessly convert PDF and office documents to HTML, JPG, PNG, BMP, TIFF, SVG, and many other formats. GroupDocs.Conversion for API is designed to be easy to use and integrate into your project. It supports all popular document formats with the ability to customize the conversion process." + + items: + # feature loop + - icon: "merge" + title: "Multi-format conversion" + content: "Convert files between various formats, including PDF, DOCX, XLSX, PPTX, and more, with ease." + + # feature loop + - icon: "split" + title: "High-fidelity output" + content: "Preserve the original quality and formatting of documents during the conversion process." + + # feature loop + - icon: "move" + title: "Converting multiple files" + content: "Convert multiple files and combine them into an archive, simplifying the organization of converted content." + + # feature loop + - icon: "remove" + title: "Multipage document to images" + content: "Convert multipage documents to images page by page, enabling precise control over the transformation process and facilitating image-based document extraction and analysis." + + # feature loop + - icon: "rotate" + title: "Customizable settings" + content: "Fine-tune conversion parameters such as resolution, quality, and layout to meet specific requirements." + + # feature loop + - icon: "swap" + title: "Secure processing" + content: "Ensure data privacy with password-protected file conversion options." + + # feature loop + - icon: "extract" + title: "API integration" + content: "Seamlessly integrate the conversion capabilities into your applications, making it a seamless part of your workflow." + + # feature loop + - icon: "orientation" + title: "Robust conversion" + content: "Ensure reliable and error-free file conversions, guaranteeing the accuracy and integrity of your transformed documents." + + # feature loop + - icon: "preview" + title: "Convert documents from archives" + content: "Extract and convert documents from archives, enabling the transformation of content stored within compressed files." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Code Samples" + description: "Examples of GroupDocs.Conversion operations in Python" + items: + # code sample loop: example 1 + - title: "Convert a document to another format" + content: | + The key feature of GroupDocs.Conversion is the ability to convert a document to a different format. + Specify the output format type using the ConvertOptions class to convert a document. + {{< landing/code title="Convert DOCX to PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Instantiate Converter with the input document + with Converter("./business-plan.docx") as converter: + # Instantiate convert options to define the output format + pdf_convert_options = PdfConvertOptions() + + # Convert the input document + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Convert a document to multiple page files" + content: | + Convert of a single multi-page document into individual page files. + The example demonstrates how to convert each slide in a PPTX presentation to a PNG image. + {{< landing/code title="Convert PPTX slides to PNG in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Instantiate Converter with the input document + with Converter("./basic-presentation.pptx") as converter: + # Instantiate convert options and define the output format as PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Convert all slides and save to the output folder + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Convert files within document containers" + content: | + Convert files embedded within document containers, such as compressed or packaged files, into individual output files. + The following example demonstrates how to convert each compressed file in ZIP archive to PDF. + {{< landing/code title="Convert files in ZIP archive to PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Instantiate Converter with the input document + with Converter("./compressed.zip") as converter: + # Instantiate convert options to define output format as PDF + pdf_convert_options = PdfConvertOptions() + + # Extract, convert and save output files in PDF format + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.es.md b/content/conversion/python-net/_index.es.md new file mode 100644 index 00000000000..c83ecb0edd5 --- /dev/null +++ b/content/conversion/python-net/_index.es.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: es +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API de conversión de documentos de Python | Convierta PDF, Word, Excel, PPTX, HTML e imágenes" +head_description: "Potente API de conversión de documentos Python. Convierta formatos PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD e imágenes sin esfuerzo." + +############################# Header ############################ +title: "Conversión de documentos a través de la API de Python" +description: "Convierta formatos PDF, Office, HTML, libros electrónicos e imágenes utilizando GroupDocs.Conversion para Python a través de .NET." +words: + for: "for" + +actions: + main: "Descargar desde Lanzamientos" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Licencia" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "¿Listo para comenzar?" + description: "Pruebe las funciones de GroupDocs.Conversion de forma gratuita o solicite una licencia" + +release: + title: "Versión {0} lanzada" + notes: "Ver qué hay de nuevo" + downloads: "Descargas" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Cómo convertir archivos DOCX a PDF en Python" + more: "Más ejemplos" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Cargue el archivo DOCX de origen + converter = Converter("business-plan.docx") + + # Establecer opciones de conversión + convert_options = PdfConvertOptions() + + # Convertir DOCX a PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Descripción general de GroupDocs.Conversion" + description: "GroupDocs.Conversion ofrece conversión de documentos flexible y de alta calidad desde formatos PDF, Office, HTML e imágenes dentro de aplicaciones Python." + features: + # feature loop + - title: "Proceso de conversión simplificado" + content: "Convierta documentos sin esfuerzo a formatos PDF, Office, HTML, libros electrónicos e imágenes con una API confiable que mantiene la integridad del contenido y la estructura." + + # feature loop + - title: "Cambio de formato sin problemas" + content: "Cambie entre formatos de documentos con una única llamada a un método y opciones sencillas para conversiones eficientes." + + # feature loop + - title: "Compatibilidad multiplataforma" + content: "Admite operaciones multiplataforma, lo que permite a los desarrolladores de Python manejar conversiones en sistemas Windows y macOS con facilidad." + +############################# Platforms ############################ +platforms: + enable: true + title: "Soporte de plataforma" + description: "GroupDocs.Conversion para Python a través de .NET es compatible con múltiples sistemas operativos y entornos Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Formatos de archivo admitidos" + description: | + GroupDocs.Conversion para Python a través de .NET admite [varios formatos de archivo] (https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Formatos de documentos + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Imágenes y multimedia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Otros formatos + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Funciones de GroupDocs.Conversion" + description: "Convierta sin problemas documentos PDF y de Office a HTML, JPG, PNG, BMP, TIFF, SVG y muchos otros formatos. GroupDocs.Conversion para la API está diseñada para ser fácil de usar e integrar en su proyecto. Admite todos los formatos de documentos populares con la capacidad de personalizar el proceso de conversión." + + items: + # feature loop + - icon: "merge" + title: "Conversión multiformato" + content: "Convierta archivos entre varios formatos, incluidos PDF, DOCX, XLSX, PPTX y más, con facilidad." + + # feature loop + - icon: "split" + title: "Salida de alta fidelidad" + content: "Conserve la calidad y el formato originales de los documentos durante el proceso de conversión." + + # feature loop + - icon: "move" + title: "Convertir varios archivos" + content: "Convierta varios archivos y combínelos en un archivo, simplificando la organización del contenido convertido." + + # feature loop + - icon: "remove" + title: "Documento de varias páginas a imágenes." + content: "Convierta documentos de varias páginas en imágenes página por página, lo que permite un control preciso sobre el proceso de transformación y facilita la extracción y el análisis de documentos basados ​​en imágenes." + + # feature loop + - icon: "rotate" + title: "Configuraciones personalizables" + content: "Ajuste los parámetros de conversión, como la resolución, la calidad y el diseño, para cumplir con requisitos específicos." + + # feature loop + - icon: "swap" + title: "Procesamiento seguro" + content: "Garantice la privacidad de los datos con opciones de conversión de archivos protegidos con contraseña." + + # feature loop + - icon: "extract" + title: "Integración API" + content: "Integre perfectamente las capacidades de conversión en sus aplicaciones , convirtiéndolas en una parte perfecta de su flujo de trabajo." + + # feature loop + - icon: "orientation" + title: "Conversión robusta" + content: "Garantice conversiones de archivos confiables y sin errores, garantizando la precisión e integridad de sus documentos transformados." + + # feature loop + - icon: "preview" + title: "Convertir documentos de archivos" + content: "Extraiga y convierta documentos de archivos, lo que permite la transformación del contenido almacenado en archivos comprimidos." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Ejemplos de código" + description: "Ejemplos de operaciones GroupDocs.Conversion en Python" + items: + # code sample loop: example 1 + - title: "Convertir un documento a otro formato" + content: | + La característica clave de GroupDocs.Conversion es la capacidad de convertir un documento a un formato diferente. + Especifique el tipo de formato de salida utilizando la clase ConvertOptions para convertir un documento. + {{< landing/code title="Convertir DOCX a PDF en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Crear una instancia del convertidor con el documento de entrada + with Converter("./business-plan.docx") as converter: + # Crear instancias de opciones de conversión para definir el formato de salida + pdf_convert_options = PdfConvertOptions() + + # Convertir el documento de entrada + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Convertir un documento en archivos de varias páginas" + content: | + Conversión de un único documento de varias páginas en archivos de páginas individuales. + El ejemplo demuestra cómo convertir cada diapositiva de una presentación PPTX a una imagen PNG. + {{< landing/code title="Convierta diapositivas PPTX a PNG en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Crear una instancia del convertidor con el documento de entrada + with Converter("./basic-presentation.pptx") as converter: + # Crear instancias de opciones de conversión y definir el formato de salida como PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Convierta todas las diapositivas y guárdelas en la carpeta de salida + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Convertir archivos dentro de contenedores de documentos" + content: | + Convierta archivos incrustados en contenedores de documentos, como archivos comprimidos o empaquetados, en archivos de salida individuales. + El siguiente ejemplo demuestra cómo convertir cada archivo comprimido en un archivo ZIP a PDF. + {{< landing/code title="Convierta archivos en formato ZIP a PDF en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Crear una instancia del convertidor con el documento de entrada + with Converter("./compressed.zip") as converter: + # Crear instancias de opciones de conversión para definir el formato de salida como PDF + pdf_convert_options = PdfConvertOptions() + + # Extraiga, convierta y guarde archivos de salida en formato PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.fa.md b/content/conversion/python-net/_index.fa.md new file mode 100644 index 00000000000..4ac227f6384 --- /dev/null +++ b/content/conversion/python-net/_index.fa.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: fa +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API تبدیل سند پایتون | تبدیل PDF، Word، Excel، PPTX، HTML و تصاویر" +head_description: "API تبدیل اسناد قدرتمند پایتون. فرمت های PDF، Word، DOC، DOCX، Excel، PPT، HTML، AutoCAD و تصویر را بدون دردسر تبدیل کنید." + +############################# Header ############################ +title: "تبدیل سند از طریق API پایتون" +description: "با استفاده از GroupDocs.Conversion برای Python از طریق دات نت فرمت های PDF، Office، HTML، کتاب الکترونیکی و تصویر را تبدیل کنید." +words: + for: "for" + +actions: + main: "دانلود از Releases" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "صدور مجوز" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "برای شروع آماده اید؟" + description: "ویژگی های GroupDocs.Conversion را به صورت رایگان امتحان کنید یا درخواست مجوز کنید" + +release: + title: "نسخه {0} منتشر شد" + notes: "ببینید چه چیز جدیدی است" + downloads: "دانلودها" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "نحوه تبدیل فایل های DOCX به PDF در پایتون" + more: "نمونه های بیشتر" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # فایل منبع DOCX را بارگیری کنید + converter = Converter("business-plan.docx") + + # گزینه های تبدیل را تنظیم کنید + convert_options = PdfConvertOptions() + + # تبدیل DOCX به PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "نمای کلی GroupDocs.Conversion" + description: "GroupDocs.Conversion تبدیل اسناد با کیفیت بالا و انعطاف پذیر را از فرمت های PDF، Office، HTML و تصویر در برنامه های پایتون ارائه می دهد." + features: + # feature loop + - title: "فرآیند تبدیل ساده" + content: "با یک API قابل اعتماد که یکپارچگی محتوا و ساختار را حفظ می کند، اسناد را بدون زحمت به فرمت های PDF، Office، HTML، کتاب الکترونیکی و تصویر تبدیل کنید." + + # feature loop + - title: "تغییر فرمت بدون درز" + content: "برای تبدیل کارآمد، بین قالب‌های سند با یک فراخوانی روش و گزینه‌های ساده جابه‌جا شوید." + + # feature loop + - title: "سازگاری بین پلتفرم" + content: "از عملیات چند پلتفرمی پشتیبانی می کند و به توسعه دهندگان پایتون اجازه می دهد تا تبدیل ها را در ویندوز و سیستم های macOS به راحتی انجام دهند." + +############################# Platforms ############################ +platforms: + enable: true + title: "پشتیبانی از پلتفرم" + description: "GroupDocs.Conversion برای پایتون از طریق دات نت با چندین سیستم عامل و محیط های پایتون سازگار است." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "فرمت های فایل پشتیبانی شده" + description: | + GroupDocs.Conversion برای پایتون از طریق دات نت از [فرمت های فایل مختلف] پشتیبانی می کند (https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### فرمت های سند + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### تصاویر و چند رسانه ای + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### فرمت های دیگر + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "ویژگی های GroupDocs.Conversion" + description: "تبدیل یکپارچه PDF و اسناد اداری به HTML، JPG، PNG، BMP، TIFF، SVG و بسیاری از فرمت های دیگر. GroupDocs.Conversion for API به گونه ای طراحی شده است که استفاده از آن آسان باشد و در پروژه شما ادغام شود. از تمام فرمت های سند محبوب با قابلیت سفارشی سازی فرآیند تبدیل پشتیبانی می کند." + + items: + # feature loop + - icon: "merge" + title: "تبدیل چند فرمتی" + content: "تبدیل فایل ها بین فرمت های مختلف، از جمله PDF، DOCX، XLSX، PPTX، و غیره، به راحتی." + + # feature loop + - icon: "split" + title: "خروجی با کیفیت بالا" + content: "حفظ کیفیت اصلی و قالب بندی اسناد در طول فرآیند تبدیل." + + # feature loop + - icon: "move" + title: "تبدیل چندین فایل" + content: "چندین فایل را تبدیل کنید و آنها را در یک آرشیو ترکیب کنید و سازماندهی محتوای تبدیل شده را ساده کنید." + + # feature loop + - icon: "remove" + title: "سند چند صفحه ای به تصاویر" + content: "تبدیل اسناد چند صفحه ای به تصاویر صفحه به صفحه، امکان کنترل دقیق بر فرآیند تبدیل و تسهیل استخراج و تجزیه و تحلیل اسناد مبتنی بر تصویر را فراهم می کند." + + # feature loop + - icon: "rotate" + title: "تنظیمات قابل تنظیم" + content: "پارامترهای تبدیل مانند وضوح، کیفیت، و طرح را برای برآوردن نیازهای خاص تنظیم کنید." + + # feature loop + - icon: "swap" + title: "پردازش ایمن" + content: "از حریم خصوصی داده ها با گزینه های تبدیل فایل محافظت شده با رمز عبور اطمینان حاصل کنید." + + # feature loop + - icon: "extract" + title: "یکپارچه سازی API" + content: "یکپارچه قابلیت های تبدیل را در برنامه های کاربردی خود ادغام کنید و آن را به بخشی یکپارچه از گردش کار خود تبدیل کنید." + + # feature loop + - icon: "orientation" + title: "تبدیل قوی" + content: "از تبدیل فایل های قابل اعتماد و بدون خطا اطمینان حاصل کنید و صحت و یکپارچگی اسناد تبدیل شده خود را تضمین کنید." + + # feature loop + - icon: "preview" + title: "تبدیل اسناد از بایگانی" + content: "استخراج و تبدیل اسناد از بایگانی، امکان تبدیل محتوای ذخیره شده در فایل های فشرده را فراهم می کند." + +############################# Code samples ############################ +code_samples: + enable: true + title: "نمونه کد" + description: "نمونه هایی از عملیات GroupDocs.Conversion در پایتون" + items: + # code sample loop: example 1 + - title: "یک سند را به فرمت دیگری تبدیل کنید" + content: | + ویژگی کلیدی GroupDocs.Conversion توانایی تبدیل یک سند به فرمت متفاوت است. + نوع فرمت خروجی را با استفاده از کلاس ConvertOptions برای تبدیل یک سند مشخص کنید. + {{< landing/code title="تبدیل DOCX به PDF در پایتون">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # تبدیل فوری با سند ورودی + with Converter("./business-plan.docx") as converter: + # گزینه های تبدیل فوری را برای تعریف فرمت خروجی انجام دهید + pdf_convert_options = PdfConvertOptions() + + # تبدیل سند ورودی + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "یک سند را به چندین فایل صفحه تبدیل کنید" + content: | + تبدیل یک سند چند صفحه ای به فایل های صفحه جداگانه. + این مثال نحوه تبدیل هر اسلاید در یک ارائه PPTX را به یک تصویر PNG نشان می دهد. + {{< landing/code title="اسلایدهای PPTX را در پایتون به PNG تبدیل کنید">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # تبدیل فوری با سند ورودی + with Converter("./basic-presentation.pptx") as converter: + # گزینه های تبدیل را به صورت لحظه ای تنظیم کنید و فرمت خروجی را به صورت PNG تعریف کنید + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # همه اسلایدها را تبدیل کنید و در پوشه خروجی ذخیره کنید + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "تبدیل فایل ها در کانتینرهای سند" + content: | + فایل های تعبیه شده در کانتینرهای سند، مانند فایل های فشرده یا بسته بندی شده را به فایل های خروجی جداگانه تبدیل کنید. + مثال زیر نحوه تبدیل هر فایل فشرده شده در آرشیو ZIP به PDF را نشان می دهد. + {{< landing/code title="تبدیل فایل های آرشیو ZIP به PDF در پایتون">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # تبدیل فوری با سند ورودی + with Converter("./compressed.zip") as converter: + # گزینه های تبدیل فوری برای تعریف فرمت خروجی به عنوان PDF + pdf_convert_options = PdfConvertOptions() + + # استخراج، تبدیل و ذخیره فایل های خروجی در فرمت PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.fr.md b/content/conversion/python-net/_index.fr.md new file mode 100644 index 00000000000..1da02bacdc4 --- /dev/null +++ b/content/conversion/python-net/_index.fr.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: fr +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API de conversion de documents Python | Convertir des PDF, Word, Excel, PPTX, HTML et images" +head_description: "Puissante API de conversion de documents Python. Convertissez facilement les formats PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD et image." + +############################# Header ############################ +title: "Conversion de documents via l'API Python" +description: "Convertissez les formats PDF, Office, HTML, eBook et image à l'aide de GroupDocs.Conversion pour Python via .NET." +words: + for: "for" + +actions: + main: "Télécharger à partir des versions" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Licence" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Prêt à commencer?" + description: "Essayez les fonctionnalités de GroupDocs.Conversion gratuitement ou demandez une licence" + +release: + title: "Version {0} publiée" + notes: "Regardez ce qu'il y a de nouveau" + downloads: "Téléchargements" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Comment convertir des fichiers DOCX en PDF en Python" + more: "Plus d'exemples" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Charger le fichier DOCX source + converter = Converter("business-plan.docx") + + # Définir les options de conversion + convert_options = PdfConvertOptions() + + # Convertir DOCX en PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Présentation de GroupDocs.Conversion" + description: "GroupDocs.Conversion offre une conversion de documents flexible et de haute qualité à partir des formats PDF, Office, HTML et image dans les applications Python." + features: + # feature loop + - title: "Processus de conversion rationalisé" + content: "Convertissez facilement des documents aux formats PDF, Office, HTML, eBook et image avec une API fiable qui préserve l'intégrité du contenu et de la structure." + + # feature loop + - title: "Changement de format transparent" + content: "Basculez entre les formats de documents avec un seul appel de méthode et des options simples pour des conversions efficaces." + + # feature loop + - title: "Compatibilité multiplateforme" + content: "Prend en charge le fonctionnement multiplateforme, permettant aux développeurs Python de gérer facilement les conversions sur les systèmes Windows et macOS." + +############################# Platforms ############################ +platforms: + enable: true + title: "Prise en charge de la plateforme" + description: "GroupDocs.Conversion pour Python via .NET est compatible avec plusieurs systèmes d'exploitation et environnements Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Formats de fichiers pris en charge" + description: | + GroupDocs.Conversion pour Python via .NET prend en charge [divers formats de fichiers](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Formats de documents + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Images et multimédia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Autres formats + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Fonctionnalités GroupDocs.Conversion" + description: "Convertissez en toute transparence des documents PDF et bureautiques en HTML, JPG, PNG, BMP, TIFF, SVG et bien d'autres formats. L'API GroupDocs.Conversion pour est conçue pour être facile à utiliser et à intégrer dans votre projet. Il prend en charge tous les formats de documents courants avec la possibilité de personnaliser le processus de conversion." + + items: + # feature loop + - icon: "merge" + title: "Conversion multiformat" + content: "Convertissez facilement des fichiers entre différents formats, notamment PDF, DOCX, XLSX, PPTX, etc." + + # feature loop + - icon: "split" + title: "Sortie haute fidélité" + content: "Préservez la qualité et le formatage d'origine des documents pendant le processus de conversion." + + # feature loop + - icon: "move" + title: "Conversion de plusieurs fichiers" + content: "Convertissez plusieurs fichiers et combinez-les dans une archive, simplifiant ainsi l'organisation du contenu converti." + + # feature loop + - icon: "remove" + title: "Document multipage en images" + content: "Convertissez des documents multipages en images page par page, permettant un contrôle précis du processus de transformation et facilitant l'extraction et l'analyse de documents basés sur des images." + + # feature loop + - icon: "rotate" + title: "Paramètres personnalisables" + content: "Affinez les paramètres de conversion tels que la résolution, la qualité et la mise en page pour répondre à des exigences spécifiques." + + # feature loop + - icon: "swap" + title: "Traitement sécurisé" + content: "Garantissez la confidentialité des données grâce aux options de conversion de fichiers protégées par mot de passe." + + # feature loop + - icon: "extract" + title: "Intégration API" + content: "Intégrez de manière transparente les capacités de conversion dans vos applications , ce qui en fait une partie transparente de votre flux de travail." + + # feature loop + - icon: "orientation" + title: "Conversion robuste" + content: "Assurez des conversions de fichiers fiables et sans erreurs, garantissant l’exactitude et l’intégrité de vos documents transformés." + + # feature loop + - icon: "preview" + title: "Convertir des documents à partir d'archives" + content: "Extrayez et convertissez des documents à partir d'archives, permettant la transformation du contenu stocké dans des fichiers compressés." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Exemples de codes" + description: "Exemples d'opérations GroupDocs.Conversion en Python" + items: + # code sample loop: example 1 + - title: "Convertir un document dans un autre format" + content: | + La fonctionnalité clé de GroupDocs.Conversion est la possibilité de convertir un document dans un format différent. + Spécifiez le type de format de sortie à l'aide de la classe ConvertOptions pour convertir un document. + {{< landing/code title="Convertir DOCX en PDF en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Instancier le convertisseur avec le document d'entrée + with Converter("./business-plan.docx") as converter: + # Instancier les options de conversion pour définir le format de sortie + pdf_convert_options = PdfConvertOptions() + + # Convertir le document d'entrée + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Convertir un document en fichiers de plusieurs pages" + content: | + Conversion d'un seul document de plusieurs pages en fichiers de pages individuelles. + L'exemple montre comment convertir chaque diapositive d'une présentation PPTX en image PNG. + {{< landing/code title="Convertir des diapositives PPTX en PNG en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Instancier le convertisseur avec le document d'entrée + with Converter("./basic-presentation.pptx") as converter: + # Instanciez les options de conversion et définissez le format de sortie au format PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Convertissez toutes les diapositives et enregistrez-les dans le dossier de sortie + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Convertir des fichiers dans des conteneurs de documents" + content: | + Convertissez les fichiers intégrés dans des conteneurs de documents, tels que des fichiers compressés ou packagés, en fichiers de sortie individuels. + L'exemple suivant montre comment convertir chaque fichier compressé d'une archive ZIP en PDF. + {{< landing/code title="Convertir des fichiers d'une archive ZIP en PDF en Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Instancier le convertisseur avec le document d'entrée + with Converter("./compressed.zip") as converter: + # Instancier les options de conversion pour définir le format de sortie au format PDF + pdf_convert_options = PdfConvertOptions() + + # Extrayez, convertissez et enregistrez les fichiers de sortie au format PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.id.md b/content/conversion/python-net/_index.id.md new file mode 100644 index 00000000000..2dd7605393c --- /dev/null +++ b/content/conversion/python-net/_index.id.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: id +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API Konversi Dokumen Python | Konversi PDF, Word, Excel, PPTX, HTML, dan Gambar" +head_description: "API konversi dokumen Python yang kuat. Konversi PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD, dan format gambar dengan mudah." + +############################# Header ############################ +title: "Konversi Dokumen melalui Python API" +description: "Konversi format PDF, Office, HTML, eBook, dan gambar menggunakan GroupDocs.Conversion untuk Python melalui .NET." +words: + for: "for" + +actions: + main: "Unduh dari Rilis" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Perizinan" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Siap untuk memulai?" + description: "Coba fitur GroupDocs.Conversion secara gratis atau minta lisensi" + +release: + title: "Versi {0}  dirilis" + notes: "Lihat apa yang baru" + downloads: "Unduhan" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Cara mengonversi file DOCX ke PDF dengan Python" + more: "Lebih banyak contoh" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Muat file DOCX sumber + converter = Converter("business-plan.docx") + + # Tetapkan opsi konversi + convert_options = PdfConvertOptions() + + # Konversi DOCX ke PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Ikhtisar GroupDocs.Konversi" + description: "GroupDocs.Conversion menawarkan konversi dokumen berkualitas tinggi dan fleksibel dari format PDF, Office, HTML, dan gambar dalam aplikasi Python." + features: + # feature loop + - title: "Proses Konversi yang Efisien" + content: "Konversikan dokumen dengan mudah ke format PDF, Office, HTML, eBook, dan gambar dengan API andal yang menjaga integritas konten dan struktur." + + # feature loop + - title: "Peralihan Format yang Mulus" + content: "Beralih di antara format dokumen dengan satu pemanggilan metode dan opsi langsung untuk konversi yang efisien." + + # feature loop + - title: "Kompatibilitas Lintas Platform" + content: "Mendukung operasi lintas platform, memungkinkan pengembang Python menangani konversi di sistem Windows dan macOS dengan mudah." + +############################# Platforms ############################ +platforms: + enable: true + title: "Dukungan Platform" + description: "GroupDocs.Conversion untuk Python melalui .NET kompatibel dengan beberapa sistem operasi dan lingkungan Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Format file yang didukung" + description: | + GroupDocs.Conversion untuk Python melalui .NET mendukung [berbagai format file](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Format dokumen + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Gambar & Multimedia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Format lainnya + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Fitur GroupDocs.Conversion" + description: "Konversi dokumen PDF dan kantor dengan mulus ke HTML, JPG, PNG, BMP, TIFF, SVG, dan banyak format lainnya. GroupDocs.Conversion untuk API dirancang agar mudah digunakan dan diintegrasikan ke dalam proyek Anda. Ini mendukung semua format dokumen populer dengan kemampuan untuk menyesuaikan proses konversi." + + items: + # feature loop + - icon: "merge" + title: "Konversi multi-format" + content: "Konversi file antara berbagai format, termasuk PDF, DOCX, XLSX, PPTX, dan lainnya, dengan mudah." + + # feature loop + - icon: "split" + title: "Keluaran dengan ketelitian tinggi" + content: "Pertahankan kualitas asli dan format dokumen selama proses konversi." + + # feature loop + - icon: "move" + title: "Mengonversi banyak file" + content: "Konversikan banyak file dan gabungkan menjadi arsip, menyederhanakan pengorganisasian konten yang dikonversi." + + # feature loop + - icon: "remove" + title: "Dokumen multi halaman ke gambar" + content: "Konversikan dokumen multi halaman menjadi gambar halaman demi halaman, memungkinkan kontrol yang tepat atas proses transformasi dan memfasilitasi ekstraksi dan analisis dokumen berbasis gambar." + + # feature loop + - icon: "rotate" + title: "Pengaturan yang dapat disesuaikan" + content: "Sempurnakan parameter konversi seperti resolusi, kualitas, dan tata letak untuk memenuhi persyaratan tertentu." + + # feature loop + - icon: "swap" + title: "Pemrosesan yang aman" + content: "Pastikan privasi data dengan opsi konversi file yang dilindungi kata sandi." + + # feature loop + - icon: "extract" + title: "Integrasi API" + content: "Integrasikan kemampuan konversi dengan lancar ke dalam aplikasi Anda, menjadikannya bagian alur kerja Anda yang lancar." + + # feature loop + - icon: "orientation" + title: "Konversi yang kuat" + content: "Pastikan konversi file yang andal dan bebas kesalahan, menjamin keakuratan dan integritas dokumen Anda yang diubah." + + # feature loop + - icon: "preview" + title: "Konversi dokumen dari arsip" + content: "Ekstrak dan konversi dokumen dari arsip, memungkinkan transformasi konten yang disimpan dalam file terkompresi." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Contoh Kode" + description: "Contoh operasi GroupDocs.Conversion dengan Python" + items: + # code sample loop: example 1 + - title: "Konversikan dokumen ke format lain" + content: | + Fitur utama GroupDocs.Conversion adalah kemampuan untuk mengonversi dokumen ke format lain. + Tentukan jenis format keluaran menggunakan kelas ConvertOptions untuk mengonversi dokumen. + {{< landing/code title="Konversi DOCX ke PDF dengan Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Buat Instansiasi Konverter dengan dokumen masukan + with Converter("./business-plan.docx") as converter: + # Buat instance opsi konversi untuk menentukan format output + pdf_convert_options = PdfConvertOptions() + + # Konversikan dokumen masukan + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Konversikan dokumen menjadi beberapa file halaman" + content: | + Konversi satu dokumen multi-halaman menjadi file halaman individual. + Contoh ini menunjukkan cara mengonversi setiap slide dalam presentasi PPTX ke gambar PNG. + {{< landing/code title="Konversikan slide PPTX ke PNG dengan Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Buat Instansiasi Konverter dengan dokumen masukan + with Converter("./basic-presentation.pptx") as converter: + # Buat instance opsi konversi dan tentukan format output sebagai PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Konversikan semua slide dan simpan ke folder keluaran + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Konversi file dalam wadah dokumen" + content: | + Konversikan file yang tertanam dalam wadah dokumen, seperti file terkompresi atau terpaket, menjadi file keluaran individual. + Contoh berikut menunjukkan cara mengonversi setiap file terkompresi dalam arsip ZIP ke PDF. + {{< landing/code title="Konversikan file dalam arsip ZIP ke PDF dengan Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Buat Instansiasi Konverter dengan dokumen masukan + with Converter("./compressed.zip") as converter: + # Buat instance opsi konversi untuk menentukan format keluaran sebagai PDF + pdf_convert_options = PdfConvertOptions() + + # Ekstrak, konversi, dan simpan file keluaran dalam format PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.it.md b/content/conversion/python-net/_index.it.md new file mode 100644 index 00000000000..60917e5aae2 --- /dev/null +++ b/content/conversion/python-net/_index.it.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: it +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API di conversione documenti Python | Converti PDF, Word, Excel, PPTX, HTML e immagini" +head_description: "Potente API di conversione di documenti Python. Converti PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD e formati immagine senza sforzo." + +############################# Header ############################ +title: "Conversione di documenti tramite API Python" +description: "Converti formati PDF, Office, HTML, eBook e immagini utilizzando GroupDocs.Conversion per Python tramite .NET." +words: + for: "for" + +actions: + main: "Scarica da Versioni" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Licenza" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Pronto per iniziare?" + description: "Prova gratuitamente le funzionalità di GroupDocs.Conversion o richiedi una licenza" + +release: + title: "Versione {0} rilasciata" + notes: "Scopri le novità" + downloads: "Download" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Come convertire file DOCX in PDF in Python" + more: "Altri esempi" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Carica il file DOCX di origine + converter = Converter("business-plan.docx") + + # Imposta le opzioni di conversione + convert_options = PdfConvertOptions() + + # Converti DOCX in PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Panoramica di GroupDocs.Conversion" + description: "GroupDocs.Conversion offre conversione di documenti flessibile e di alta qualità da formati PDF, Office, HTML e immagini all'interno di applicazioni Python." + features: + # feature loop + - title: "Processo di conversione semplificato" + content: "Converti documenti senza sforzo in formati PDF, Office, HTML, eBook e immagini con un'API affidabile che mantiene l'integrità del contenuto e della struttura." + + # feature loop + - title: "Cambio formato senza soluzione di continuità" + content: "Passa da un formato di documento all'altro con un'unica chiamata al metodo e opzioni semplici per conversioni efficienti." + + # feature loop + - title: "Compatibilità multipiattaforma" + content: "Supporta il funzionamento multipiattaforma, consentendo agli sviluppatori Python di gestire facilmente le conversioni su sistemi Windows e macOS." + +############################# Platforms ############################ +platforms: + enable: true + title: "Supporto della piattaforma" + description: "GroupDocs.Conversion per Python tramite .NET è compatibile con più sistemi operativi e ambienti Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Formati di file supportati" + description: | + GroupDocs.Conversion per Python tramite .NET supporta [vari formati di file](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Formati dei documenti + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Immagini e contenuti multimediali + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Altri formati + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Funzionalità di GroupDocs.Conversion" + description: "Converti senza problemi documenti PDF e Office in HTML, JPG, PNG, BMP, TIFF, SVG e molti altri formati. GroupDocs.Conversion per l'API è progettato per essere facile da usare e integrare nel tuo progetto. Supporta tutti i formati di documenti più diffusi con la possibilità di personalizzare il processo di conversione." + + items: + # feature loop + - icon: "merge" + title: "Conversione multiformato" + content: "Converti file tra vari formati, inclusi PDF, DOCX, XLSX, PPTX e altri, con facilità." + + # feature loop + - icon: "split" + title: "Uscita ad alta fedeltà" + content: "Conserva la qualità e la formattazione originali dei documenti durante il processo di conversione." + + # feature loop + - icon: "move" + title: "Conversione di più file" + content: "Converti più file e combinali in un archivio, semplificando l'organizzazione dei contenuti convertiti." + + # feature loop + - icon: "remove" + title: "Documento multipagina in immagini" + content: "Converti documenti multipagina in immagini pagina per pagina, consentendo un controllo preciso sul processo di trasformazione e facilitando l'estrazione e l'analisi dei documenti basati su immagini." + + # feature loop + - icon: "rotate" + title: "Impostazioni personalizzabili" + content: "Perfeziona i parametri di conversione come risoluzione, qualità e layout per soddisfare requisiti specifici." + + # feature loop + - icon: "swap" + title: "Elaborazione sicura" + content: "Garantisci la privacy dei dati con opzioni di conversione file protette da password." + + # feature loop + - icon: "extract" + title: "Integrazione dell'API" + content: "Integra perfettamente le funzionalità di conversione nelle tue applicazioni , rendendole parte integrante del tuo flusso di lavoro." + + # feature loop + - icon: "orientation" + title: "Conversione robusta" + content: "Garantisci conversioni di file affidabili e prive di errori, garantendo l'accuratezza e l'integrità dei tuoi documenti trasformati." + + # feature loop + - icon: "preview" + title: "Converti documenti dagli archivi" + content: "Estrai e converti documenti dagli archivi, consentendo la trasformazione dei contenuti archiviati all'interno di file compressi." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Esempi di codici" + description: "Esempi di operazioni GroupDocs.Conversion in Python" + items: + # code sample loop: example 1 + - title: "Convertire un documento in un altro formato" + content: | + La caratteristica principale di GroupDocs.Conversion è la capacità di convertire un documento in un formato diverso. + Specificare il tipo di formato di output utilizzando la classe ConvertOptions per convertire un documento. + {{< landing/code title="Converti DOCX in PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Istanziare Converter con il documento di input + with Converter("./business-plan.docx") as converter: + # Istanzia le opzioni di conversione per definire il formato di output + pdf_convert_options = PdfConvertOptions() + + # Convertire il documento di input + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Converti un documento in file con più pagine" + content: | + Conversione di un singolo documento multipagina in singoli file di pagina. + L'esempio dimostra come convertire ciascuna diapositiva di una presentazione PPTX in un'immagine PNG. + {{< landing/code title="Converti diapositive PPTX in PNG in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Istanziare Converter con il documento di input + with Converter("./basic-presentation.pptx") as converter: + # Crea un'istanza delle opzioni di conversione e definisci il formato di output come PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Converti tutte le diapositive e salva nella cartella di output + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Converti file all'interno di contenitori di documenti" + content: | + Converti file incorporati in contenitori di documenti, come file compressi o in pacchetto, in singoli file di output. + L'esempio seguente dimostra come convertire ogni file compresso nell'archivio ZIP in PDF. + {{< landing/code title="Converti file nell'archivio ZIP in PDF in Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Istanziare Converter con il documento di input + with Converter("./compressed.zip") as converter: + # Istanzia le opzioni di conversione per definire il formato di output come PDF + pdf_convert_options = PdfConvertOptions() + + # Estrai, converti e salva i file di output in formato PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.ja.md b/content/conversion/python-net/_index.ja.md new file mode 100644 index 00000000000..8bf3ddd4245 --- /dev/null +++ b/content/conversion/python-net/_index.ja.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: ja +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "Python ドキュメント変換 API | PDF、Word、Excel、PPTX、HTML、画像を変換" +head_description: "強力な Python ドキュメント変換 API。 PDF、Word、DOC、DOCX、Excel、PPT、HTML、AutoCAD、および画像形式を簡単に変換します。" + +############################# Header ############################ +title: "Python APIによるドキュメント変換" +description: ".NET 経由で GroupDocs.Conversion for Python を使用して、PDF、Office、HTML、eBook、および画像形式を変換します。" +words: + for: "for" + +actions: + main: "リリースからダウンロード" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "ライセンス" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "始める準備はできていますか?" + description: "GroupDocs.Conversion 機能を無料で試すか、ライセンスをリクエストしてください" + +release: + title: "バージョン {0} がリリースされました" + notes: "新機能を見る" + downloads: "ダウンロード" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Python で DOCX ファイルを PDF に変換する方法" + more: "他の例" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # ソースDOCXファイルをロードします + converter = Converter("business-plan.docx") + + # 変換オプションを設定する + convert_options = PdfConvertOptions() + + # DOCXをPDFに変換 + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "GroupDocs.Conversion の概要" + description: "GroupDocs.Conversion は、Python アプリケーション内で PDF、Office、HTML、および画像形式からの高品質で柔軟なドキュメント変換を提供します。" + features: + # feature loop + - title: "合理化された変換プロセス" + content: "コンテンツと構造の整合性を維持する信頼性の高い API を使用して、ドキュメントを PDF、Office、HTML、eBook、および画像形式に簡単に変換します。" + + # feature loop + - title: "シームレスなフォーマット切り替え" + content: "単一のメソッド呼び出しと効率的な変換のための簡単なオプションでドキュメント形式を切り替えます。" + + # feature loop + - title: "クロスプラットフォーム互換性" + content: "クロスプラットフォーム操作をサポートしているため、Python 開発者は Windows および macOS システムでの変換を簡単に処理できます。" + +############################# Platforms ############################ +platforms: + enable: true + title: "プラットフォームのサポート" + description: ".NET 経由の GroupDocs.Conversion for Python は、複数のオペレーティング システムおよび Python 環境と互換性があります。" + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "サポートされているファイル形式" + description: | + .NET 経由の GroupDocs.Conversion for Python は、[さまざまなファイル形式](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/) をサポートしています。 + groups: + # group loop + - color: "green" + content: | + ### 文書形式 + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### 画像とマルチメディア + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### その他のフォーマット + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Conversion 機能" + description: "PDF やオフィス ドキュメントを HTML、JPG、PNG、BMP、TIFF、SVG、その他多くの形式にシームレスに変換します。 GroupDocs.Conversion for API は、使いやすくプロジェクトに統合できるように設計されています。変換プロセスをカスタマイズできる機能により、一般的なドキュメント形式をすべてサポートしています。" + + items: + # feature loop + - icon: "merge" + title: "マルチフォーマット変換" + content: "PDF、DOCX、XLSX、PPTX など、さまざまな形式の間でファイルを簡単に変換できます。" + + # feature loop + - icon: "split" + title: "高忠実度の出力" + content: "変換プロセス中、ドキュメントの元の品質と形式が維持されます。" + + # feature loop + - icon: "move" + title: "複数のファイルを変換する" + content: "複数のファイルを変換してアーカイブに結合し、変換されたコンテンツの整理を簡素化します。" + + # feature loop + - icon: "remove" + title: "複数ページのドキュメントを画像に変換" + content: "複数ページのドキュメントをページごとに画像に変換することで、変換プロセスを正確に制御できるようになり、画像ベースのドキュメントの抽出と分析が容易になります。" + + # feature loop + - icon: "rotate" + title: "カスタマイズ可能な設定" + content: "特定の要件を満たすために、解像度、品質、レイアウトなどの変換パラメータを微調整します。" + + # feature loop + - icon: "swap" + title: "安全な処理" + content: "パスワードで保護されたファイル変換オプションでデータのプライバシーを確​​保します。" + + # feature loop + - icon: "extract" + title: "API統合" + content: "変換機能を アプリケーションにシームレスに統合し、ワークフローのシームレスな一部にします。" + + # feature loop + - icon: "orientation" + title: "堅牢な変換" + content: "信頼性が高くエラーのないファイル変換を保証し、変換されたドキュメントの正確性と整合性を保証します。" + + # feature loop + - icon: "preview" + title: "アーカイブからドキュメントを変換する" + content: "アーカイブからドキュメントを抽出して変換し、圧縮ファイル内に保存されているコンテンツの変換を可能にします。" + +############################# Code samples ############################ +code_samples: + enable: true + title: "コードサンプル" + description: "Python での GroupDocs.Conversion 操作の例" + items: + # code sample loop: example 1 + - title: "ドキュメントを別の形式に変換する" + content: | + GroupDocs.Conversion の主な機能は、ドキュメントを別の形式に変換できることです。 + ConvertOptions クラスを使用して出力形式のタイプを指定し、ドキュメントを変換します。 + {{< landing/code title="Python で DOCX を PDF に変換する">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # 入力ドキュメントを使用してコンバータをインスタンス化する + with Converter("./business-plan.docx") as converter: + # 変換オプションをインスタンス化して出力形式を定義する + pdf_convert_options = PdfConvertOptions() + + # 入力ドキュメントを変換する + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "ドキュメントを複数ページのファイルに変換する" + content: | + 単一の複数ページのドキュメントを個別のページ ファイルに変換します。 + この例では、PPTX プレゼンテーションの各スライドを PNG イメージに変換する方法を示します。 + {{< landing/code title="Python で PPTX スライドを PNG に変換する">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # 入力ドキュメントを使用してコンバータをインスタンス化する + with Converter("./basic-presentation.pptx") as converter: + # 変換オプションをインスタンス化し、出力形式を PNG として定義します + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # すべてのスライドを変換し、出力フォルダーに保存します + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "ドキュメントコンテナ内のファイルを変換する" + content: | + 圧縮ファイルやパッケージ化されたファイルなど、ドキュメント コンテナ内に埋め込まれたファイルを個別の出力ファイルに変換します。 + 次の例は、ZIP アーカイブ内の各圧縮ファイルを PDF に変換する方法を示しています。 + {{< landing/code title="Python で ZIP アーカイブ内のファイルを PDF に変換する">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # 入力ドキュメントを使用してコンバータをインスタンス化する + with Converter("./compressed.zip") as converter: + # 変換オプションをインスタンス化して出力形式を PDF として定義します + pdf_convert_options = PdfConvertOptions() + + # 出力ファイルを PDF 形式で抽出、変換、保存する + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.ko.md b/content/conversion/python-net/_index.ko.md new file mode 100644 index 00000000000..04209b39682 --- /dev/null +++ b/content/conversion/python-net/_index.ko.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: ko +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "Python 문서 변환 API | PDF, Word, Excel, PPTX, HTML 및 이미지 변환" +head_description: "강력한 Python 문서 변환 API. PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD 및 이미지 형식을 손쉽게 변환하세요." + +############################# Header ############################ +title: "Python API를 통한 문서 변환" +description: ".NET을 통해 Python용 GroupDocs.Conversion을 사용하여 PDF, Office, HTML, eBook 및 이미지 형식을 변환합니다." +words: + for: "for" + +actions: + main: "릴리스에서 다운로드" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "라이선스" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "시작할 준비가 되셨나요?" + description: "GroupDocs.Conversion 기능을 무료로 사용해 보거나 라이선스를 요청하세요" + +release: + title: "버전 {0} 출시됨" + notes: "새로운 소식 보기" + downloads: "다운로드" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Python에서 DOCX 파일을 PDF로 변환하는 방법" + more: "더 많은 예시" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # 소스 DOCX 파일 로드 + converter = Converter("business-plan.docx") + + # 변환 옵션 설정 + convert_options = PdfConvertOptions() + + # DOCX를 PDF로 변환 + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "GroupDocs.Conversion 개요" + description: "GroupDocs.Conversion은 Python 애플리케이션 내에서 PDF, Office, HTML 및 이미지 형식의 유연한 고품질 문서 변환을 제공합니다." + features: + # feature loop + - title: "간소화된 변환 프로세스" + content: "콘텐츠와 구조 무결성을 유지하는 안정적인 API를 사용하여 문서를 PDF, Office, HTML, eBook 및 이미지 형식으로 쉽게 변환하세요." + + # feature loop + - title: "원활한 형식 전환" + content: "단일 메서드 호출과 효율적인 변환을 위한 간단한 옵션을 사용하여 문서 형식을 전환합니다." + + # feature loop + - title: "플랫폼 간 호환성" + content: "크로스 플랫폼 작업을 지원하므로 Python 개발자가 Windows 및 macOS 시스템에서 쉽게 변환을 처리할 수 있습니다." + +############################# Platforms ############################ +platforms: + enable: true + title: "플랫폼 지원" + description: ".NET을 통한 Python용 GroupDocs.Conversion은 여러 운영 체제 및 Python 환경과 호환됩니다." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "지원되는 파일 형식" + description: | + .NET을 통한 Python용 GroupDocs.Conversion은 [다양한 파일 형식](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/)을 지원합니다. + groups: + # group loop + - color: "green" + content: | + ### 문서 형식 + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### 이미지 및 멀티미디어 + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### 기타 형식 + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Conversion 기능" + description: "PDF 및 사무용 문서를 HTML, JPG, PNG, BMP, TIFF, SVG 및 기타 다양한 형식으로 원활하게 변환합니다. API용 GroupDocs.Conversion은 사용하기 쉽고 프로젝트에 통합되도록 설계되었습니다. 변환 프로세스를 사용자 정의하는 기능을 통해 널리 사용되는 모든 문서 형식을 지원합니다." + + items: + # feature loop + - icon: "merge" + title: "다중 형식 변환" + content: "PDF, DOCX, XLSX, PPTX 등을 포함한 다양한 형식 간에 파일을 쉽게 변환하세요." + + # feature loop + - icon: "split" + title: "충실도 높은 출력" + content: "변환 프로세스 중에 문서의 원래 품질과 형식을 유지하십시오." + + # feature loop + - icon: "move" + title: "여러 파일 변환" + content: "여러 파일을 변환하고 아카이브로 결합하여 변환된 콘텐츠의 구성을 단순화합니다." + + # feature loop + - icon: "remove" + title: "여러 페이지의 문서를 이미지로" + content: "여러 페이지의 문서를 페이지별로 이미지로 변환하여 변환 프로세스를 정밀하게 제어하고 이미지 기반 문서 추출 및 분석을 용이하게 합니다." + + # feature loop + - icon: "rotate" + title: "사용자 정의 가능한 설정" + content: "특정 요구 사항을 충족하도록 해상도, 품질, 레이아웃 등의 변환 매개변수를 미세 조정합니다." + + # feature loop + - icon: "swap" + title: "안전한 처리" + content: "비밀번호로 보호된 파일 변환 옵션으로 데이터 개인정보 보호를 보장하세요." + + # feature loop + - icon: "extract" + title: "API 통합" + content: "변환 기능을 애플리케이션에 원활하게 통합하여 워크플로의 일부로 매끄럽게 만듭니다." + + # feature loop + - icon: "orientation" + title: "강력한 변환" + content: "안정적이고 오류 없는 파일 변환을 보장하여 변환된 문서의 정확성과 무결성을 보장합니다." + + # feature loop + - icon: "preview" + title: "아카이브에서 문서 변환" + content: "아카이브에서 문서를 추출하고 변환하여 압축 파일에 저장된 콘텐츠를 변환할 수 있습니다." + +############################# Code samples ############################ +code_samples: + enable: true + title: "코드 샘플" + description: "Python의 GroupDocs.Conversion 작업 예" + items: + # code sample loop: example 1 + - title: "문서를 다른 형식으로 변환" + content: | + GroupDocs.Conversion의 주요 기능은 문서를 다른 형식으로 변환하는 기능입니다. + 문서를 변환하려면 ConvertOptions 클래스를 사용하여 출력 형식 유형을 지정합니다. + {{< landing/code title="Python에서 DOCX를 PDF로 변환">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # 입력 문서로 Converter 인스턴스화 + with Converter("./business-plan.docx") as converter: + # 변환 옵션을 인스턴스화하여 출력 형식을 정의합니다. + pdf_convert_options = PdfConvertOptions() + + # 입력 문서 변환 + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "문서를 여러 페이지 파일로 변환" + content: | + 단일 다중 페이지 문서를 개별 페이지 파일로 변환합니다. + 이 예에서는 PPTX 프레젠테이션의 각 슬라이드를 PNG 이미지로 변환하는 방법을 보여줍니다. + {{< landing/code title="Python에서 PPTX 슬라이드를 PNG로 변환">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # 입력 문서로 Converter 인스턴스화 + with Converter("./basic-presentation.pptx") as converter: + # 변환 옵션을 인스턴스화하고 출력 형식을 PNG로 정의합니다. + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # 모든 슬라이드를 변환하고 출력 폴더에 저장 + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "문서 컨테이너 내의 파일 변환" + content: | + 압축 파일이나 패키지 파일 등 문서 컨테이너에 포함된 파일을 개별 출력 파일로 변환합니다. + 다음 예에서는 ZIP 아카이브의 각 압축 파일을 PDF로 변환하는 방법을 보여줍니다. + {{< landing/code title="ZIP 아카이브의 파일을 Python에서 PDF로 변환">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # 입력 문서로 Converter 인스턴스화 + with Converter("./compressed.zip") as converter: + # 변환 옵션을 인스턴스화하여 출력 형식을 PDF로 정의 + pdf_convert_options = PdfConvertOptions() + + # 출력 파일을 PDF 형식으로 추출, 변환 및 저장 + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.pt.md b/content/conversion/python-net/_index.pt.md new file mode 100644 index 00000000000..8edb0c9e1a4 --- /dev/null +++ b/content/conversion/python-net/_index.pt.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: pt +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API de conversão de documentos Python | Converta PDF, Word, Excel, PPTX, HTML e imagens" +head_description: "API poderosa de conversão de documentos Python. Converta PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD e formatos de imagem sem esforço." + +############################# Header ############################ +title: "Conversão de documentos via API Python" +description: "Converta formatos PDF, Office, HTML, e-book e imagem usando GroupDocs.Conversion para Python via .NET." +words: + for: "for" + +actions: + main: "Baixe dos lançamentos" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Licenciamento" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Pronto para começar?" + description: "Experimente os recursos GroupDocs.Conversion gratuitamente ou solicite uma licença" + +release: + title: "Versão {0} lançada" + notes: "Veja o que é novo" + downloads: "Transferências" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Como converter arquivos DOCX em PDF em Python" + more: "Mais exemplos" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Carregue o arquivo DOCX de origem + converter = Converter("business-plan.docx") + + # Definir opções de conversão + convert_options = PdfConvertOptions() + + # Converter DOCX em PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Visão geral de GroupDocs.Conversion" + description: "GroupDocs.Conversion oferece conversão flexível e de alta qualidade de documentos de PDF, Office, HTML e formatos de imagem em aplicativos Python." + features: + # feature loop + - title: "Processo de conversão simplificado" + content: "Converta documentos sem esforço para formatos PDF, Office, HTML, e-book e imagem com uma API confiável que mantém a integridade do conteúdo e da estrutura." + + # feature loop + - title: "Troca perfeita de formato" + content: "Alterne entre formatos de documentos com uma única chamada de método e opções simples para conversões eficientes." + + # feature loop + - title: "Compatibilidade entre plataformas" + content: "Suporta operação multiplataforma, permitindo que os desenvolvedores Python lidem com conversões em sistemas Windows e macOS com facilidade." + +############################# Platforms ############################ +platforms: + enable: true + title: "Suporte de plataforma" + description: "GroupDocs.Conversion for Python via .NET é compatível com vários sistemas operacionais e ambientes Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Formatos de arquivo suportados" + description: | + GroupDocs.Conversion para Python via .NET oferece suporte a [vários formatos de arquivo](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Formatos de documentos + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Imagens e multimídia + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Outros formatos + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Recursos de GroupDocs.Conversion" + description: "Converta perfeitamente documentos PDF e de escritório para HTML, JPG, PNG, BMP, TIFF, SVG e muitos outros formatos. A API GroupDocs.Conversion for foi projetada para ser fácil de usar e integrar ao seu projeto. Suporta todos os formatos de documentos populares com a capacidade de personalizar o processo de conversão." + + items: + # feature loop + - icon: "merge" + title: "Conversão multiformato" + content: "Converta arquivos entre vários formatos, incluindo PDF, DOCX, XLSX, PPTX e muito mais, com facilidade." + + # feature loop + - icon: "split" + title: "Saída de alta fidelidade" + content: "Preserve a qualidade e a formatação originais dos documentos durante o processo de conversão." + + # feature loop + - icon: "move" + title: "Convertendo vários arquivos" + content: "Converta vários arquivos e combine-os em um arquivo, simplificando a organização do conteúdo convertido." + + # feature loop + - icon: "remove" + title: "Documento de várias páginas para imagens" + content: "Converta documentos de várias páginas em imagens página por página, permitindo controle preciso sobre o processo de transformação e facilitando a extração e análise de documentos baseados em imagens." + + # feature loop + - icon: "rotate" + title: "Configurações personalizáveis" + content: "Ajuste os parâmetros de conversão, como resolução, qualidade e layout, para atender a requisitos específicos." + + # feature loop + - icon: "swap" + title: "Processamento seguro" + content: "Garanta a privacidade dos dados com opções de conversão de arquivos protegidas por senha." + + # feature loop + - icon: "extract" + title: "Integração de API" + content: "Integre perfeitamente os recursos de conversão em seus aplicativos , tornando-os uma parte integrada de seu fluxo de trabalho." + + # feature loop + - icon: "orientation" + title: "Conversão robusta" + content: "Garanta conversões de arquivos confiáveis ​​e sem erros, garantindo a precisão e integridade dos seus documentos transformados." + + # feature loop + - icon: "preview" + title: "Converta documentos de arquivos" + content: "Extraia e converta documentos de arquivos, permitindo a transformação do conteúdo armazenado em arquivos compactados." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Amostras de código" + description: "Exemplos de operações GroupDocs.Conversion em Python" + items: + # code sample loop: example 1 + - title: "Converter um documento para outro formato" + content: | + O principal recurso do GroupDocs.Conversion é a capacidade de converter um documento para um formato diferente. + Especifique o tipo de formato de saída usando a classe ConvertOptions para converter um documento. + {{< landing/code title="Converta DOCX para PDF em Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Instancie o conversor com o documento de entrada + with Converter("./business-plan.docx") as converter: + # Instancie opções de conversão para definir o formato de saída + pdf_convert_options = PdfConvertOptions() + + # Converter o documento de entrada + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Converta um documento em arquivos de múltiplas páginas" + content: | + Converta um único documento de várias páginas em arquivos de páginas individuais. + O exemplo demonstra como converter cada slide de uma apresentação PPTX em uma imagem PNG. + {{< landing/code title="Converta slides PPTX para PNG em Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Instancie o conversor com o documento de entrada + with Converter("./basic-presentation.pptx") as converter: + # Instancie opções de conversão e defina o formato de saída como PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Converta todos os slides e salve na pasta de saída + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Converta arquivos em contêineres de documentos" + content: | + Converta arquivos incorporados em contêineres de documentos, como arquivos compactados ou empacotados, em arquivos de saída individuais. + O exemplo a seguir demonstra como converter cada arquivo compactado em arquivo ZIP em PDF. + {{< landing/code title="Converta arquivos em arquivo ZIP para PDF em Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Instancie o conversor com o documento de entrada + with Converter("./compressed.zip") as converter: + # Instancie opções de conversão para definir o formato de saída como PDF + pdf_convert_options = PdfConvertOptions() + + # Extraia, converta e salve arquivos de saída em formato PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.ru.md b/content/conversion/python-net/_index.ru.md new file mode 100644 index 00000000000..0c8b3b7d7bf --- /dev/null +++ b/content/conversion/python-net/_index.ru.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: ru +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API преобразования документов Python | Конвертируйте PDF, Word, Excel, PPTX, HTML и изображения." +head_description: "Мощный API преобразования документов Python. Легко конвертируйте PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD и форматы изображений." + +############################# Header ############################ +title: "Преобразование документов через Python API" +description: "Конвертируйте форматы PDF, Office, HTML, электронных книг и изображений с помощью GroupDocs.Conversion для Python через .NET." +words: + for: "for" + +actions: + main: "Загрузка из выпусков" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Лицензирование" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Готовы начать?" + description: "Попробуйте функции GroupDocs.Conversion бесплатно или запросите лицензию." + +release: + title: "Версия {0} выпущена" + notes: "Посмотрите, что нового" + downloads: "Загрузки" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Как конвертировать файлы DOCX в PDF в Python" + more: "Больше примеров" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Загрузите исходный файл DOCX + converter = Converter("business-plan.docx") + + # Установите параметры конвертации + convert_options = PdfConvertOptions() + + # Конвертировать DOCX в PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Обзор GroupDocs.Conversion" + description: "GroupDocs.Conversion предлагает высококачественное и гибкое преобразование документов из форматов PDF, Office, HTML и изображений в приложениях Python." + features: + # feature loop + - title: "Оптимизированный процесс преобразования" + content: "Легко конвертируйте документы в форматы PDF, Office, HTML, электронные книги и изображения с помощью надежного API, который поддерживает целостность содержимого и структуры." + + # feature loop + - title: "Бесшовное переключение формата" + content: "Переключайтесь между форматами документов с помощью одного вызова метода и простых опций для эффективного преобразования." + + # feature loop + - title: "Межплатформенная совместимость" + content: "Поддерживает кросс-платформенную работу, что позволяет разработчикам Python с легкостью выполнять преобразования в системах Windows и macOS." + +############################# Platforms ############################ +platforms: + enable: true + title: "Поддержка платформы" + description: "GroupDocs.Conversion для Python через .NET совместим с несколькими операционными системами и средами Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Поддерживаемые форматы файлов" + description: | + GroupDocs.Conversion для Python через .NET поддерживает [различные форматы файлов] (https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Форматы документов + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Изображения и мультимедиа + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Другие форматы + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Функции преобразования" + description: "Легко конвертируйте PDF и офисные документы в HTML, JPG, PNG, BMP, TIFF, SVG и многие другие форматы. API GroupDocs.Conversion для разработан таким образом, чтобы его было легко использовать и интегрировать в ваш проект. Он поддерживает все популярные форматы документов с возможностью настройки процесса конвертации." + + items: + # feature loop + - icon: "merge" + title: "Мультиформатное преобразование" + content: "С легкостью конвертируйте файлы в различные форматы, включая PDF, DOCX, XLSX, PPTX и другие." + + # feature loop + - icon: "split" + title: "Высококачественный вывод" + content: "Сохраняйте исходное качество и форматирование документов в процессе конвертации." + + # feature loop + - icon: "move" + title: "Преобразование нескольких файлов" + content: "Конвертируйте несколько файлов и объединяйте их в архив, упрощая организацию преобразованного контента." + + # feature loop + - icon: "remove" + title: "Многостраничный документ в изображения" + content: "Преобразуйте многостраничные документы в изображения постранично, обеспечивая точный контроль над процессом преобразования и облегчая извлечение и анализ документов на основе изображений." + + # feature loop + - icon: "rotate" + title: "Настраиваемые настройки" + content: "Точная настройка параметров преобразования, таких как разрешение, качество и макет, в соответствии с конкретными требованиями." + + # feature loop + - icon: "swap" + title: "Безопасная обработка" + content: "Обеспечьте конфиденциальность данных с помощью параметров преобразования файлов, защищенных паролем." + + # feature loop + - icon: "extract" + title: "API-интеграция" + content: "Легко интегрируйте возможности преобразования в свои приложения , делая их неотъемлемой частью вашего рабочего процесса." + + # feature loop + - icon: "orientation" + title: "Надежное преобразование" + content: "Обеспечьте надежное и безошибочное преобразование файлов, гарантируя точность и целостность преобразованных документов." + + # feature loop + - icon: "preview" + title: "Конвертируйте документы из архивов" + content: "Извлекайте и конвертируйте документы из архивов, позволяя преобразовывать содержимое, хранящееся в сжатых файлах." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Примеры кода" + description: "Примеры операций GroupDocs.Conversion в Python" + items: + # code sample loop: example 1 + - title: "Преобразование документа в другой формат" + content: | + Ключевой особенностью GroupDocs.Conversion является возможность конвертировать документ в другой формат. + Укажите тип выходного формата с помощью класса ConvertOptions для преобразования документа. + {{< landing/code title="Преобразование DOCX в PDF в Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Создать экземпляр конвертера с входным документом + with Converter("./business-plan.docx") as converter: + # Создайте экземпляр параметров преобразования для определения выходного формата. + pdf_convert_options = PdfConvertOptions() + + # Преобразование входного документа + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Преобразование документа в несколько файлов страниц" + content: | + Преобразование одного многостраничного документа в отдельные файлы страниц. + В примере показано, как преобразовать каждый слайд презентации PPTX в изображение PNG. + {{< landing/code title="Преобразование слайдов PPTX в PNG в Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Создать экземпляр конвертера с входным документом + with Converter("./basic-presentation.pptx") as converter: + # Создайте экземпляр параметров преобразования и определите выходной формат как PNG. + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Конвертируйте все слайды и сохраните их в выходную папку. + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Преобразование файлов в контейнерах документов" + content: | + Преобразуйте файлы, встроенные в контейнеры документов, например сжатые или упакованные файлы, в отдельные выходные файлы. + В следующем примере показано, как преобразовать каждый сжатый файл в ZIP-архиве в PDF. + {{< landing/code title="Конвертируйте файлы из ZIP-архива в PDF на Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Создать экземпляр конвертера с входным документом + with Converter("./compressed.zip") as converter: + # Создайте экземпляр параметров преобразования, чтобы определить выходной формат как PDF. + pdf_convert_options = PdfConvertOptions() + + # Извлекайте, конвертируйте и сохраняйте выходные файлы в формате PDF. + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.th.md b/content/conversion/python-net/_index.th.md new file mode 100644 index 00000000000..3bce2f5bdbe --- /dev/null +++ b/content/conversion/python-net/_index.th.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: th +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API การแปลงเอกสาร Python | แปลง PDF, Word, Excel, PPTX, HTML และรูปภาพ" +head_description: "API การแปลงเอกสาร Python อันทรงพลัง แปลงรูปแบบ PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD และรูปภาพได้อย่างง่ายดาย" + +############################# Header ############################ +title: "การแปลงเอกสารผ่าน Python API" +description: "แปลงรูปแบบ PDF, Office, HTML, eBook และรูปภาพโดยใช้ GroupDocs.Conversion สำหรับ Python ผ่าน .NET" +words: + for: "for" + +actions: + main: "ดาวน์โหลดจากข่าวประชาสัมพันธ์" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "การออกใบอนุญาต" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "พร้อมที่จะเริ่มต้นหรือยัง?" + description: "ลองใช้คุณสมบัติ GroupDocs.Conversion ฟรีหรือขอใบอนุญาต" + +release: + title: "เวอร์ชัน {0}  ออกแล้ว" + notes: "ดูว่ามีอะไรใหม่" + downloads: "ดาวน์โหลด" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "วิธีแปลงไฟล์ DOCX เป็น PDF ใน Python" + more: "ตัวอย่างเพิ่มเติม" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # โหลดไฟล์ DOCX ต้นฉบับ + converter = Converter("business-plan.docx") + + # ตั้งค่าตัวเลือกการแปลง + convert_options = PdfConvertOptions() + + # แปลง DOCX เป็น PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "ภาพรวมของ GroupDocs.Conversion" + description: "GroupDocs.Conversion นำเสนอการแปลงเอกสารคุณภาพสูงและยืดหยุ่นจากรูปแบบ PDF, Office, HTML และรูปภาพภายในแอปพลิเคชัน Python" + features: + # feature loop + - title: "กระบวนการแปลงที่คล่องตัว" + content: "แปลงเอกสารเป็นรูปแบบ PDF, Office, HTML, eBook และรูปภาพได้อย่างง่ายดายด้วย API ที่เชื่อถือได้ซึ่งรักษาความสมบูรณ์ของเนื้อหาและโครงสร้าง" + + # feature loop + - title: "การสลับรูปแบบที่ไร้รอยต่อ" + content: "สลับระหว่างรูปแบบเอกสารด้วยการเรียกเมธอดเดียวและตัวเลือกที่ตรงไปตรงมาเพื่อการแปลงที่มีประสิทธิภาพ" + + # feature loop + - title: "ความเข้ากันได้ข้ามแพลตฟอร์ม" + content: "รองรับการทำงานข้ามแพลตฟอร์ม ช่วยให้นักพัฒนา Python สามารถจัดการการแปลงบนระบบ Windows และ macOS ได้อย่างง่ายดาย" + +############################# Platforms ############################ +platforms: + enable: true + title: "การสนับสนุนแพลตฟอร์ม" + description: "GroupDocs.Conversion สำหรับ Python ผ่าน .NET เข้ากันได้กับระบบปฏิบัติการหลายระบบและสภาพแวดล้อม Python" + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "รูปแบบไฟล์ที่รองรับ" + description: | + GroupDocs.Conversion สำหรับ Python ผ่าน .NET รองรับ [รูปแบบไฟล์ต่างๆ](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/) + groups: + # group loop + - color: "green" + content: | + ### รูปแบบเอกสาร + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### รูปภาพและมัลติมีเดีย + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### รูปแบบอื่นๆ + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "คุณสมบัติ GroupDocs.Conversion" + description: "แปลงเอกสาร PDF และ Office เป็น HTML, JPG, PNG, BMP, TIFF, SVG และรูปแบบอื่น ๆ ได้อย่างราบรื่น GroupDocs.Conversion สำหรับ API ได้รับการออกแบบมาให้ใช้งานง่ายและผสานรวมเข้ากับโปรเจ็กต์ของคุณ รองรับรูปแบบเอกสารยอดนิยมทั้งหมดพร้อมความสามารถในการปรับแต่งกระบวนการแปลง" + + items: + # feature loop + - icon: "merge" + title: "การแปลงหลายรูปแบบ" + content: "แปลงไฟล์ระหว่างรูปแบบต่างๆ รวมถึง PDF, DOCX, XLSX, PPTX และอื่นๆ ได้อย่างง่ายดาย" + + # feature loop + - icon: "split" + title: "เอาต์พุตความเที่ยงตรงสูง" + content: "รักษาคุณภาพต้นฉบับและการจัดรูปแบบของเอกสารในระหว่างกระบวนการแปลง" + + # feature loop + - icon: "move" + title: "การแปลงไฟล์หลายไฟล์" + content: "แปลงไฟล์หลายไฟล์และรวมเข้าด้วยกันเป็นไฟล์เก็บถาวร ช่วยลดความยุ่งยากในการจัดระเบียบเนื้อหาที่แปลงแล้ว" + + # feature loop + - icon: "remove" + title: "เอกสารหลายหน้าเป็นรูปภาพ" + content: "แปลงเอกสารหลายหน้าเป็นรูปภาพทีละหน้า ช่วยให้สามารถควบคุมกระบวนการแปลงได้อย่างแม่นยำ และอำนวยความสะดวกในการแยกและวิเคราะห์เอกสารตามรูปภาพ" + + # feature loop + - icon: "rotate" + title: "การตั้งค่าที่ปรับแต่งได้" + content: "ปรับแต่งพารามิเตอร์การแปลงอย่างละเอียด เช่น ความละเอียด คุณภาพ และเค้าโครงเพื่อให้ตรงตามข้อกำหนดเฉพาะ" + + # feature loop + - icon: "swap" + title: "การประมวลผลที่ปลอดภัย" + content: "รับประกันความเป็นส่วนตัวของข้อมูลด้วยตัวเลือกการแปลงไฟล์ที่ป้องกันด้วยรหัสผ่าน" + + # feature loop + - icon: "extract" + title: "บูรณาการ API" + content: "ผสานรวมความสามารถในการแปลงเข้ากับแอปพลิเคชัน ของคุณได้อย่างราบรื่น ทำให้เป็นส่วนหนึ่งของขั้นตอนการทำงานของคุณได้อย่างราบรื่น" + + # feature loop + - icon: "orientation" + title: "การแปลงที่แข็งแกร่ง" + content: "รับประกันการแปลงไฟล์ที่เชื่อถือได้และปราศจากข้อผิดพลาด รับประกันความถูกต้องและความสมบูรณ์ของเอกสารที่ถูกแปลงของคุณ" + + # feature loop + - icon: "preview" + title: "แปลงเอกสารจากเอกสารสำคัญ" + content: "แยกและแปลงเอกสารจากไฟล์เก็บถาวร ช่วยให้สามารถแปลงเนื้อหาที่จัดเก็บไว้ในไฟล์บีบอัดได้" + +############################# Code samples ############################ +code_samples: + enable: true + title: "ตัวอย่างโค้ด" + description: "ตัวอย่างการดำเนินการ GroupDocs.Conversion ใน Python" + items: + # code sample loop: example 1 + - title: "แปลงเอกสารเป็นรูปแบบอื่น" + content: | + คุณสมบัติหลักของ GroupDocs.Conversion คือความสามารถในการแปลงเอกสารเป็นรูปแบบอื่น + ระบุประเภทรูปแบบเอาต์พุตโดยใช้คลาส ConvertOptions เพื่อแปลงเอกสาร + {{< landing/code title="แปลง DOCX เป็น PDF ใน Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # สร้างอินสแตนซ์ของตัวแปลงด้วยเอกสารอินพุต + with Converter("./business-plan.docx") as converter: + # สร้างอินสแตนซ์ของตัวเลือกการแปลงเพื่อกำหนดรูปแบบเอาต์พุต + pdf_convert_options = PdfConvertOptions() + + # แปลงเอกสารอินพุต + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "แปลงเอกสารเป็นไฟล์หลายหน้า" + content: | + แปลงเอกสารหลายหน้าเดียวให้เป็นไฟล์แต่ละหน้า + ตัวอย่างนี้สาธิตวิธีการแปลงแต่ละสไลด์ในงานนำเสนอ PPTX เป็นรูปภาพ PNG + {{< landing/code title="แปลงสไลด์ PPTX เป็น PNG ใน Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # สร้างอินสแตนซ์ของตัวแปลงด้วยเอกสารอินพุต + with Converter("./basic-presentation.pptx") as converter: + # สร้างตัวอย่างตัวเลือกการแปลงและกำหนดรูปแบบเอาต์พุตเป็น PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # แปลงสไลด์ทั้งหมดและบันทึกลงในโฟลเดอร์เอาท์พุต + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "แปลงไฟล์ภายในคอนเทนเนอร์เอกสาร" + content: | + แปลงไฟล์ที่ฝังอยู่ภายในคอนเทนเนอร์เอกสาร เช่น ไฟล์บีบอัดหรือไฟล์แพ็กเกจ เป็นไฟล์เอาท์พุตแต่ละไฟล์ + ตัวอย่างต่อไปนี้สาธิตวิธีการแปลงไฟล์บีบอัดแต่ละไฟล์ในไฟล์ ZIP เป็น PDF + {{< landing/code title="แปลงไฟล์ในไฟล์ ZIP เป็น PDF ใน Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # สร้างอินสแตนซ์ของตัวแปลงด้วยเอกสารอินพุต + with Converter("./compressed.zip") as converter: + # สร้างอินสแตนซ์ตัวเลือกการแปลงเพื่อกำหนดรูปแบบเอาต์พุตเป็น PDF + pdf_convert_options = PdfConvertOptions() + + # แยก แปลง และบันทึกไฟล์เอาต์พุตในรูปแบบ PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.uk.md b/content/conversion/python-net/_index.uk.md new file mode 100644 index 00000000000..369e081a65c --- /dev/null +++ b/content/conversion/python-net/_index.uk.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: uk +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API перетворення документів Python | Конвертуйте PDF, Word, Excel, PPTX, HTML і зображення" +head_description: "Потужний API перетворення документів Python. Легко конвертуйте PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD і формати зображень." + +############################# Header ############################ +title: "Перетворення документів через Python API" +description: "Конвертуйте формати PDF, Office, HTML, eBook і зображення за допомогою GroupDocs.Conversion для Python через .NET." +words: + for: "for" + +actions: + main: "Завантажити з Releases" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Ліцензування" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Готові почати?" + description: "Спробуйте функції GroupDocs.Conversion безкоштовно або подайте запит на ліцензію" + +release: + title: "Випущено версію {0}" + notes: "Подивіться, що нового" + downloads: "Завантаження" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Як конвертувати файли DOCX у PDF на Python" + more: "Більше прикладів" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Завантажте вихідний файл DOCX + converter = Converter("business-plan.docx") + + # Встановіть параметри перетворення + convert_options = PdfConvertOptions() + + # Перетворення DOCX на PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Огляд GroupDocs.Conversion" + description: "GroupDocs.Conversion пропонує високоякісне гнучке перетворення документів із форматів PDF, Office, HTML і зображень у програмах Python." + features: + # feature loop + - title: "Оптимізований процес перетворення" + content: "Легко конвертуйте документи у формати PDF, Office, HTML, eBook і зображення за допомогою надійного API, який підтримує цілісність вмісту та структури." + + # feature loop + - title: "Плавне перемикання форматів" + content: "Перемикайтеся між форматами документів за допомогою одного виклику методу та простих параметрів для ефективного перетворення." + + # feature loop + - title: "Кросплатформна сумісність" + content: "Підтримує роботу між платформами, дозволяючи розробникам Python легко виконувати перетворення в системах Windows і macOS." + +############################# Platforms ############################ +platforms: + enable: true + title: "Підтримка платформи" + description: "GroupDocs.Conversion для Python через .NET сумісний із кількома операційними системами та середовищами Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Підтримувані формати файлів" + description: | + GroupDocs.Conversion для Python через .NET підтримує [різні формати файлів](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Формати документів + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Зображення та мультимедіа + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Інші формати + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Функції GroupDocs.Conversion" + description: "Легко конвертуйте PDF-документи та офісні документи у HTML, JPG, PNG, BMP, TIFF, SVG та багато інших форматів. API GroupDocs.Conversion для створено для зручності використання та інтеграції у ваш проект. Він підтримує всі популярні формати документів із можливістю налаштування процесу перетворення." + + items: + # feature loop + - icon: "merge" + title: "Багатоформатне перетворення" + content: "Легко конвертуйте файли між різними форматами, включаючи PDF, DOCX, XLSX, PPTX тощо." + + # feature loop + - icon: "split" + title: "Вихід високої точності" + content: "Зберігайте оригінальну якість і форматування документів під час процесу перетворення." + + # feature loop + - icon: "move" + title: "Перетворення кількох файлів" + content: "Перетворюйте кілька файлів і об’єднуйте їх в архів, спрощуючи організацію перетвореного вмісту." + + # feature loop + - icon: "remove" + title: "Багатосторінковий документ із зображеннями" + content: "Перетворюйте багатосторінкові документи на зображення сторінка за сторінкою, забезпечуючи точний контроль над процесом трансформації та полегшуючи вилучення та аналіз документів на основі зображень." + + # feature loop + - icon: "rotate" + title: "Настроювані параметри" + content: "Тонко налаштуйте такі параметри перетворення, як роздільна здатність, якість і макет, відповідно до конкретних вимог." + + # feature loop + - icon: "swap" + title: "Безпечна обробка" + content: "Забезпечте конфіденційність даних за допомогою параметрів перетворення файлів, захищених паролем." + + # feature loop + - icon: "extract" + title: "Інтеграція API" + content: "Бездоганно інтегруйте можливості перетворення у ваші додатки , зробивши це бездоганною частиною вашого робочого процесу." + + # feature loop + - icon: "orientation" + title: "Надійне перетворення" + content: "Забезпечте надійне та безпомилкове перетворення файлів, гарантуючи точність і цілісність ваших перетворених документів." + + # feature loop + - icon: "preview" + title: "Конвертувати документи з архіву" + content: "Витягуйте та конвертуйте документи з архівів, уможливлюючи перетворення вмісту, що зберігається в стиснених файлах." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Зразки коду" + description: "Приклади операцій GroupDocs.Conversion у Python" + items: + # code sample loop: example 1 + - title: "Перетворення документа в інший формат" + content: | + Ключовою особливістю GroupDocs.Conversion є можливість конвертувати документ в інший формат. + Укажіть тип вихідного формату за допомогою класу ConvertOptions для перетворення документа. + {{< landing/code title="Перетворіть DOCX у PDF на Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Створення екземпляра конвертера з вхідним документом + with Converter("./business-plan.docx") as converter: + # Параметри перетворення екземплярів для визначення вихідного формату + pdf_convert_options = PdfConvertOptions() + + # Перетворіть вхідний документ + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Перетворіть документ на кілька сторінкових файлів" + content: | + Перетворення одного багатосторінкового документа в окремі файли сторінок. + Приклад демонструє, як перетворити кожен слайд у презентації PPTX на зображення PNG. + {{< landing/code title="Перетворіть слайди PPTX на PNG у Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Створення екземпляра конвертера з вхідним документом + with Converter("./basic-presentation.pptx") as converter: + # Створення екземплярів параметрів перетворення та визначення вихідного формату як PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Перетворіть усі слайди та збережіть їх у вихідній папці + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Конвертуйте файли в контейнерах документів" + content: | + Перетворюйте файли, вбудовані в контейнери документів, наприклад стиснені або упаковані файли, в окремі вихідні файли. + У наступному прикладі показано, як конвертувати кожен стиснутий файл у архіві ZIP у PDF. + {{< landing/code title="Конвертуйте файли в ZIP-архіві в PDF на Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Створення екземпляра конвертера з вхідним документом + with Converter("./compressed.zip") as converter: + # Параметри перетворення екземпляра, щоб визначити вихідний формат як PDF + pdf_convert_options = PdfConvertOptions() + + # Розпакуйте, конвертуйте та збережіть вихідні файли у форматі PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.vi.md b/content/conversion/python-net/_index.vi.md new file mode 100644 index 00000000000..6629166365b --- /dev/null +++ b/content/conversion/python-net/_index.vi.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: vi +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "API chuyển đổi tài liệu Python | Chuyển đổi PDF, Word, Excel, PPTX, HTML và hình ảnh" +head_description: "API chuyển đổi tài liệu Python mạnh mẽ. Chuyển đổi các định dạng PDF, Word, DOC, DOCX, Excel, PPT, HTML, AutoCAD và hình ảnh một cách dễ dàng." + +############################# Header ############################ +title: "Chuyển đổi tài liệu qua API Python" +description: "Chuyển đổi các định dạng PDF, Office, HTML, sách điện tử và hình ảnh bằng GroupDocs.Conversion cho Python qua .NET." +words: + for: "for" + +actions: + main: "Tải xuống từ bản phát hành" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "Cấp phép" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "Sẵn sàng để bắt đầu?" + description: "Dùng thử miễn phí các tính năng GroupDocs.Conversion hoặc yêu cầu giấy phép" + +release: + title: "Phiên bản {0}  đã phát hành" + notes: "Xem có gì mới" + downloads: "Tải xuống" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "Cách chuyển đổi tệp DOCX sang PDF bằng Python" + more: "Thêm ví dụ" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # Tải tệp DOCX nguồn + converter = Converter("business-plan.docx") + + # Đặt tùy chọn chuyển đổi + convert_options = PdfConvertOptions() + + # Chuyển đổi DOCX sang PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "Tổng quan về GroupDocs.Conversion" + description: "GroupDocs.Conversion cung cấp khả năng chuyển đổi tài liệu linh hoạt, chất lượng cao từ các định dạng PDF, Office, HTML và hình ảnh trong các ứng dụng Python." + features: + # feature loop + - title: "Quá trình chuyển đổi hợp lý" + content: "Chuyển đổi tài liệu dễ dàng sang các định dạng PDF, Office, HTML, sách điện tử và hình ảnh bằng API đáng tin cậy giúp duy trì tính toàn vẹn của nội dung và cấu trúc." + + # feature loop + - title: "Chuyển đổi định dạng liền mạch" + content: "Chuyển đổi giữa các định dạng tài liệu bằng một lệnh gọi phương thức duy nhất và các tùy chọn đơn giản để chuyển đổi hiệu quả." + + # feature loop + - title: "Khả năng tương thích đa nền tảng" + content: "Hỗ trợ hoạt động đa nền tảng, cho phép các nhà phát triển Python xử lý các chuyển đổi trên hệ thống Windows và macOS một cách dễ dàng." + +############################# Platforms ############################ +platforms: + enable: true + title: "Hỗ trợ nền tảng" + description: "GroupDocs.Conversion cho Python qua .NET tương thích với nhiều hệ điều hành và môi trường Python." + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "Các định dạng tập tin được hỗ trợ" + description: | + GroupDocs.Conversion cho Python qua .NET hỗ trợ [nhiều định dạng tệp khác nhau](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/). + groups: + # group loop + - color: "green" + content: | + ### Định dạng tài liệu + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### Hình ảnh & Đa phương tiện + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### Các định dạng khác + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "Tính năng GroupDocs.Conversion" + description: "Chuyển đổi liền mạch các tài liệu PDF và văn phòng sang HTML, JPG, PNG, BMP, TIFF, SVG và nhiều định dạng khác. GroupDocs.Conversion cho API được thiết kế để dễ sử dụng và tích hợp vào dự án của bạn. Nó hỗ trợ tất cả các định dạng tài liệu phổ biến với khả năng tùy chỉnh quá trình chuyển đổi." + + items: + # feature loop + - icon: "merge" + title: "Chuyển đổi đa định dạng" + content: "Chuyển đổi tệp giữa các định dạng khác nhau, bao gồm PDF, DOCX, XLSX, PPTX, v.v. một cách dễ dàng." + + # feature loop + - icon: "split" + title: "Đầu ra có độ trung thực cao" + content: "Giữ nguyên chất lượng và định dạng ban đầu của tài liệu trong quá trình chuyển đổi." + + # feature loop + - icon: "move" + title: "Chuyển đổi nhiều tập tin" + content: "Chuyển đổi nhiều tệp và kết hợp chúng thành một kho lưu trữ, đơn giản hóa việc tổ chức nội dung được chuyển đổi." + + # feature loop + - icon: "remove" + title: "Nhiều trang tài liệu thành hình ảnh" + content: "Chuyển đổi tài liệu nhiều trang thành hình ảnh từng trang, cho phép kiểm soát chính xác quá trình chuyển đổi và hỗ trợ trích xuất và phân tích tài liệu dựa trên hình ảnh." + + # feature loop + - icon: "rotate" + title: "Cài đặt có thể tùy chỉnh" + content: "Tinh chỉnh các thông số chuyển đổi như độ phân giải, chất lượng và bố cục để đáp ứng các yêu cầu cụ thể." + + # feature loop + - icon: "swap" + title: "Xử lý an toàn" + content: "Đảm bảo quyền riêng tư dữ liệu với các tùy chọn chuyển đổi tệp được bảo vệ bằng mật khẩu." + + # feature loop + - icon: "extract" + title: "Tích hợp API" + content: "Tích hợp liền mạch các khả năng chuyển đổi vào các ứng dụng của bạn, biến nó thành một phần liền mạch trong quy trình làm việc của bạn." + + # feature loop + - icon: "orientation" + title: "Chuyển đổi mạnh mẽ" + content: "Đảm bảo chuyển đổi tệp đáng tin cậy và không có lỗi, đảm bảo tính chính xác và toàn vẹn của tài liệu được chuyển đổi của bạn." + + # feature loop + - icon: "preview" + title: "Chuyển đổi tài liệu từ kho lưu trữ" + content: "Trích xuất và chuyển đổi tài liệu từ kho lưu trữ, cho phép chuyển đổi nội dung được lưu trữ trong các tệp nén." + +############################# Code samples ############################ +code_samples: + enable: true + title: "Mẫu mã" + description: "Ví dụ về các thao tác GroupDocs.Conversion trong Python" + items: + # code sample loop: example 1 + - title: "Chuyển đổi tài liệu sang định dạng khác" + content: | + Tính năng chính của GroupDocs.Conversion là khả năng chuyển đổi tài liệu sang định dạng khác. + Chỉ định loại định dạng đầu ra bằng lớp ConvertOptions để chuyển đổi tài liệu. + {{< landing/code title="Chuyển đổi DOCX sang PDF bằng Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # Khởi tạo Trình chuyển đổi bằng tài liệu đầu vào + with Converter("./business-plan.docx") as converter: + # Khởi tạo các tùy chọn chuyển đổi để xác định định dạng đầu ra + pdf_convert_options = PdfConvertOptions() + + # Chuyển đổi tài liệu đầu vào + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "Chuyển đổi một tài liệu thành nhiều tập tin trang" + content: | + Chuyển đổi một tài liệu nhiều trang thành các tập tin trang riêng lẻ. + Ví dụ minh họa cách chuyển đổi từng slide trong bản trình bày PPTX thành hình ảnh PNG. + {{< landing/code title="Chuyển đổi các slide PPTX sang PNG bằng Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # Khởi tạo Trình chuyển đổi bằng tài liệu đầu vào + with Converter("./basic-presentation.pptx") as converter: + # Khởi tạo các tùy chọn chuyển đổi và xác định định dạng đầu ra là PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # Chuyển đổi tất cả các slide và lưu vào thư mục đầu ra + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "Chuyển đổi tập tin trong vùng chứa tài liệu" + content: | + Chuyển đổi các tệp được nhúng trong vùng chứa tài liệu, chẳng hạn như tệp nén hoặc đóng gói, thành các tệp đầu ra riêng lẻ. + Ví dụ sau đây minh họa cách chuyển đổi từng tệp nén trong kho lưu trữ ZIP sang PDF. + {{< landing/code title="Chuyển đổi tệp trong kho lưu trữ ZIP sang PDF bằng Python">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # Khởi tạo Trình chuyển đổi bằng tài liệu đầu vào + with Converter("./compressed.zip") as converter: + # Khởi tạo các tùy chọn chuyển đổi để xác định định dạng đầu ra dưới dạng PDF + pdf_convert_options = PdfConvertOptions() + + # Trích xuất, chuyển đổi và lưu tệp đầu ra ở định dạng PDF + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +--- diff --git a/content/conversion/python-net/_index.zh.md b/content/conversion/python-net/_index.zh.md new file mode 100644 index 00000000000..a1b39697af8 --- /dev/null +++ b/content/conversion/python-net/_index.zh.md @@ -0,0 +1,285 @@ +--- +############################# Static ############################ +layout: "landing" +date: 2024-11-11T06:39:57 +draft: false + +lang: zh +product: "Conversion" +product_tag: "conversion" +platform: Python via .NET +platform_tag: python-net + +############################# Drop-down ############################ +supported_platforms: + items: + # supported_platforms loop + - title: ".NET" + tag: "net" + # supported_platforms loop + - title: "Java" + tag: "java" + # supported_platforms loop + - title: "Node.js" + tag: "nodejs-java" + # supported_platforms loop + - title: "Python" + tag: "python-net" + + +############################# Head ############################ +head_title: "Python 文档转换 API |转换 PDF、Word、Excel、PPTX、HTML 和图像" +head_description: "强大的Python文档转换API。轻松转换 PDF、Word、DOC、DOCX、Excel、PPT、HTML、AutoCAD 和图像格式。" + +############################# Header ############################ +title: "通过 Python API 进行文档转换" +description: "通过 .NET 使用 GroupDocs.Conversion for Python 转换 PDF、Office、HTML、电子书和图像格式。" +words: + for: "for" + +actions: + main: "从发行版下载" + main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.conversion" + alt: "许可" + alt_link: "https://purchase.groupdocs.com/pricing/conversion/python-net" + title: "准备好开始了吗?" + description: "免费试用 GroupDocs.Conversion 功能或申请许可证" + +release: + title: "版本 {0} 已发布" + notes: "看看有什么新鲜事" + downloads: "下载" + link: "https://releases.groupdocs.com/conversion/python-net/release-notes/latest/" + +code: + title: "如何在 Python 中将 DOCX 文件转换为 PDF" + more: "更多示例" + more_link: "https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" + install: "pip install groupdocs-conversion-net" + content: | + ```python {style=abap} + # 加载源 DOCX 文件 + converter = Converter("business-plan.docx") + + # 设置转换选项 + convert_options = PdfConvertOptions() + + # 将 DOCX 转换为 PDF + converter.convert("converted.pdf", convert_options) + ``` +############################# Overview ############################ +overview: + enable: true + title: "GroupDocs.Conversion 概述" + description: "GroupDocs.Conversion 在 Python 应用程序中提供 PDF、Office、HTML 和图像格式的高质量、灵活的文档转换。" + features: + # feature loop + - title: "简化的转换过程" + content: "使用可保持内容和结构完整性的可靠 API,轻松将文档转换为 PDF、Office、HTML、电子书和图像格式。" + + # feature loop + - title: "无缝格式切换" + content: "通过单个方法调用和简单的选项即可在文档格式之间切换,以实现高效转换。" + + # feature loop + - title: "跨平台兼容性" + content: "支持跨平台操作,让Python开发者可以轻松处理Windows、macOS系统上的转换。" + +############################# Platforms ############################ +platforms: + enable: true + title: "平台支持" + description: "GroupDocs.Conversion for Python via .NET 与多种操作系统和 Python 环境兼容。" + items: + # platform loop + - title: "Amazon" + image: "amazon" + # platform loop + - title: "Docker" + image: "docker" + # platform loop + - title: "Azure" + image: "azure" + # platform loop + - title: "Eclipse" + image: "eclipse" + # platform loop + - title: "IntelliJ" + image: "intellij" + # platform loop + - title: "Windows" + image: "windows" + # platform loop + - title: "Linux" + image: "linux" + # platform loop + - title: "PyPI" + image: "pypi" + +############################# File formats ############################ +formats: + enable: true + title: "支持的文件格式" + description: | + GroupDocs.Conversion for Python via .NET 支持[各种文件格式](https://docs.groupdocs.com/conversion/python-net/supported-file-formats/)。 + groups: + # group loop + - color: "green" + content: | + ### 文档格式 + * **Documents:** PDF, XPS, TEX + * **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT + * **PowerPoint:** PPT, PPTX, PPS, PPSX, ODP, OTP + * **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM + * **Visio:** VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX + * **OpenDocument:** ODT, OTT, ODS + # group loop + - color: "blue" + content: | + ### 图像与多媒体 + * **Images:** BMP, JPEG, PNG, GIF, TIFF, SVG, PS + * **Diagram:** VSDX, DRAW, LUCIDCHART + * **CAD & GIS:** DWG, DXF, DWF, IFC, SHP, KML, GEOJSON + * **3D & Vector:** SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB + # group loop + - color: "red" + content: | + ### 其他格式 + * **eBook:** EPUB, MOBI, AZW, FB2 + * **Web:** HTML, MHTML, MHT + * **Archives:** ZIP, TAR, RAR, 7Z, BZ2, GZ + * **Email & Outlook:** PST, OST, MSG, EML + * **Finance:** QFX, OFX + * **OneNote:** ONE + +############################# Features ############################ +features: + enable: true + title: "GroupDocs.Conversion 功能" + description: "将 PDF 和 Office 文档无缝转换为 HTML、JPG、PNG、BMP、TIFF、SVG 和许多其他格式。 API 的 GroupDocs.Conversion 旨在易于使用并集成到您的项目中。它支持所有流行的文档格式,并能够自定义转换过程。" + + items: + # feature loop + - icon: "merge" + title: "多格式转换" + content: "轻松在各种格式之间转换文件,包括 PDF、DOCX、XLSX、PPTX 等。" + + # feature loop + - icon: "split" + title: "高保真输出" + content: "在转换过程中保留文档的原始质量和格式。" + + # feature loop + - icon: "move" + title: "转换多个文件" + content: "转换多个文件并将它们组合成一个存档,从而简化转换内容的组织。" + + # feature loop + - icon: "remove" + title: "多页文档到图像" + content: "将多页文档逐页转换为图像,从而能够精确控制转换过程并促进基于图像的文档提取和分析。" + + # feature loop + - icon: "rotate" + title: "可定制的设置" + content: "微调分辨率、质量和布局等转换参数以满足特定要求。" + + # feature loop + - icon: "swap" + title: "安全处理" + content: "通过受密码保护的文件转换选项确保数据隐私。" + + # feature loop + - icon: "extract" + title: "API集成" + content: "将转换功能无缝集成到您的 应用程序中,使其成为您工作流程的无缝组成部分。" + + # feature loop + - icon: "orientation" + title: "稳健的转换" + content: "确保可靠且无错误的文件转换,保证转换后文档的准确性和完整性。" + + # feature loop + - icon: "preview" + title: "转换档案中的文档" + content: "从档案中提取并转换文档,从而能够转换压缩文件中存储的内容。" + +############################# Code samples ############################ +code_samples: + enable: true + title: "代码示例" + description: "Python 中的 GroupDocs.Conversion 操作示例" + items: + # code sample loop: example 1 + - title: "将文档转换为另一种格式" + content: | + GroupDocs.Conversion 的主要功能是将文档转换为不同格式的能力。 + 使用 ConvertOptions 类指定输出格式类型以转换文档。 + {{< landing/code title="在 Python 中将 DOCX 转换为 PDF">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_document_to_another_format(): + # 使用输入文档实例化 Converter + with Converter("./business-plan.docx") as converter: + # 实例化转换选项以定义输出格式 + pdf_convert_options = PdfConvertOptions() + + # 转换输入文档 + converter.convert("./business-plan.pdf", pdf_convert_options) + + if __name__ == "__main__": + convert_document_to_another_format() + ``` + {{< /landing/code >}} + # code sample loop: example 2 + - title: "将文档转换为多页文件" + content: | + 将单个多页文档转换为单独的页面文件。 + 该示例演示如何将 PPTX 演示文稿中的每张幻灯片转换为 PNG 图像。 + {{< landing/code title="在 Python 中将 PPTX 幻灯片转换为 PNG">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.filetypes import ImageFileType + from groupdocs.conversion.options.convert import ImageConvertOptions + + def convert_all_document_pages(): + # 使用输入文档实例化 Converter + with Converter("./basic-presentation.pptx") as converter: + # 实例化转换选项并将输出格式定义为 PNG + png_convert_options = ImageConvertOptions() + png_convert_options.format = ImageFileType.PNG + + # 转换所有幻灯片并保存到输出文件夹 + converter.convert_by_page("./converted-pages", png_convert_options) + + if __name__ == "__main__": + convert_all_document_pages() + ``` + {{< /landing/code >}} + # code sample loop: example 3 + - title: "转换文档容器内的文件" + content: | + 将文档容器中嵌入的文件(例如压缩或打包文件)转换为单独的输出文件。 + 以下示例演示如何将 ZIP 存档中的每个压缩文件转换为 PDF。 + {{< landing/code title="在 Python 中将 ZIP 存档中的文件转换为 PDF">}} + ```python {style=abap} + from groupdocs.conversion import Converter + from groupdocs.conversion.options.convert import PdfConvertOptions + + def convert_files_within_document_container(): + # 使用输入文档实例化 Converter + with Converter("./compressed.zip") as converter: + # 实例化转换选项以将输出格式定义为 PDF + pdf_convert_options = PdfConvertOptions() + + # 提取、转换并保存 PDF 格式的输出文件 + converter.convert_multiple("./converted-files", pdf_convert_options) + + if __name__ == "__main__": + convert_files_within_document_container() + ``` + {{< /landing/code >}} + +---