Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 144,311 for

pptx

(0.52 sec)
  1. Is It Possible to Use Aspose.Slides in an Azure...

    Hi All, we are trying to use aspose.words (25.7.0) and aspose.slides (25.7.0) in a “plain” Azure Function App (Python 3.12) but as soon as we add the import for these packages the functions do not load anymore. We were …...HttpResponse: “”" HTTP POST: Accept PPTX bytes in the request body and...Query param: filename=yourdeck.pptx (optional) """ try: # If GET...

    forum.aspose.com/t/is-it-possible-to-use-aspose...
  2. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more.... Convert Excel Workbook to PPTX The Aspose.Cells API provides...spreadsheets to PPTX format. To export the workbook to PPTX, pass SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  3. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。... 将修改后的演示文稿写入为 PPTX 文件。 以下 C++ 代码演示如何创建普通图表: //.../out/NormalCharts_out.pptx" ; //实例化一个表示 PPTX 文件的演示文稿类 SharedPtr...

    docs.aspose.com/slides/zh/cpp/create-chart/
  4. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......փոխարկել PPTX-ը Markdown-ին Java-ի միջոցով Ինչպես փոխարկել PPTX-ը Markdown-ի՝...

    kb.aspose.com/hy/categories/page/38/
  5. View or Edit PPT Files Metadata using Python | ...

    Python source code to edit or view PPT format metadata....NET Metadata Ppt PPT PPTX ODP POT ppsx PPT Edit PPT properties...POTM POTX PPS PPSM PPSX PPTM PPTX...

    products.aspose.com/slides/python-net/metadata/...
  6. View or Edit OTP Files Metadata using Python | ...

    Python source code to edit or view OTP format metadata....NET Metadata Otp PPT PPTX ODP POT ppsx OTP Edit OTP properties...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/python-net/metadata/...
  7. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Java....pptx" , SaveFormat . Pptx ); } finally { presentation..."numbered_bullets.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/java/manage-lists/
  8. 在演示文稿中使用 C++ 应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 对 PPT 和 Pptx 文件进行高级形状效果转换 - 仅需数秒即可创建醒目、专业的幻灯片。...pptx" , SaveFormat :: Pptx ); 应用反射效果 以下 C++...Save ( u "reflection.pptx" , SaveFormat :: Pptx ); 应用发光效果 以下 C++...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  9. PptxReadException Is Thrown when Reading the Po...

    Please download the file from the following link. When I run the code, an NotSupportedException is thrown. Presentation presentation = new Presentation(filePath); The following is the error stack information: class …...pptx 弧、弦、圆心角 When I run the code...the problem with reading the PPTX file and added a ticket with...

    forum.aspose.com/t/pptxreadexception-is-thrown-...
  10. 使用 PHP 在演示文稿中自定义图表图例|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现图例格式的个性化。... 将演示文稿写入为 PPTX 文件。 在下面的示例中,我们已为图表图例设置了位置和大小。...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

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