Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 243,599 for

slides

(0.36 sec)
  1. Convert POTX to SVG in JavaScript | products.as...

    Convert POTX to SVG in JavaScript. Use Node.js library API to convert POTX files to SVG...Slides Node.js via .NET Conversion...to SVG in JavaScript Aspose.Slides for Node.js via .NET is a powerful...

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert PPSX to PNG in Node.js | products.aspos...

    Convert PPSX to PNG in Node.js. Use Node.js library API to convert PPSX files to PNGs...Slides Node.js via Java Conversion...PPSX to PNG in Node.js Aspose.Slides for Node.js via Java is a powerful...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert PPTM to PNG in Node.js | products.aspos...

    Convert PPTM to PNG in Node.js. Use Node.js library API to convert PPTM files to PNGs...Slides Node.js via Java Conversion...PPTM to PNG in Node.js Aspose.Slides for Node.js via Java is a powerful...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Convert PPT to PNG in Node.js | products.aspose...

    Convert PPT to PNG in Node.js. Use Node.js library API to convert PPT files to PNGs...Slides Node.js via Java Conversion...PPT to PNG in Node.js Aspose.Slides for Node.js via Java is a powerful...

    products.aspose.com/slides/nodejs-java/conversi...
  5. How to Convert PDF to Presentation using C#

    This simple how-to-topic is about how to convert PDF to presentation using C# by following the detailed configuration steps to verify the working sample code. You can import PDF in PowerPoint using C# by following a very simple API interface....Slides Product Family Aspose.Imaging...application project to install Aspose.Slides for .NET using the NuGet package...

    kb.aspose.com/slides/net/how-to-convert-pdf-to-...
  6. Move a paragraph from one presentation to anoth...

    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....true )) { // Get the first slide in the source presentation....TextBody textBody1 = slide1 . Slide . Descendants < TextBody >()...

    docs.aspose.com/slides/net/move-a-paragraph-fro...
  7. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,以便无缝进行 PowerPoint 和 OpenDocument 自动化。...Contents [ Hide ] 介绍 历史上,Aspose Slides 依赖于 java.awt,并且在公共 API 中包含以下来自该库的类:...BufferedImage。Graphics2D 已被标记为已弃用,并从公共 Slides API 中移除其支持。 在 24.8 版中,将移除依赖于...

    docs.aspose.com/slides/zh/java/modern-api/
  8. Failed to Open the PowerPoint Presentation with...

    Hi, I have a PPTX which I try to read using Aspose: PptImgExporter.cs: line 109: Presentation m_presentation = new Presentation(szPptxPath); This line gives error: Aspose is not able to read this PPT. The error on …...Slides Product Family slides-net , slides-image bhav...there. Exception - at Aspose.Slides.?? .(Presentation , Stream...

    forum.aspose.com/t/failed-to-open-the-powerpoin...
  9. Split PPT Files Online or via Java | products.a...

    Free online app to split different PPT files. Java Splitter library code for PPT documents....Iterate through each slide by counting all slides. Create clone of...of each slide addClone() method. Save each cloned slide into new...

    products.aspose.com/total/java/split/ppt/
  10. Pptx转md怎么支持图片上传到远端服务器 or 怎么保证pptx的文本不被转义 - Free...

    我希望将pptx转换为md时,将pptx的所有图片上传到远端服务器,但是我不希望图片直接落盘,因此我才用了如下的方式: 1、遍历所有的shape,找到所有的图片,下载并上传到我的服务器 2、删除图片shape,并在原位置插入图片的url(markdown格式) 但是这样转换,会导致我插入的文本被转义,导致md无法正确识别图片,有什么解决办法么? 或者有没有现场的更好的实践方案? var pres = new Presentat…...怎么保证pptx的文本不被转义 中文技术支持 slides-java , slides-image , slides-mdexport Endergarten...(var slide : pres.getSlides()) { for (var shape : slide.getShapes())...

    forum.aspose.com/t/pptx-md-or-pptx/318649