Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 64,846 for

import

(0.08 sec)
  1. 使用 Python 导出演示文稿图表|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 导出演示文稿中的图表,支持 PPT、PPTX 和 ODP 格式,并将报告无缝集成到任何工作流中。... import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/zh/python-net/export-chart/
  2. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...12开始,新增了对以下转换功能的支持: 实现PDF到Markdown的转换 import aspose.pdf as ap input_pdf_path...save_options ) 实现OFD到PDF的转换 import aspose.pdf as ap input_path...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  3. 使用 Aspose.PDF for .NET 和 Python|Aspose.PDF for ...

    在本教程中,您将探索在 Python 中创建和修改 PDF 文件的不同方法。... import clr aspose_pdf = clr . AddReference...from System import TimeSpan from Aspose.Pdf import Document ,...

    docs.aspose.com/pdf/zh/net/python-net/
  4. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Python via .NET using clear code samples that speed up slide design and automation.... import aspose.slides as slides with...two shapes. import aspose.slides as slides import aspose.slides...

    docs.aspose.com/slides/python-net/manage-smartart/
  5. Render Resource Usage or Sheet Views in Ruby | ...

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 3 options = Rjb :: import( 'com.aspose.tasks.PdfSaveOptions'...

    docs.aspose.com/tasks/java/rendering-resource-u...
  6. 将目录添加到现有的PDF中使用Ruby|Aspose.PDF for Java

    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.... doc = Rjb :: import ( ' com . aspose . pdf . Document...创建对象以表示目录信息 toc_info = Rjb :: import ( ' com . aspose . pdf . TocInfo...

    docs.aspose.com/pdf/zh/java/add-toc-to-existing...
  7. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated Import of nodes from one document to another...efficiently perform repeated import of nodes from one document...documents. This is known as “importing nodes”. Before you can insert...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Copying And Moving Worksheets in Jython|Documen...

    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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class CopyingAndMovingWork...

    docs.aspose.com/cells/java/copying-and-moving-w...
  9. 使用 Python 转换 XML | Aspose.PDF

    用于转换 XML 并加载到 .NET Framework 上的 PDF 文档的 Python 源代码。...此示例代码显示了如何将 XML 转换为 PDF 文件 import aspose.pdf as apdf transform_xml_to_html...input_xml , xslt_string ): import xml.etree.ElementTree as ET...

    products.aspose.com/pdf/zh-hant/python-net/tran...
  10. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...EncodingType ; import com.aspose.pdf.facades.FontStyle ; import com.aspose...

    docs.aspose.com/pdf/java/add-watermarks/