Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 143,173 for

pptx

(0.47 sec)
  1. Manage Callouts in Presentation Charts on Andro...

    Create and style callouts in Aspose.Slides for Android with concise Java code examples, compatible with PPT and Pptx to automate presentation workflows....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "chart.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/callout/
  2. Merge POTX Files Online or using Java | product...

    Free online app to combine different POTX presentations. Java merging library code to merge POTX presentation into format of your choice....dropdown Save to required format: PPTX, PDF, DOCX, DOC, XLSX, Image...fonts, and layouts. POTX-to-PPTX Export: Automate converting...

    products.aspose.com/total/java/merge/potx/
  3. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for С++ to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This C++ code demonstrates...< Presentation > ( u "Fonts.pptx" ); // Loads the source font...

    docs.aspose.com/slides/cpp/font-replacement/
  4. 档案

    档案...它使您无需其他软件即可创建、阅读和修改 PPT 和 PPTX 文件。此外,API 支持在 PowerPoint 演示文稿中创建...u"OutputDirectory\\CreateSmartArt_out.pptx"; // 加载演示文件 SharedPtr<Presentation>...

    blog.aspose.com/zh/slides/create-smartart-in-po...
  5. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks using Aspose.Slides for PHP via Java. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); try { // Loop through Excel..."%s Report.pptx" , $employeeName ), SaveFormat :: Pptx ); } finally...

    docs.aspose.com/slides/php-java/excel-integration/
  6. Installation|Aspose.Slides for Python Documenta...

    Learn how to quickly install Aspose.Slides for Python via .NET. Step-by-step guide, system requirements, and code samples — start working with PowerPoint presentations today!...pptx" , slides . export . SaveFormat . PPTX ) macOS System..."NewPresentation.pptx" , slides . export . SaveFormat . PPTX ) FAQ Can...

    docs.aspose.com/slides/python-net/installation/
  7. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for Node.js, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...slides . Presentation ( "pres.pptx" ); try { var keywords = pres...

    docs.aspose.com/slides/nodejs-java/managing-tag...
  8. How to Insert Signature in PowerPoint using Python

    This article provides details about how to insert signature in PowerPoint using Python. All the details related to the configuration, program flow, and a runnable sample code to add digital signature to PowerPoint using Python are provided....presentation and saving it as a PPTX . Steps to Insert Digital Signature...required. Note that currently only PPTX supports adding a digital signature...

    kb.aspose.com/slides/python/how-to-insert-signa...
  9. Converting a PDF file to PPT using Android via ...

    Sample code on Java for PDF to PPT conversion. Use example code for batch PDF to PPT conversion in Android...PptxSaveOptions (); // Save the output in PPTX File xlsFileName = new File..."PDF-to-Powerpoint.pptx" ); try { // Save the file into PPTX format document...

    products.aspose.com/pdf/android-java/conversion...
  10. Underline Gets Cut When Converting a Presentati...

    Hi Team, I have a sample Pptx with a single slide. The slide has a text with an underline. When I get the image of this text using Aspose, I see that the underline is partially cut. I am using Aspose 25.5 version. The …...6:13am 1 Hi Team, I have a sample PPTX with a single slide. The slide...presentation = new Presentation("sample.pptx")) { int shapeCounter = 1; //...

    forum.aspose.com/t/underline-gets-cut-when-conv...