Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 3,237 for

presentations

(0.21 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. Working with slide backgrounds | GroupDocs

    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. 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. Convert diagrams | GroupDocs

    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...
  6. Edytuj prezentacje w C# | Edycja .NET PPT/PPTX

    Edytowanie prezentacji programu PowerPoint wyjaśniono za pomocą przykładów C# umożliwiających edycję plików PPT, PPTX, ODP w aplikacji .NET przy użyciu interfejsu API do edycji prezentacji.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/pl/editor/edit-ppt-pptx-pres...
  7. 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...
  8. Generate PDF report from JSON

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....en un formato de informe presentable y fácilmente comprensible...formato JSON no son muy presentables y fácilmente comprensibles...

    blog.groupdocs.com/es/tag/generate-pdf-report-f...
  9. 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...
  10. 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...