Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgen-nykytenko committed May 2, 2024
1 parent 96fe1b1 commit ff6ceed
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "PPTX in PDF exportieren"
content: |
Erstellen Sie eine Instanz der `PdfViewOptions`-Klasse und übergeben Sie sie an die `Viewer.view`-Methode, um eine PowerPoint-PPTX-Datei in PDF zu konvertieren. Die Eigenschaften der `PdfViewOptions`-Klasse ermöglichen die Steuerung des Konvertierungsprozesses. Details finden Sie im folgenden Abschnitt der Dokumentation: [https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/).
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Export PPTX to PDF"
content: |
Create a `PdfViewOptions` class instance and pass it to the `Viewer.view` method to convert a PowerPoint PPTX file to PDF. The `PdfViewOptions` class properties allow you to control the conversion process. For instance, you can protect the output PDF file, reorder its pages, and specify the quality of document images. Refer to the [following documentation section](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) for details.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Exportar PPTX a PDF"
content: |
Cree una instancia de la clase `PdfViewOptions` y pásesela al método `Viewer.view` para convertir un archivo PowerPoint PPTX a PDF. Las propiedades de la clase `PdfViewOptions` le permiten controlar el proceso de conversión. Consulte la siguiente sección de la documentación para obtener más detalles: [enlace a la sección de conversión a PDF](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/)
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "خروجی گرفتن PPTX به PDF"
content: |
یک نمونه از کلاس `PdfViewOptions` ایجاد کنید و آن را به متد `Viewer.view` برای تبدیل یک فایل پاورپوینت PPTX به PDF منتقل کنید. ویژگی های کلاس `PdfViewOptions` به شما امکان کنترل فرآیند تبدیل را می دهد. برای جزئیات بیشتر، بخش بعدی اسناد را در [اینجا](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) ببینید.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Exporter PPTX au format PDF"
content: |
Créez une instance de la classe `PdfViewOptions` et transmettez-la à la méthode `Viewer.view` pour convertir un fichier PowerPoint PPTX en PDF. Les propriétés de la classe `PdfViewOptions` vous permettent de contrôler le processus de conversion. Par exemple, vous pouvez protéger le fichier PDF de sortie, réorganiser ses pages et spécifier la qualité des images du document. Consultez la [section suivante de la documentation](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) pour plus de détails.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Ekspor PPTX ke PDF"
content: |
Buat instance kelas `PdfViewOptions` dan berikan ke metode `Viewer.view` untuk mengonversi file PowerPoint PPTX ke PDF. Properti kelas `PdfViewOptions` memungkinkan Anda untuk mengontrol proses konversi. Misalnya, Anda dapat melindungi file PDF keluaran, menyusun ulang halamannya, dan menentukan kualitas gambar dokumen. Lihat [bagian dokumentasi berikut](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) untuk detailnya.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Esportazione di PPTX in PDF"
content: |
Creare un'istanza della classe `PdfViewOptions` e passarla al metodo `Viewer.view` per convertire un file PowerPoint PPTX in PDF. Le proprietà della classe `PdfViewOptions` consentono di controllare il processo di conversione. Ad esempio, è possibile proteggere il file PDF di output, riordinarne le pagine e specificare la qualità delle immagini del documento. Consulta la [seguente sezione della documentazione](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) per i dettagli.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "PPTXをPDFにエクスポート"
content: |
``PdfViewOptions`` クラスのインスタンスを作成し、``Viewer.view`` メソッドに渡して、PowerPoint PPTXファイルをPDFに変換します。 ``PdfViewOptions`` クラスのプロパティを使用すると、変換プロセスを制御できます。たとえば、出力PDFファイルを保護したり、ページの順序を変更したり、ドキュメントの画像の品質を指定したりできます。詳細については、[次のドキュメントセクション](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/)を参照してください。
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "PPTX를 PDF로 내보내기"
content: |
``PdfViewOptions`` 클래스의 인스턴스를 만들어 ``Viewer.view`` 메서드에 전달하여 PowerPoint PPTX 파일을 PDF로 변환합니다. ``PdfViewOptions`` 클래스의 속성을 사용하면 변환 프로세스를 제어할 수 있습니다. 예를 들어 출력 PDF 파일을 보호하거나, 페이지 순서를 변경하거나, 문서 이미지의 품질을 지정할 수 있습니다. 자세한 내용은 [다음 문서 섹션](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/)을 참조하십시오.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Exportação de PPTX em PDF"
content: |
Crie uma instância da classe `PdfViewOptions` e passe-a para o método `Viewer.view` para converter um arquivo PowerPoint PPTX em PDF. As propriedades da classe `PdfViewOptions` permitem controlar o processo de conversão. Por exemplo, você pode proteger o arquivo PDF de saída, reorganizar suas páginas e especificar a qualidade das imagens do documento. Consulte a [seguinte seção da documentação](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/) para obter detalhes.
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Экспорт PPTX в PDF"
content: |
Создайте экземпляр класса `PdfViewOptions` и передайте его методу `Viewer.view` для преобразования файла PowerPoint PPTX в PDF. Свойства класса `PdfViewOptions` позволяют управлять процессом конвертации. Например, вы можете защитить выходной PDF-файл, изменить порядок его страниц и указать качество изображений документа. Дополнительные сведения см. в [следующем разделе документации](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/).
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.th.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "ส่งออก PPTX เป็น PDF"
content: |
สร้างอินสแตนซ์ของคลาส [PdfViewOptions](placeholder) และส่งผ่านไปยังเมธอด `Viewer.view` เพื่อแปลงไฟล์ PowerPoint PPTX เป็น PDF คุณสมบัติของคลาส [PdfViewOptions](placeholder) ช่วยให้คุณควบคุมกระบวนการแปลง ตัวอย่างเช่น คุณสามารถป้องกันไฟล์ PDF เอาต์พุต, เปลี่ยนลำดับหน้าของไฟล์ หรือระบุคุณภาพของรูปภาพในเอกสาร สำหรับข้อมูลเพิ่มเติม โปรดดู [ส่วนต่อไปนี้ของเอกสาร](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/)
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Експорт PPTX в PDF"
content: |
Створіть екземпляр класу `PdfViewOptions` і передайте його методу `Viewer.view` для перетворення файлу PowerPoint PPTX у PDF. Властивості класу `PdfViewOptions` дозволяють керувати процесом перетворення. Наприклад, ви можете захистити вихідний PDF-файл, змінити порядок його сторінок і указати якість зображень документа. Докладніше дивіться в [наступному розділі документації](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/)
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "Xuất PPTX sang PDF"
content: |
Tạo một phiên bản của lớp `PdfViewOptions` và truyền nó cho phương thức `Viewer.view` để chuyển đổi tệp PowerPoint PPTX sang PDF. Các thuộc tính của lớp `PdfViewOptions` cho phép bạn kiểm soát quá trình chuyển đổi. Ví dụ: bạn có thể bảo vệ tệp PDF đầu ra, sắp xếp lại các trang của nó và chỉ định chất lượng hình ảnh của tài liệu. Để biết thêm thông tin, vui lòng xem [phần tiếp theo của tài liệu](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/).
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down
2 changes: 1 addition & 1 deletion content/viewer/python-net/_index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ code_samples:
- title: "将 PPTX 导出为 PDF"
content: |
创建一个 `PdfViewOptions` 类实例并将其传递给 `Viewer.view` 方法,以将 PowerPoint PPTX 文件转换为 PDF。 `PdfViewOptions` 类属性可以让您控制转换过程。例如,您可以保护输出 PDF 文件,更改其页面顺序并指定文档图像质量。有关详细信息,请参阅 [文档的下一部分](https://docs.groupdocs.com/viewer/python-net/rendering-to-pdf/).
{{< landing/code title="JavaScript">}}
{{< landing/code title="Python">}}
```python {style=abap}
import groupdocs.viewer as gv
import groupdocs.viewer.options as gvo
Expand Down

0 comments on commit ff6ceed

Please sign in to comment.