Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 144,294 for

pptx

(0.3 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for PHP via Java. Add, format, and edit charts with practical code examples....the modified presentation as a PPTX file. This PHP code shows you...presentation class that represents a PPTX file $pres = new Presentation...

    docs.aspose.com/slides/php-java/create-chart/
  2. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples....chart as an OLE object in a PPTX presentation using Aspose.Slides...the presentation to disk in PPTX format. Implementation of the...

    docs.aspose.com/slides/net/creating-excel-chart...
  3. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for Android. Add, format, and edit charts with practical Java code examples....the modified presentation as a PPTX file. This Java code shows you...presentation class that represents a PPTX file Presentation pres = new...

    docs.aspose.com/slides/androidjava/create-chart/
  4. Aspose.Slides Regression: PDF Export Fails on F...

    Description: When saving a Pptx to PDF on Linux that references Windows-only CJK fonts (e.g. 맑은 고딕, 新細明體, MS Pゴシック, Yu Gothic, Meiryo), Aspose.Slides v25.12+ crashes with System.InvalidOperationException: Cannot find ta…...1 Description: When saving a PPTX to PDF on Linux that references...Root Cause (as diagnosed): The PPTX files contain no embedded fonts...

    forum.aspose.com/t/aspose-slides-regression-pdf...
  5. Protect PPT Presentation Files using Java | pro...

    Java source code to protect PPT Presentation....Slides Java Protect Ppt PPT PPTX ODP POT ppsx PPT Lock or Password...protect the following formats: ODP PPTX...

    products.aspose.com/slides/java/protect/ppt/
  6. Protect ODP Presentation Files using C++ | prod...

    C++ source code to protect ODP Presentation....Slides C++ Protect Odp PPT PPTX ODP POT ppsx ODP Lock or Password...protect the following formats: PPT PPTX...

    products.aspose.com/slides/cpp/protect/odp/
  7. Protect ODP Presentation Files using Java | pro...

    Java source code to protect ODP Presentation....Slides Java Protect Odp PPT PPTX ODP POT ppsx ODP Lock or Password...protect the following formats: PPT PPTX...

    products.aspose.com/slides/java/protect/odp/
  8. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....Slides C++ Unlock Ppt PPT PPTX ODP POT ppsx PPT Unlock PPT...from the following formats: ODP PPTX...

    products.aspose.com/slides/cpp/unlock/ppt/
  9. 使用 Java 管理演示文稿中的字体|Aspose.Slides 文档

    在 Java 中使用 Aspose.Slides 控制字体:嵌入、替换并加载自定义字体,确保 PPT、Pptx 和 ODP 演示文稿保持清晰、品牌安全且一致。... 将修改后的演示文稿保存为 PPTX 文件。 上述步骤的实现如下。它采用一个未装饰的演示文稿...图:输入文件中的文本 图:相同文本的更新后格式 // 实例化一个表示 PPTX 文件的 Presentation 对象 Presentation...

    docs.aspose.com/slides/zh/java/manage-fonts/
  10. Customize Chart Legends in Presentations Using ...

    Customize chart legends with Aspose.Slides for Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-legend/