Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 3,356 for

presentations

(0.06 sec)
  1. Supported file formats | GroupDocs

    GroupDocs.Conversion for Node.js via Java supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Document Format File ✅ ✅ Presentation From Description Load Save...XML Presentation ✅ ✅ OpenDocument Flat XML Presentation ✅ ✅ OpenDocument...

    docs.groupdocs.com/conversion/nodejs-java/suppo...
  2. Завантажити GroupDocs.Redaction for .NET 25.12 ...

    GroupDocs.Redaction for .NET 25.12 останні виправлення та оновлення, випущені у грудні 2025 року. Доступно на NuGet та веб‑сайті GroupDocs....у редагуванні документів Presentation та WordProcessing. Fixes...Розширена підтримка форматів Presentation з нещодавно доданою сумісністю...

    blog.groupdocs.com/uk/redaction/groupdocs-redac...
  3. Sunum Görüntüleyici – PPT, PPTX Dosyalarını Anı...

    Ücretsiz bir PPTX görüntüleyici kullanarak veya .NET, Java, Python ve Node.js için API'lerle programlı olarak PowerPoint sunumlarını çevrimiçi nasıl görüntüleyeceğinizi öğrenin....Need to open a PowerPoint presentation but don’t have MS PowerPoint...developer and want to view presentations programmatically? We’ve...

    blog.groupdocs.com/tr/viewer/view-powerpoint-pr...
  4. Scarica GroupDocs.Redaction per .NET 25.12 – Nu...

    GroupDocs.Redaction per .NET 25.12 ultime correzioni e aggiornamenti rilasciati a dicembre 2025. Disponibile su NuGet e sul sito web di GroupDocs....alla redazione di documenti Presentation e WordProcessing. Correzioni...migliorato per i formati Presentation con compatibilità aggiunta...

    blog.groupdocs.com/it/redaction/groupdocs-redac...
  5. Edytuj prezentacje w Javie | Edycja PPT/PPTX

    Edycję prezentacji programu PowerPoint wyjaśniono na przykładzie języka Java umożliwiającym edycję plików PPT, PPTX, ODP w aplikacji przy użyciu interfejsu API do edycji prezentacji.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); Krok...

    blog.groupdocs.com/pl/editor/edit-ppt-pptx-pres...
  6. Java'da Sunumları Düzenleme | PPT/PPTX Düzenleme

    PowerPoint sunumlarını düzenleme, sunum düzenleme API'sini kullanarak uygulamanızdaki PPT, PPTX, ODP dosyalarını düzenlemek için Java örneğiyle açıklanmaktadır.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); Adım...

    blog.groupdocs.com/tr/editor/edit-ppt-pptx-pres...
  7. Unduh GroupDocs.Redaction for .NET 25.12 – Perb...

    Perbaikan dan pembaruan terbaru GroupDocs.Redaction for .NET 25.12 dirilis pada Desember 2025. Tersedia di NuGet dan situs web GroupDocs....untuk penyuntingan dokumen Presentation dan WordProcessing. Perbaikan...ditingkatkan untuk format Presentation dengan kompatibilitas baru...

    blog.groupdocs.com/id/redaction/groupdocs-redac...
  8. عارض العروض التقديمية – فتح وقراءة ملفات PPT و ...

    تعلم كيفية عرض عروض PowerPoint التقديمية عبر الإنترنت باستخدام عارض PPTX مجاني أو برمجيًا عبر واجهات برمجة التطبيقات لـ .NET و Java و Python و Node.js....Need to open a PowerPoint presentation but don’t have MS PowerPoint...developer and want to view presentations programmatically? We’ve...

    blog.groupdocs.com/ar/viewer/view-powerpoint-pr...
  9. دانلود GroupDocs.Redaction برای .NET نسخه 25.12...

    آخرین اصلاحات و به‌روزرسانی‌های GroupDocs.Redaction برای .NET نسخه 25.12 که در دسامبر 2025 منتشر شده‌اند. این نسخه در NuGet و وب‌سایت GroupDocs در دسترس است....برای حذف اطلاعات در اسناد Presentation و WordProcessing معرفی کردیم...بهبود یافته از فرمت های Presentation با اضافه شدن سازگاری جدید...

    blog.groupdocs.com/fa/redaction/groupdocs-redac...
  10. 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-...