Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 4,803 for

import

(0.04 sec)
  1. EPUB Converter – Aspose.HTML for Python via .NET

    In this article, you will learn about supported EPUB conversions and consider Python example of how to convert EPUB to PDF....html import * from aspose.html.converters import * from aspose...aspose.html.saving import * # Open an existing EPUB file for reading...

    docs.aspose.com/html/python-net/epub-converter/
  2. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API... Importing Required Modules: The first...step is to import the necessary modules. We import the BytesIO...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  3. Image Stencil – How to Make Stencil in Python

    This article explains how to create stencils from images using Aspose.SVG for Python via .NET API.... Copy 1 import os 2 from aspose. svg import * 3 from aspose...drawing import * 4 from aspose. svg . rendering . image import * 5...

    docs.aspose.com/svg/python-net/image-stencil/
  4. HtmlInsertOptions enumeration | Aspose.Words fo...

    aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....</html>" # Set the new mode of import HTML block-level elements....

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.appendChild method | Aspose.Words...

    CompositeNode.appendChild method. Adds the specified node to the end of the list of child nodes for this node....to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。... svg import * 2 3 # Create a new SVG document...等属性: Copy 1 import os 2 from aspose. svg import * 3 4 # Set up...

    docs.aspose.com/svg/zh/python-net/create-svg-file/
  7. Presentation View Properties|Aspose.Slides for ...

    Manage PowerPoint presentation view properties in Python... import aspose.slides as slides with...view as well as notes view. import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/presentation-...
  8. Flash|Aspose.Slides for Python 文档

    在 Python 中从 PowerPoint 演示文稿中提取 Flash 对象... import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/flash/
  9. 部分|Aspose.Slides for Python 文档

    在Python中获取PowerPoint演示文稿中的部分...Portion 类中,可以用来获取部分开始位置的坐标: import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/portion/
  10. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats... First, you need to import the necessary classes and modules...

    docs.aspose.com/psd/python-net/open-export-psd-...