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

presentations

(0.04 sec)
  1. insert OLE objects in presentations using Java ...

    insert OLE objects in Presentations using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in Presentations using Java on Group......insert OLE objects in presentations using Java on GroupDocs Blog...in insert OLE objects in presentations using Java on GroupDocs...

    blog.groupdocs.com/zh/tag/insert-ole-objects-in...
  2. insert OLE objects in presentations using Java ...

    insert OLE objects in Presentations using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in Presentations using Java on Group......insert OLE objects in presentations using Java on GroupDocs Blog...in insert OLE objects in presentations using Java on GroupDocs...

    blog.groupdocs.com/es/tag/insert-ole-objects-in...
  3. insert OLE objects in presentations using Java ...

    insert OLE objects in Presentations using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in Presentations using Java on Group......insert OLE objects in presentations using Java on GroupDocs Blog...in insert OLE objects in presentations using Java on GroupDocs...

    blog.groupdocs.com/zh-hant/tag/insert-ole-objec...
  4. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and new types (TextStrikeout , TextUndreline and TextHighlight ) for Presentation file format along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release new annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file format....and TextHighlight ) for Presentation file format along with improvements...functionality introduced for Presentation file format. New feature...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  5. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...is inserted into another presentation GroupDocs.Total Product...inserting the slide into another presentation. I want all the OLE objects...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  6. Convert images | Documentation

    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/nodejs-java/conve...
  7. 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-...
  8. Convert images | Documentation

    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/
  9. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format....Spreadsheet OOXML Presentation OOXML Macro Enabled Presentation OOXML Macro...Macro Enabled Presentation OOXML SlideShow OOXML Macros Enabled...

    docs.groupdocs.com/assembly/python-net/supporte...
  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...