Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 3,519 for

presentations

(0.12 sec)
  1. 删除 PowerPoint 文件的密码保护 |解锁 PPT/PPTX

    从 PowerPoint 演示文稿中删除密码。使用免费的在线密码删除应用程序并以编程方式解锁受密码保护的 PPT/PPTX 文件。...filePath = @"path/protected-presentation.pptx"; LoadOptions loadOptions...merger.Save(@"path/no-pwd-presentation.pptx"); } 有关添加、更新和删除 PowerPoint...

    blog.groupdocs.com/zh/merger/unlock-powerpoint-...
  2. 密碼保護 PowerPoint 演示文稿 |鎖定 PPT 文件

    為 PowerPoint 演示文稿添加密碼。使用免費在線應用程序並使用 GroupDocs 以編程方式鎖定具有密碼保護的 PPT 文件。...string filePath = @"path/presentation.pptx"; AddPasswordOptions...merger.Save(@"path/protected-presentation.pptx"); } 更詳細的說明,您可以參考文章...

    blog.groupdocs.com/zh-hant/merger/password-prot...
  3. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using Java language...DOCX document, PowerPoint presentation, audio or video files into...via OLE Add document to Presentation via OLE Add document to...

    docs.groupdocs.com/merger/java/import-documents/
  4. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using C# language...DOCX document, PowerPoint presentation, audio or video files into...via OLE Add document to Presentation via OLE Add document to...

    docs.groupdocs.com/merger/net/import-documents/
  5. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....documents from an index is presented below. C# string indexFolder...on the output adapters are presented on the page . After generating...

    docs.groupdocs.com/search/net/getting-indexed-d...
  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. Dividi o unisci PDF, PowerPoint, Excel, Word, d...

    Dividi o unisci PDF, Word DOC/DOCX, XLS/XLSX fogli di calcolo Excel, presentazioni PPT/PPTX, disegni Visio, eBook e altri documenti in Java. Passaggi ed esempi....= "presentation.ppt"; String filePathOut = "presentation\_{0}...the presentation into multiple single page presentations. SplitOptions...

    blog.groupdocs.com/it/merger/merge-pdf-word-exc...
  8. Pisahkan atau Gabungkan PDF, PowerPoint, Excel,...

    Pisahkan atau Gabungkan spreadsheet PDF, Word DOC/DOCX, XLS/XLSX Excel, presentasi PPT/PPTX, Gambar Visio, eBuku, & dokumen lainnya di Java. Langkah & contoh....= "presentation.ppt"; String filePathOut = "presentation\_{0}...the presentation into multiple single page presentations. SplitOptions...

    blog.groupdocs.com/id/merger/merge-pdf-word-exc...
  9. Chuyển đổi Bản trình bày sang PDF trong Java | ...

    Lập trình chuyển đổi các bản trình bày của MS PowerPoint và các định dạng Open Office Impress như ODP, PPT, PPTX sang PDF bằng API chuyển đổi Java....converter = new Converter("presentation.pptx"); PdfConvertOptions...converter = new Converter("presentation.pptx"); PdfConvertOptions...

    blog.groupdocs.com/vi/conversion/convert-presen...
  10. 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-...