Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 11,070 for

powerpoint

(0.16 sec)
  1. Watermark Protected Documents using CSharp on G...

    Watermark Protected Documents using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Documents using CSharp on GroupDocs Blo......را به فایل های Word، PDF، PowerPoint، Excel محافظت شده با رمز...

    blog.groupdocs.com/fa/tag/watermark-protected-d...
  2. insert OLE objects in Excel using Java on Group...

    insert OLE objects in Excel using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in Excel using Java on GroupDocs Blog | Docu......اشیاء OLE در Word، Excel، PowerPoint با استفاده از جاوا اسناد...

    blog.groupdocs.com/fa/tag/insert-ole-objects-in...
  3. Watermark Protected Documents using Java on Gro...

    Watermark Protected Documents using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Documents using Java on GroupDocs Blog | ......ảnh vào các tệp Word, PDF, PowerPoint, Excel được bảo vệ bằng mật...

    blog.groupdocs.com/vi/tag/watermark-protected-d...
  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......trong tài liệu Word, Excel, PowerPoint, PDF trong C# Tìm kiếm Mã...

    blog.groupdocs.com/vi/tag/search-qr-code-in-csh...
  5. Search Barcode in CSharp on GroupDocs Blog | Do...

    Search Barcode in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search Barcode in CSharp on GroupDocs Blog | Document Automation Solutions fo......Developers 在 C# 中搜索 Word、Excel、PowerPoint、PDF 文档中的图像签名 使用 .NET Signature...

    blog.groupdocs.com/zh/tag/search-barcode-in-csh...
  6. Presentation Editing .NET API on GroupDocs Blog...

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

    blog.groupdocs.com/zh/tag/presentation-editing-...
  7. watermark using java on GroupDocs Blog | Docume...

    watermark using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in watermark using java on GroupDocs Blog | Document Automation Solutions for .NET &......APIを使用して、パスワードで保護されたWord、PDF、PowerPoint、Excelファイルにテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/watermark-using-java/...
  8. 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...
  9. Merge to PDF on GroupDocs Blog | Document Autom...

    Merge to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......ออนไลน์ รวมไฟล์งานนำเสนอ PowerPoint สองไฟล์ขึ้นไปทางออนไลน์เป็นไฟล์เดียว...

    blog.groupdocs.com/th/tag/merge-to-pdf/index.xml
  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-...