Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 129,092 for

presentation

(0.21 sec)
  1. 通過 C++ 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 PPTX 文件中提取文本和圖像。...SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/zh-hant/cpp/parser/p...
  2. Box-and-Whisker Chart Gets Squished When Conver...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart of “Box and Whisker” type. When I try to get image of the slide, I see that the chart gets squished to right side. The code I used: using Aspose.Slides…...Load the presentation using (Presentation presentation = new Presentation("sample...of slides in the presentation: " + presentation.Slides.Count);...

    forum.aspose.com/t/box-and-whisker-chart-gets-s...
  3. Convert PPTM to POTX using C++ application | pr...

    Sample C++ conversion code for PPTM document to POTX format. Use example code for batch PPTM to POTX conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pptm-...
  4. Convert ODP to PPTM using C++ application | pro...

    Sample C++ conversion code for ODP document to PPTM format. Use example code for batch ODP to PPTM conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/odp-t...
  5. Convert PPTX to ODP using C++ application | pro...

    Sample C++ conversion code for PPTX document to ODP format. Use example code for batch PPTX to ODP conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pptx-...
  6. Merge PDF Files in Java | products.aspose.com

    Merge PDF to PDF in Java. Use Java library API to combine PDF files... merge, and manipulate presentations, PDFs, and other documents...merging PDF to PDF Presentation pres = new Presentation (); try { pres...

    products.aspose.com/slides/java/merger/pdf-to-pdf/
  7. Merge PDF Files in C# | products.aspose.com

    Merge PDF to PDF in C#. Use .NET library API to combine PDF files... merge, and manipulate presentations, PDFs, and other documents...to PDF using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/merger/pdf-to-pdf/
  8. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 Java 中创建和自定义饼图,可导出为 PowerPoint,瞬间提升您的数据叙事能力。...要指定属性,请执行以下操作: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的第二绘图区选项。...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/pie-chart/
  9. Merge Image to PDF in C# | products.aspose.com

    Merge Image to PDF in C#. Use .NET library API to combine Image and PDF... merge, and manipulate presentations, PDFs, images, and other...to PDF using (Presentation pres = new Presentation()) { IPPImage...

    products.aspose.com/slides/net/merger/image-to-...
  10. How to Save Slide as SVG in C++

    In this tutorial, we will explore how to save Slide as SVG in C++. SVG is popular format while rendering images in browsers and using C++, you can convert PowerPoint Slide to SVG in few API calls....Aspose::Slides namespace Load the presentation file for saving slide as...as SVG using Presentation Class instance Use the WriteAsSvg method...

    kb.aspose.com/slides/cpp/how-to-save-slide-as-s...