Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 242,725 for

aspose slides

(0.58 sec)
  1. Convert OTP to PPSX in PHP | products.aspose.com

    Sample code for OTP to PPSX PHP conversion. Use PowerPoint PHP API for batch conversion OTP files to PPSX files....Tiếng Việt 繁體中文 Products Aspose.Slides PHP via Java Conversion...converting OTP to PPSX Aspose.Slides for PHP via Java Overview...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert PDF to PPSM in PHP | products.aspose.com

    Sample code for PDF to PPSM PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to PPSM files....Tiếng Việt 繁體中文 Products Aspose.Slides PHP via Java Conversion...converting PDF to PPSM Aspose.Slides for PHP via Java Overview...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert PPSX to PPS in PHP | products.aspose.com

    Sample code for PPSX to PPS PHP conversion. Use PowerPoint PHP API for batch conversion PPSX files to PPS files....Tiếng Việt 繁體中文 Products Aspose.Slides PHP via Java Conversion...converting PPSX to PPS Aspose.Slides for PHP via Java Overview...

    products.aspose.com/slides/php-java/conversion/...
  4. Convert PPSM to PPS in PHP | products.aspose.com

    Sample code for PPSM to PPS PHP conversion. Use PowerPoint PHP API for batch conversion PPSM files to PPS files....Tiếng Việt 繁體中文 Products Aspose.Slides PHP via Java Conversion...converting PPSM to PPS Aspose.Slides for PHP via Java Overview...

    products.aspose.com/slides/php-java/conversion/...
  5. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....edit PowerPoint shapes, Aspose.Slides provides the GeometryPath... or logos—directly on your slides. Create an instance of the...

    docs.aspose.com/slides/python-net/custom-shape/
  6. How to Attach a File to a PDF in C#

    This article provides information on how to attach a file to a PDF in C#. It provides steps to write the application along with the configuration details and a runnable sample code to add attachment to PDF in C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/pdf/net/how-to-attach-a-file-to-a...
  7. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Python via .NET calculates and applies effective shape properties for precise PowerPoint and OpenDocument rendering....text portion properties on the slide. In the prototype shape’s text...style on the layout or master slide (if the text frame has one)...

    docs.aspose.com/slides/python-net/shape-effecti...
  8. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...Table Aspose.Cells Product Family slides-java , aspose-cells-java...aspose-cells-java , slides-ole manavjaiswal September 24, 2025, 7:47am 21...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  9. Aspose.Slides for PHP via Java -> Export Presen...

    Hi Aspose team, I’m currently evaluating Aspose.Slides for Java, using it in a Laravel (PHP) application via JavaBridge. I’ve successfully integrated the JavaBridge and deployed the Aspose-Slides-25.4-jdk16.jar (tempora…...Aspose.Slides for PHP via Java -> Export Presentations to HTML...Animations Aspose.Slides Product Family slides-java , slides-animation...

    forum.aspose.com/t/aspose-slides-for-php-via-ja...
  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