Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 3,041 for

presentation

(0.32 sec)
  1. Access Hyperlinks that are Activated on Mouse O...

    Team GroupDocs is excited to release version 17.9.0 of GroupDocs.Watermark for .NET API. The latest version supports watermarking operations for ODT file format. Furthermore, you can access and work with the hyperlinks that are activated on mouse over in PowerPoint Presentations. Please continue to read for more details. Working with Hyperlinks that are Activated on Mouse Over GroupDocs.Watermark for .NET 17.9.0 enables you to work with the hyperlinks that are activated on mouse over in PowerPoint Presentations....mouse over in PowerPoint presentations. Please continue to read...mouse over in PowerPoint presentations. You can access these hyperlinks...

    blog.groupdocs.com/watermark/releasing-groupdoc...
  2. C#에서 암호 보호 PowerPoint 파일 | 잠금 잠금 해제 PPT 및 PPTX

    C#을 사용하여 암호로 PowerPoint 파일을 잠그는 방법. 기존 암호를 변경하고 제거하여 .NET API를 사용하여 PPT/PPTX 파일의 잠금을 해제합니다....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } 다음은 위 코드의 출력입니다...

    blog.groupdocs.com/ko/merger/lock-unlock-ppt-pp...
  3. حماية عروض PowerPoint التقديمية بكلمة مرور | قف...

    أضف كلمة مرور لعروض PowerPoint التقديمية. قفل ملفات PPT بحماية كلمة المرور باستخدام تطبيق مجاني عبر الإنترنت وبرمجيًا باستخدام GroupDocs....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } لمزيد من الإرشادات...

    blog.groupdocs.com/ar/merger/password-protect-p...
  4. Захистіть паролем презентації PowerPoint | Блок...

    Додайте пароль до презентацій PowerPoint. Блокуйте файли PPT із захистом паролем за допомогою безкоштовного онлайн-додатку та програмно за допомогою GroupDocs....string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } Щоб отримати докладніші...

    blog.groupdocs.com/uk/merger/password-protect-p...
  5. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....data visuals into reports, presentations, and print-ready documents...visuals into documents and presentations. It also supports batch...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. QR Code Scanner

    Free online QR code reader is the fastest and most user-friendly web application to scan QR codes....formats such as documents, presentations, spreadsheets and many more...documents, spreadsheets and presentations. For your convenience our...

    products.groupdocs.app/scanner/scan-qr-code
  7. Hợp nhất các tệp PowerPoint trực tuyến | Sáp nh...

    Hợp nhất hai hoặc nhiều tệp bản trình bày PowerPoint trực tuyến thành một. Kết hợp tất cả các trang chiếu hoặc chỉ nối các trang chiếu cụ thể của nhiều tệp PPT/PPTX trực tuyến & theo chương trình....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/vi/merger/merge-powerpoint-p...
  8. PowerPoint 파일 온라인 병합 | PPT 및 PPTX 합병

    온라인에서 두 개 이상의 PowerPoint 프레젠테이션 파일을 하나로 병합합니다. 모든 슬라이드를 결합하거나 온라인 및 프로그래밍 방식으로 여러 PPT/PPTX 파일의 특정 슬라이드만 결합합니다....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/ko/merger/merge-powerpoint-p...
  9. 使用 C# 在 Word、Excel、PowerPoint 中插入 OLE 对象

    使用 .NET API 在 C# 中以编程方式在 Word 文档、Excel 电子表格或 Powerpoint 演示文稿中嵌入或插入文档 OLE 对象。... 现在使用 source Presentation 路径或流实例化 Merger 对象。 调用 ImportDocument...ImportDocument 方法并传递在步骤 1 中设置的 OLE Presentation Options 的对象。 最后,调用 Save...

    blog.groupdocs.com/zh/merger/insert-ole-objects...
  10. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\Presentation.pptx" Watermarker watermarker = new Watermarker("Presentation.... Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker...watermarker = new Watermarker ( "presentation.pptx" ); // Use path to...

    docs.groupdocs.com/watermark/java/adding-image-...