Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 70,644 for

import

(0.14 sec)
  1. 在 Jython 中进行不区分大小写的 PST 字符串搜索|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 MapiMessage...aspose.email import NoteColor from com.aspose.email import PersonalStorage...

    docs.aspose.com/email/zh/java/string-searching-...
  2. Add Bates Numbering to PDF in Python|Aspose.PDF...

    Learn how to add and remove Bates numbering in PDF documents using Python with Aspose.PDF for Python via .NET....parameter: import sys from os import path import aspose.pdf as...return artifact import sys from os import path import aspose.pdf as...

    docs.aspose.com/pdf/python-net/add-bates-number...
  3. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size.... 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/replace-text-on-...
  4. 限制和 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Integrate PDF Tables with Data Sources in Pytho...

    Learn how to integrate PDF tables with data sources such as databases and pandas DataFrames in Python....from os import path import sys import pandas as pd import aspose...aspose.pdf as ap from config import set_license , initialize_data_dir...

    docs.aspose.com/pdf/python-net/integrate-table/