Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 10,753 for

powerpoint

(0.43 sec)
  1. Edit PPTX CSharp on GroupDocs Blog | Document A...

    Edit PPTX CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit PPTX CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java De......PPT/PPTX 通过 C# 示例解释了如何编辑 PowerPoint 演示文稿,以便使用演示文稿编辑 API 在 .NET...

    blog.groupdocs.com/zh/tag/edit-pptx-csharp/inde...
  2. Search QR code in CSharp on GroupDocs Blog | Do...

    Search QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search QR code in CSharp on GroupDocs Blog | Document Automation Solutions fo......в документах Word, Excel, PowerPoint, PDF на C# Ищите штрих-код...

    blog.groupdocs.com/ru/tag/search-qr-code-in-csh...
  3. Watermark Protected Files using Java on GroupDo...

    Watermark Protected Files using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using Java on GroupDocs Blog | Document......imagem a arquivos Word, PDF, PowerPoint, Excel protegidos por senha...

    blog.groupdocs.com/pt/tag/watermark-protected-f...
  4. Search QR code in CSharp on GroupDocs Blog | Do...

    Search QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search QR code in CSharp on GroupDocs Blog | Document Automation Solutions fo......w programach Word, Excel, PowerPoint, dokumentach PDF w języku...

    blog.groupdocs.com/pl/tag/search-qr-code-in-csh...
  5. insert OLE objects in presentations in csharp o...

    insert OLE objects in presentations in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in presentations in csharp on GroupDo......Word 문서, Excel 스프레드시트 또는 Powerpoint 프레젠테이션에 문서 OLE 개체를 포함하거나...

    blog.groupdocs.com/ko/tag/insert-ole-objects-in...
  6. 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......다른 Word 문서, Excel 스프레드시트, PowerPoint 프레젠테이션에 OLE 개체로 포함합니다. Recent...

    blog.groupdocs.com/ko/tag/insert-ole-objects-in...
  7. Add Watermark to Presentation in Java on GroupD...

    Add Watermark to Presentation in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Presentation in Java on GroupDocs Blog | Docume......Java Developers Prezentacje PowerPoint ze znakiem wodnym Dodawaj...

    blog.groupdocs.com/pl/tag/add-watermark-to-pres...
  8. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…...potm (macro‑enabled PowerPoint template) is processed with...saves the result as a regular PowerPoint package without the VBA project...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  9. GroupDocs.Watermark 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....watermarks to the Microsoft PowerPoint presentations within .NET...watermarks from PDF, Word, Excel, PowerPoint, and Visio documents. In...

    blog.groupdocs.com/categories/groupdocs.waterma...
  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....the slide backgrounds in a PowerPoint document as shown in the...background images that belong to a PowerPoint document as shown in the...

    docs.groupdocs.com/watermark/java/working-with-...