Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 70,109 for

import

(0.14 sec)
  1. How to Migrate to Aspose.Cells 7.0.0 or Higher|...

    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....approach, you can just import only one import statement in your application...classes, interfaces, etc. Java import com.aspose.cells.* ; We have...

    docs.aspose.com/cells/java/how-to-migrate-to-as...
  2. Merge ODP Files To SVG Using Python | products....

    Merge multiple ODP files in Python....multiple ODP into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/odp...
  3. Merge PDF Files To SVG Using Python | products....

    Merge multiple PDF files in Python....multiple PDF into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/pdf...
  4. Scan Swiss Post Parcel Images via Python via Ja...

    Python source code for Swiss Post Parcel recognition using Java Runtime Environment....Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/swiss-p...
  5. Scan Deutsche Post Identcode and Deutsche Post ...

    Python source code for Deutsche Post Identcode and Deutsche Post Leitcode recognition using Java Runtime Environment....Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/deutsch...
  6. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help....Words: import aspose.words as aw # Load the...example of how to resize images: import aspose.words as aw # Load the...

    forum.aspose.com/t/table-and-image-truncation-d...
  7. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...imaging import ImageFormat from aspose.pydrawing import Color import...import aspose.threed as a3d #load the scene scene = Scene . from_file...

    docs.aspose.com/3d/zh/python-net/render-a-panor...
  8. 使用Python创建、操作或删除工作表中的场景 via .NET|Documentation

    学习如何使用 Aspose.Cells for Python via .NET API 编程方式创建、修改和删除Excel工作表中的场景。...添加新场景 保存修改后的工作簿 import os from aspose.cells import Workbook # For...

    docs.aspose.com/cells/zh/python-net/create-mani...
  9. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....utilities import Vector4 # For complete examples...from aspose.threed.entities import Mesh # For complete examples...

    docs.aspose.com/3d/python-net/create-3d-mesh-an...
  10. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...以下是一个示例代码,展示如何实现这一点: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/word-word-word/320564