Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 71,655 for

import

(1.29 sec)
  1. Working with Linear Extrusion|Documentation

    Aspose.3D for Python via .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....threed import FileFormat , Scene from aspose...aspose.threed.entities import LinearExtrusion from aspose.threed...

    docs.aspose.com/3d/python-net/working-with-line...
  2. Get Radio Button Options|Aspose.PDF for Python ...

    This article demonstrates how to retrieve the currently selected value of a radio button field in a PDF document using Aspose.PDF Facades API....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/get-radio-button...
  3. Get, Update, and Expand PDF Bookmarks in Python...

    Learn how to retrieve, update, and expand bookmarks in PDF documents using Python.... from os import path import sys import aspose.pdf as ap...object. from os import path import sys import aspose.pdf as ap...

    docs.aspose.com/pdf/python-net/get-update-and-e...
  4. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...examplecomplex ; import androidx.appcompat.app.AppCompatActivity...AppCompatActivity ; import android.os.Bundle ; import android.os.Environment...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...
  5. Different Ways to Open Files|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.... import aspose.diagram from aspose.diagram import * #//...contains the file. import os import sys import aspose.diagram from...

    docs.aspose.com/diagram/python-net/different-wa...
  6. Remove Open Action|Aspose.PDF for Python via .NET

    This example loads an existing PDF, removes the open action, and saves the cleaned document.... import aspose.pdf.facades as pdf_facades import aspose...pydrawing as apd import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/remove-open-action/
  7. 在 Jython 中向 PST 添加 MapiJournal|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....- email import Settings from com.aspose.email import MapiJournal...email import PersonalStorage from com.aspose.email import FileFormatVersion...

    docs.aspose.com/email/zh/java/adding-mapijourna...
  8. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby.... shape_type = Rjb :: import ( "com.aspose.words.ShapeType"...ShapeType" ) watermark = Rjb :: import ( "com.aspose.words.Shape" )...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  9. 打开文件的不同方式|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.... import aspose.diagram from aspose.diagram import * #//...采用 缓冲流 包含文件的对象。 import os import sys import aspose.diagram from...

    docs.aspose.com/diagram/zh/python-net/different...
  10. List Stamps|Aspose.PDF for Python via .NET

    This example loads a PDF, retrieves all stamps from page 1, prints them, and displays a message if no stamps are found.... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/list-stamps/