Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 3,410 for

presentations

(2.1 sec)
  1. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Portable Document Format Presentation file formats Format Description...OpenDocument Presentation OpenDocument Presentation Template Microsoft...

    docs.groupdocs.com/comparison/net/supported-doc...
  2. PowerPoint-Dateien online zusammenführen | Fusi...

    Führen Sie zwei oder mehr PowerPoint-Präsentationsdateien online zu einer zusammen. Kombinieren Sie alle Folien oder verbinden Sie nur die spezifischen Folien mehrerer PPT/PPTX-Dateien online und programmgesteuert....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/de/merger/merge-powerpoint-p...
  3. Wachtwoord Beveilig PowerPoint-bestanden in Jav...

    PowerPoint-bestanden vergrendelen met wachtwoorden in Java. Wijzig het bestaande wachtwoord en verwijder het om de PPT/PPTX-bestanden te ontgrendelen met behulp van de Java API....merger = new Merger("path/presentation.pptx"); merger.addPassword(addOptions);...merger.save("path/protected-presentation.pptx"); Wanneer u probeert...

    blog.groupdocs.com/nl/merger/lock-unlock-ppt-pp...
  4. C#PPTをPDFに変換| PPTXからPDFへ|プレゼンテーションの変換

    PowerPoint PPT、PPTXを.NETでPDFに変換します。 C#のコード例は、Conversion APIを使用した、選択的で連続したスライドの変換と透かしの変換を示しています。...converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/ja/conversion/convert-presen...
  5. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Watermark for Python....pptx OOXML Presentation ✅ ✅ ✅ ✅ ✅ .pptm OOXML Macro...Macro Enabled Presentation ✅ ✅ ✅ ✅ ✅ .ppsx OOXML SlideShow ✅ ✅...

    docs.groupdocs.com/watermark/python-net/support...
  6. 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...
  7. Adding image watermarks | GroupDocs

    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-...
  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. Convert JSON to PDF in Java

    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....formato JSON no son muy presentables y fácilmente comprensibles...datos JSON en un formato presentable. Este artículo lo guiará...

    blog.groupdocs.com/es/tag/convert-json-to-pdf-i...
  10. รหัสผ่านป้องกันไฟล์ PowerPoint ใน C# | ล็อค ปลด...

    วิธีล็อกไฟล์ PowerPoint ด้วยรหัสผ่านโดยใช้ C# เปลี่ยนรหัสผ่านที่มีอยู่และนำออกเพื่อปลดล็อกไฟล์ PPT/PPTX โดยใช้ .NET API...string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } นี่คือผลลัพธ์ของโค้ดด้านบน...

    blog.groupdocs.com/th/merger/lock-unlock-ppt-pp...