Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 69,595 for

import

(0.14 sec)
  1. Working with Visual Brush in XPS file | Python

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...xps import * 2 from aspose. page . xps . xpsmodel import * 3...3 import aspose.pydrawing 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/xps/working-wit...
  2. Add an Asset Information and Flip Coordinate Sy...

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Python via .NET API allows developers to define a Metadata for the scene....threed import FileFormat , Scene # For complete...3DS, STL and U3D formats. To import a 3ds file and save it in OBJ...

    docs.aspose.com/3d/python-net/add-an-asset-info...
  3. StyleCollection.addCopy method | Aspose.Words f...

    StyleCollection.addCopy method. Copies a style into this collection....for changing the name of the imported style. Returns Copied style...font . color ); Shows how to import a style from one document into...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Merge PCL files using Python | Aspose.PDF

    Merge PCL files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path pcl_load_options...

    products.aspose.com/pdf/python-net/merger/pcl/
  5. Merge HTML files using Python | Aspose.PDF

    Merge HTML files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path html_load_options...

    products.aspose.com/pdf/python-net/merger/html/
  6. Merge MHT files using Python | Aspose.PDF

    Merge MHT files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path mhtml_load_options...

    products.aspose.com/pdf/python-net/merger/mht/
  7. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF...JPG to PDF import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/merge/jpg...
  8. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....using Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/acroforms/
  9. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python via .NET,使用 Python 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...添加图章-Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/stamps/
  10. Get Permissions using Go|Aspose.PDF for Go via C++

    Read and display the access permissions of a password-protected PDF document with Aspose.PDF for Go via C++.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import ( "fmt" "log" "strings" ) var permissionNames...

    docs.aspose.com/pdf/go-cpp/get-permissions/