Skip to content

Commit

Permalink
Added Python landings
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgen-nykytenko committed May 2, 2024
1 parent 8d94812 commit d651639
Show file tree
Hide file tree
Showing 30 changed files with 4,845 additions and 15 deletions.
41 changes: 40 additions & 1 deletion content/viewer/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "Demo – bald verfügbar"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "Über 180 Dateiformate"
rows: "1"
# features loop
- content: "UI-Paket – bald verfügbar"
rows: "1"
# features loop
- content: "Demo – bald verfügbar"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// Laden Sie die DOCX-Datei zum Rendern
with gv.Viewer("sample.docx") as viewer:
// Rendern Sie DOCX in eine PDF-Datei
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
41 changes: 40 additions & 1 deletion content/viewer/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "Demo - coming soon"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "180+ file formats"
rows: "1"
# features loop
- content: "UI package - coming soon"
rows: "1"
# features loop
- content: "Demo - coming soon"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// Load DOCX file to render
with gv.Viewer("sample.docx") as viewer:
// Render DOCX to a PDF file
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
41 changes: 40 additions & 1 deletion content/viewer/_index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "Demostración: próximamente"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "Más de 180 formatos de archivo"
rows: "1"
# features loop
- content: "Paquete de interfaz de usuario: próximamente"
rows: "1"
# features loop
- content: "Demostración: próximamente"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// Cargue el archivo DOCX para renderizar
with gv.Viewer("sample.docx") as viewer:
// Renderizar DOCX a un archivo PDF
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
41 changes: 40 additions & 1 deletion content/viewer/_index.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "نسخه ی نمایشی - به زودی"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "بیش از 180 فرمت فایل"
rows: "1"
# features loop
- content: "بسته UI - به زودی"
rows: "1"
# features loop
- content: "نسخه ی نمایشی - به زودی"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// فایل DOCX را برای رندر بارگیری کنید
with gv.Viewer("sample.docx") as viewer:
// DOCX را به یک فایل PDF رندر کنید
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
41 changes: 40 additions & 1 deletion content/viewer/_index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "Démo - à venir"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "Plus de 180 formats de fichiers"
rows: "1"
# features loop
- content: "Package d'interface utilisateur - à venir"
rows: "1"
# features loop
- content: "Démo - à venir"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// Charger le fichier DOCX à rendre
with gv.Viewer("sample.docx") as viewer:
// Rendre DOCX dans un fichier PDF
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
41 changes: 40 additions & 1 deletion content/viewer/_index.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,29 @@ supported_platforms:
- content: "Demo - segera hadir"
rows: "3"

# supported_platforms loop
- title: "Python"
description: "GroupDocs.Viewer for Python"
color: "yellow"
tag: "python-net"
link: "/viewer/python-net/"
features_link: "https://docs.groupdocs.com/viewer/python-net/system-requirements/"
features:
# features loop
- content: "Python 3.9+ <br> and .Net 6+"
rows: "3"
# features loop
- content: "Windows, Linux, macOS"
rows: "1"
# features loop
- content: "180+ format file"
rows: "1"
# features loop
- content: "Paket UI - segera hadir"
rows: "1"
# features loop
- content: "Demo - segera hadir"
rows: "3"

############################# Features ############################

Expand Down Expand Up @@ -179,6 +202,19 @@ code_samples:
viewer.view(viewOptions)
```
- language: "Python"
color: "yellow"
content: |
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
// Muat file DOCX untuk dirender
with gv.Viewer("sample.docx") as viewer:
// Render DOCX ke file PDF
viewOptions = gvo.PdfViewOptions("output.pdf")
viewer.view(viewOptions)
```
############################# Formats ############################
formats:
Expand Down Expand Up @@ -277,7 +313,10 @@ actions:
- title: "Node.js"
link: "/viewer/nodejs-java/"
color: "green"

# loop
- title: "Python"
link: "/viewer/python-net/"
color: "yellow"

############################# Faq ############################

Expand Down
Loading

0 comments on commit d651639

Please sign in to comment.