Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 70,850 for

import

(0.19 sec)
  1. 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...
  2. Insert Pages into PDF|Aspose.PDF for Python via...

    Insert pages from one PDF into another using Aspose.PDF for Python.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/insert-pages-int...
  3. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异...Cells for Java import com.aspose.cells.* ; public...for Python via Java import jpype import asposecells def run ():...

    docs.aspose.com/cells/zh/python-java/limitation...
  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. Converting Worksheet To SVG in Jython|Documenta...

    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....cells import Settings from com . aspose . cells import Workbook...cells import ImageFormat from com . aspose . cells import ImageOrPrintOptions...

    docs.aspose.com/cells/java/converting-worksheet...
  6. Signature Integrity Checks|Aspose.PDF for Pytho...

    Learn how to check whether a PDF signature covers the whole document and validate signed document integrity using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def check_signature_coverage ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/signature-integr...
  7. Usage Rights Management|Aspose.PDF for Python v...

    Learn how to detect and remove usage rights from PDF documents using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def check_usage_rights ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/usage-rights-man...
  8. 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...
  9. Add Header to PDF|Aspose.PDF for Python via .NET

    Learn how to add text and image headers to PDF pages using PdfFileStamp in Python.... import sys from os import path import aspose.pydrawing...pydrawing as ap_pydrawing import aspose.pdf.facades as pdf_facades...

    docs.aspose.com/pdf/python-net/add-header/
  10. 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/