Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 3,657 for

presentations

(1.14 sec)
  1. Edytuj prezentacje w C# | Edycja .NET PPT/PPTX

    Edytowanie prezentacji programu PowerPoint wyjaśniono za pomocą przykładów C# umożliwiających edycję plików PPT, PPTX, ODP w aplikacji .NET przy użyciu interfejsu API do edycji prezentacji.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/pl/editor/edit-ppt-pptx-pres...
  2. تحرير العروض التقديمية في Java | تحرير PPT/PPTX

    يتم شرح تحرير عروض PowerPoint التقديمية باستخدام مثال Java لتحرير ملفات PPT وPPTX وODP داخل تطبيقك باستخدام واجهة برمجة تطبيقات تحرير العروض التقديمية.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); الخطوة...

    blog.groupdocs.com/ar/editor/edit-ppt-pptx-pres...
  3. GroupDocs.Editor for Java 26.1 – การอัปเดตและกา...

    สำรวจสิ่งใหม่ใน GroupDocs.Editor for Java 26.1. พร้อมให้ดาวน์โหลดบน NuGet และเว็บไซต์ของ GroupDocs แล้วตอนนี้...ภาพพื้นหลังหายไประหว่างการแปลง HTML → Presentation EDITORNET‑2906 แก้ไขข้อ...นเดอร์เล็กน้อยในการแปลง Presentation → HTML EDITORNET‑2927 เ...

    blog.groupdocs.com/th/editor/groupdocs-editor-f...
  4. إزالة الحماية بكلمة مرور من ملفات PowerPoint | ...

    إزالة كلمة المرور من عروض PowerPoint التقديمية. افتح ملفات PPT / PPTX المحمية بكلمة مرور باستخدام تطبيق مجاني على الإنترنت لمزيل كلمة المرور وبرمجيًا....الإنترنت المسمى PowerPoint Presentation Password Remover Online...filePath = @"path/protected-presentation.pptx"; LoadOptions loadOptions...

    blog.groupdocs.com/ar/merger/unlock-powerpoint-...
  5. Mesclar arquivos do PowerPoint on-line | Fusão ...

    Mescle dois ou mais arquivos de apresentação do PowerPoint online em um. Combine todos os slides ou junte apenas os slides específicos de vários arquivos PPT/PPTX online e programaticamente....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pt/merger/merge-powerpoint-p...
  6. report.pdf

    Eloquent JavaScript 4th edition Marijn Haverbeke Copyright © 2024 by Marijn Haverbeke This work is licensed under a Creative Commons attribution-noncommercial license (http://creativecommons.org/li......the property is no longer present and in will return false. To...to an object, whether it is present in the prototype or not, the...

    docs.groupdocs.com/markdown/net/_sample_files/r...
  7. Hợp nhất Bản trình bày & Trang trình bày PowerP...

    Hợp nhất các bản trình bày PowerPoint bằng C#. Ngoài ra, hãy kết hợp các trang chiếu cụ thể của tệp PPT/PPTX bằng cách sử dụng API hợp nhất .NET của GroupDocs....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. C# 将 PPT 转换为 PDF | PPTX转PDF |演示转换

    在 .NET 中将 PowerPoint PPT、PPTX 转换为 PDF。 C# 代码示例显示了使用 Conversion API 转换选择性、连续幻灯片和水印。...converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/zh/conversion/convert-presen...
  9. Color Chart Series Dynamically using GroupDocs....

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET 18.5. Using the latest version, you can now change the color of chart series and individual point series dynamically for word processing, spreadsheet and presentation formats. We recommend you to install and use the latest version of the API. Features IntroducedFollowing new features are introduced in version 18.5 of the API. Chart Series Coloring in Word Processing Document Chart Series Coloring in Presentation Document Chart Series Coloring in Spreadsheet Document Individual Point Series Coloring in Word Processing Document Individual Point Series Coloring in Presentation Document Individual Point Series Coloring in Word Processing Document Dynamic Coloring of Chart SeriesFor a chart with dynamic data, you can set colors of chart series dynamically based upon expressions....processing, spreadsheet and presentation formats. We recommend you...Chart Series Coloring in Presentation Document Chart Series Coloring...

    blog.groupdocs.com/assembly/color-chart-series-...
  10. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....the presentation. subject The subject of the presentation. keywords...of the presentation. author The name of the presentation’s author...

    docs.groupdocs.com/parser/java/extract-metadata...