Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 141,691 for

pptx

(0.13 sec)
  1. Aspose.Slides for Java: Memory Leak in slides.a...

    When I have a large presentation (also works with small, but with large ones it’s more obvious. It happens when I try to split a presentation into it’s slides. See my testcode: package de.testaspose import com.aspose.…...pptx", loadOptions ) var mostUsedHeap...oKeep.slideNumber}.pptx", SaveFormat.Pptx ) val usedHeap = (Runtime...

    forum.aspose.com/t/aspose-slides-for-java-memor...
  2. Merge PPSX Files using .NET | products.aspose.com

    C# source code to combine PPSX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/net/merger/ppsx/
  3. Merge PPSM Files using .NET | products.aspose.com

    C# source code to combine PPSM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/net/merger/ppsm/
  4. 汇编幻灯片|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the PPTX file to the Disk pres . Write ( "EmptySlide.pptx" );...( "Slides Test Presentation.pptx" ); //Accessing a slide using...

    docs.aspose.com/slides/zh/net/assemble-slides/
  5. Convert PDF to HTML in C++ | products.aspose.com

    Convert PDF to HTML in C++. Use C++ library API to convert PDF files to HTMLs...pptx" , SaveFormat :: Pptx); How to convert...PDF TO XML PDF TO SVG PDF TO PPTX PDF TO PPT...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  6. Aspose.Slides for Java 14.9.0 的公共 API 和向后不兼容的更改...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx" ); //第一种方式 byte [] imageData..."presentation_out.pptx" , SaveFormat . Pptx ); 为保持页面编号保存幻灯片而添加的方法...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  7. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...pptx" ); $presOut = new Presentation...Presentation ( "presentation.pptx" ); try { $pdfOptions = new...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  8. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for Java and embed Excel charts as OLE objects into PowerPoint (PPT, Pptx) slides in Java....chart as an OLE Object inside PPTX presentation using Aspose.Slides...output presentation to disk in PPTX format. Creating Tables Using...

    docs.aspose.com/slides/java/create-and-embed-an...
  9. Add Trend Lines to Presentation Charts in С++|A...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for С++ — a practical guide to engage your audience....the modified presentation to a PPTX file. The following code is...the modified presentation as a PPTX file The following code is used...

    docs.aspose.com/slides/cpp/trend-line/
  10. 在演示文稿中使用 PHP 管理 OLE|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。实现 OLE 内容的无缝嵌入、更新和导出。... 将修改后的演示文稿写入为 PPTX 文件。 在下例中,我们使用 Aspose.Slides...-> save ( "output.pptx" , SaveFormat :: Pptx ); $presentation...

    docs.aspose.com/slides/zh/php-java/manage-ole/