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

presentations

(0.11 sec)
  1. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...Description Language: , , , , PDF: Presentation: FODP, , , , , , , , , ...

    docs.groupdocs.com/conversion/java/convert/image/
  2. Combina presentaciones y diapositivas de PowerP...

    Combina presentaciones de PowerPoint usando C#. Además, combine diapositivas específicas de archivos PPT/PPTX utilizando la API de fusión .NET de GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/es/merger/merge-powerpoint-p...
  3. מיזוג מצגות PowerPoint & Slides ב-Java | מיזוג ...

    מיזוג מצגות PowerPoint 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/he/merger/merge-powerpoint-p...
  4. Объединение презентаций и слайдов PowerPoint в ...

    Объединяйте презентации PowerPoint PPT/PPTX в Java. Узнайте, как объединять определенные слайды из разных файлов с помощью API слияния Java от GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/ru/merger/merge-powerpoint-p...
  5. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the new and improved features....Major changes are done for Presentation document format and introduced...improvements are introduced for Presentation document format like support...

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Multiple NulLReferenceException for different f...

    Hello, We observed multiple NullReferenceExceptions when extracting from different files and would be happy when you fix them to make GroupDocs.Search more reliable. 1. .doc file at \u0006\u001A\u0018\u0015.\u0008()…...Presentation.\u0002(\u000F\u0019\u0005\u001A...\u0002) at Aspose.Slides.Presentation.\u0002(Stream \u0002, Boolean...

    forum.groupdocs.com/t/multiple-nullreferenceexc...
  7. Tải xuống GroupDocs.Redaction for .NET 25.12 – ...

    GroupDocs.Redaction for .NET 25.12 bao gồm các bản sửa lỗi và cập nhật mới nhất được phát hành vào tháng 12 năm 2025. Có sẵn trên NuGet và trang web GroupDocs....cho việc che dấu tài liệu Presentation và WordProcessing. Sửa lỗi...thiện hỗ trợ cho định dạng Presentation với khả năng tương thích...

    blog.groupdocs.com/vi/redaction/groupdocs-redac...
  8. GroupDocs.Assembly Product Family

    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....Processing, Spreadsheet, Presentation, and Email documents. We...Processing, Spreadsheet, Presentation and Email documents. Furthermore...

    blog.groupdocs.com/categories/groupdocs.assembl...
  9. 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-...
  10. C# Convertir PPT a PDF | PPTX a PDF | Conversió...

    Convierta PowerPoint PPT, PPTX a PDF en .NET. Los ejemplos de código C# muestran la conversión de diapositivas consecutivas selectivas y marcas de agua mediante la API de conversión....converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/es/conversion/convert-presen...