Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 129,930 for

presentation

(0.13 sec)
  1. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use C++ library API to convert HTML files to JPGs...PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/cpp/conversion/html-...
  2. Can We Remove Email Id and Phone Number While G...

    Hi Team, Can we remove email id and phone number while generating pdf from ppt. Means the output pdf will not have email and phone number. Secondly, can we replace email & phone number with some string e.g “ABC” while…...snippet: Presentation presentation = new Presentation("sample_ppt_file...pptx"); for (ISlide slide : presentation.getSlides()) { for (IShape...

    forum.aspose.com/t/can-we-remove-email-id-and-p...
  3. The Gradient Color Disappears After XLSX-to-PDF...

    When converting the Excel chart to PDF and then to PPTX, the gradient color is missing, and the text in the Y-axis is not rotating properly. Please consider the first slide only. Aspose version: implementation ‘com.as…...Presentation import com.aspose.slides...class PowerPointService { Presentation createPresentationFr(String...

    forum.aspose.com/t/the-gradient-color-disappear...
  4. 在 Android 上从演示文稿获取形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Android via Java 如何计算并应用有效形状属性,以实现精确的 PowerPoint 渲染。...此示例代码展示了如何获取有效值: Presentation pres = new Presentation ( "Presentation1...此示例代码展示了如何获取相机的有效属性: Presentation pres = new Presentation ( "Presentation1...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  5. 通過 Java 合併 PPTM 文件 | products.aspose.com

    用於將 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPTM 文檔結合起來的 Java 示例代碼。... 使用 Presentation 類的實例加載第一個 PPTM 文件。 使用 Presentation 類的實例加載第二個...first PPTM File Presentation prest1 = new Presentation( "prest1.pptm"...

    products.aspose.com/slides/zh-hant/java/merger/...
  6. 在 Java 中嵌入演示文稿的字体|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确呈现。...embedded fonts in PowerPoint presentations. 获取和移除嵌入字体 Aspose.Slides...fonts from a presentation: // 实例化一个表示演示文稿文件的 Presentation 对象 Presentation...

    docs.aspose.com/slides/zh/java/embedded-font/
  7. Intermittent Null Pointer Exception When Saving...

    Hi, I’m facing an intermittent issue, noticing the following error when Presentation.save(OutputStream,SaveFormat.Pptx) is being invoked. This is happening in environment ( not in local), only after deployment. Also, if…...the following error when presentation.save(OutputStream,SaveFormat...Source) , com.aspose.slides.Presentation.x6(Unknown Source) , com...

    forum.aspose.com/t/intermittent-null-pointer-ex...
  8. 在 Android 上为演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 快速在 PowerPoint 图表中添加和自定义趋势线 — 实用指南,帮助您吸引观众。...提供了用于管理不同图表趋势线的简易 API: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/trend-line/
  9. 档案

    档案...使用 Presentation 类加载 PowerPoint PPT/PPTX。 使用 Presentation.save(string...加载演示文稿 presentation = slides.Presentation("presentation.pptx")...

    blog.aspose.com/zh/slides/convert-powerpoint-pp...
  10. 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...