Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 71,659 for

import

(0.79 sec)
  1. Working with Images|Documentation

    This page describes how to extract, replace or insert an image from a page of the Visio drawing with Aspose.Diagram library.... import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/working-wit...
  2. 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...
  3. Add PDF Document Link|Aspose.PDF for Python via...

    This example binds an input PDF, adds a green-colored link to a page in another PDF, and saves the modified document.... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/add-pdf-document...
  4. 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...
  5. Signature Information|Aspose.PDF for Python via...

    Learn how to read signature names, signer details, timestamps, and signature metadata from signed PDF files using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def get_signature_names ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/signature-inform...
  6. 在 Ruby 中对形状的每个文本值应用不同的样式|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....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...getValue () . add ( Rjb :: import ( 'com.aspose.diagram.Cp' )...

    docs.aspose.com/diagram/zh/java/apply-different...
  7. 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/
  8. Fill Barcode Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill barcode fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, assign a value to a barcode field, and save the updated file....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/fill-barcode-fie...
  9. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats import ColladaSaveOptions , ColladaTransformStyl...Configure lookup paths to allow importer to find external dependencies...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  10. Working with PointCloud|Documentation

    Aspose.3D for Python via .NET allows decoding a mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class....from aspose import pycore from aspose.threed import FileFormat...from aspose.threed.entities import PointCloud # For complete examples...

    docs.aspose.com/3d/python-net/working-with-poin...