Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 3,507 for

presentations

(0.57 sec)
  1. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Python via .NET supported document types...97-2003 Presentation Microsoft PowerPoint Presentation Microsoft...PowerPoint Macro-Enabled Presentation Microsoft PowerPoint Macro-Enabled...

    docs.groupdocs.com/merger/python-net/supported-...
  2. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported document types...97-2003 Presentation Microsoft PowerPoint Presentation Microsoft...Macro-Enabled Presentation OpenDocument Presentation OpenDocument...

    docs.groupdocs.com/merger/java/supported-docume...
  3. Java でプレゼンテーションを編集する | PPT/PPTX編集

    PowerPoint プレゼンテーションの編集については、プレゼンテーション編集 API を使用してアプリケーション内で PPT、PPTX、ODP ファイルを編集する Java の例を使用して説明されています。... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); ステップ...

    blog.groupdocs.com/ja/editor/edit-ppt-pptx-pres...
  4. PowerPoint-bestanden online samenvoegen | PPT &...

    Voeg twee of meer PowerPoint-presentatiebestanden online samen tot één. Combineer alle dia's of voeg alleen de specifieke dia's van meerdere PPT/PPTX-bestanden online en programmatisch samen....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/nl/merger/merge-powerpoint-p...
  5. Mesclar apresentações e slides do PowerPoint em...

    Mesclar apresentações do PowerPoint PPT/PPTX em Java. Aprenda como combinar slides específicos de diferentes arquivos usando a API de fusão Java do GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pt/merger/merge-powerpoint-p...
  6. ผสานงานนำเสนอ PowerPoint และสไลด์โดยใช้ C# | รว...

    ผสานงานนำเสนอ PowerPoint โดยใช้ C# นอกจากนี้ รวมสไลด์เฉพาะของไฟล์ PPT/PPTX โดยใช้ .NET merger API โดย GroupDocs...merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/th/merger/merge-powerpoint-p...
  7. Unisci presentazioni e diapositive PowerPoint u...

    Unisci presentazioni PowerPoint usando C#. Inoltre, combina diapositive specifiche di file PPT/PPTX utilizzando l'API di fusione .NET di GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/it/merger/merge-powerpoint-p...
  8. C# Chuyển PPT sang PDF | PPTX sang PDF | Chuyển...

    Chuyển đổi PowerPoint PPT, PPTX sang PDF trong .NET. Các ví dụ về mã C# cho thấy việc chuyển đổi các trang trình bày chọn lọc, liên tiếp và hình mờ bằng API chuyển đổi....converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/vi/conversion/convert-presen...
  9. C# 將 PPT 轉為 PDF | PPTX 轉 PDF |演示文稿轉換

    在 .NET 中將 PowerPoint PPT、PPTX 轉換為 PDF。 C# 代碼示例顯示了選擇性連續幻燈片的轉換以及使用轉換 API 的水印。...converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/zh-hant/conversion/convert-p...
  10. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....convert each slide in a PPTX presentation to a PNG image and save...with Converter ( "./basic-presentation.pptx" ) as converter : #...

    docs.groupdocs.com/conversion/python-net/develo...