Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 64,840 for

import

(0.06 sec)
  1. 使用 Python 管理演示文稿中的图表数据标签|Aspose.Slides for Pyth...

    学习如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中添加并格式化图表数据标签,以创建更具吸引力的幻灯片。...中的数据精度: import aspose.slides.charts as charts import aspose.slides...演示了该操作: import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/zh/python-net/chart-data...
  2. Manage Presentation Backgrounds in Python|Aspos...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Python via .NET, with code tips to boost your presentations....normal slide: import aspose.pydrawing as draw import aspose.slides...presentation: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/presentation-...
  3. Insert and Append Documents in Java|Aspose.Word...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Java....position without any previous importing. The following code example...Document at Bookmark You can import a text file into a document...

    docs.aspose.com/words/java/insert-and-append-do...
  4. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....save the image in PNG format: import aspose.slides as slides with...to do this: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/convert-slide/
  5. Convert PDF to EPUB, TeX, Text, XPS in Node.js|...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc in the Node.js environment....CommonJS: Call require and import asposepdfnodejs module as AsposePdf...errorText ); }); ECMAScript/ES6: Import the asposepdfnodejs module...

    docs.aspose.com/pdf/nodejs-cpp/convert-pdf-to-o...
  6. 档案

    档案... import aspose.pycore as aspycore from...from aspose.imaging import RasterImage, Image from aspose.imaging...

    blog.aspose.com/zh/imaging/adjust-image-contras...
  7. Remove Slides from Presentations in Python|Aspo...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Get clear code examples and boost your workflow....slide through its reference: import aspose.slides as slides # Instantiates...a slide through its index: import aspose.slides as slides # Instantiates...

    docs.aspose.com/slides/python-net/remove-slide-...
  8. 在Ruby中将文件转换为MHTML文件|Documentation

    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....workbook ) save_format = Rjb :: import ( 'com.aspose.cells.SaveFormat'...saving options sv = Rjb :: import ( 'com.aspose.cells.HtmlSaveOptions'...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  9. Compare PDF documents|Aspose.PDF for Python via...

    It's possible to compare PDF documents content with annotation marks and side-by-side output.... import aspose.pdf as ap from aspose...aspose.pdf.comparison import SideBySidePdfCompare , SideBySideComparison...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  10. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....column chart: import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiate...

    docs.aspose.com/slides/python-net/create-chart/