Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 2,912 for

presentations

(0.05 sec)
  1. Convert diagrams | Documentation

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for Node.js via Java....Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Visualiseur PowerPoint – Ouvrir et lire des fic...

    Apprenez à visualiser des présentations PowerPoint en ligne à l'aide d'un visualiseur PPTX gratuit ou de manière programmatique avec des API pour .NET, Java, Python et Node.js....viewer = new Viewer("path/presentation.pptx")) { PdfViewOptions...new PdfViewOptions("path/presentation.pdf"); viewer.View(options);...

    blog.groupdocs.com/fr/viewer/view-powerpoint-pr...
  3. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of Presentationslide.getImageFillFormat(). advanced_usage.add_watermarks_to_Presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (Presentationslide slide : content.getSlides()) { if (slide....watermarks / Add watermarks to presentation documents / Working with...advanced_usage.add_watermarks_to_presentations.PresentationGetSlide PresentationLoadOpti...

    docs.groupdocs.com/watermark/java/working-with-...
  4. 在 C# 中編輯簡報 | .NET PPT/PPTX 編輯

    透過 C# 範例說明如何編輯 PowerPoint 簡報,以便使用簡報編輯 API 在 .NET 應用程式中編輯 PPT、PPTX、ODP 檔案。... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Separated Values document Presentation family formats Format Description...95 Presentation Microsoft PowerPoint 97-2003 Presentation Microsoft...

    docs.groupdocs.com/editor/net/supported-documen...
  6. C# Convertir PPT en PDF | PPTX en PDF | Convers...

    Convertissez PowerPoint PPT, PPTX en PDF dans .NET. Des exemples de code C# montrent la conversion de diapositives consécutives sélectives et le filigrane à l'aide de l'API de conversion....converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/fr/conversion/convert-presen...
  7. ادغام پاورپوینت ها و اسلایدها در Java | PPT/PPT...

    ارائه های پاورپوینت PPT/PPTX در Java را ادغام کنید. یاد بگیرید که چگونه اسلایدهای خاصی از فایل های مختلف را با استفاده از Java 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/fa/merger/merge-powerpoint-p...
  8. Convert diagrams | Documentation

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for Java....Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...

    docs.groupdocs.com/conversion/java/convert/diag...
  9. Visor de PowerPoint – Abre y Lee Archivos PPT, ...

    Aprende a ver presentaciones de PowerPoint en línea utilizando un visor de PPTX gratuito o programáticamente con APIs para .NET, Java, Python y Node.js....viewer = new Viewer("path/presentation.pptx")) { PdfViewOptions...new PdfViewOptions("path/presentation.pdf"); viewer.View(options);...

    blog.groupdocs.com/es/viewer/view-powerpoint-pr...
  10. تحرير العروض التقديمية في Java | تحرير PPT/PPTX

    يتم شرح تحرير عروض PowerPoint التقديمية باستخدام مثال Java لتحرير ملفات PPT وPPTX وODP داخل تطبيقك باستخدام واجهة برمجة تطبيقات تحرير العروض التقديمية.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); الخطوة...

    blog.groupdocs.com/ar/editor/edit-ppt-pptx-pres...