Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 71,217 for

import

(0.07 sec)
  1. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/zh/python-java/pyinstalle...
  2. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/fr/python-java/pyinstalle...
  3. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....) helps make important information stand out, improving...aspose.cells import Workbook from aspose.cells import Workbook ...

    docs.aspose.com/cells/python-net/how-to-add-tex...
  4. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF document using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...

    docs.aspose.com/pdf/python-net/set-field-limit/
  5. 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...
  6. Using Aspose.Imaging for Java in Kotlin|Documen...

    How to use Aspose.Imaging for Java in Kotlin applications for desktops and servers... import com.aspose.imaging.Color import com.aspose...imaging.Graphics import com.aspose.imaging.Image import com.aspose...

    docs.aspose.com/imaging/java/using-imaging-in-k...
  7. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python.... import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def set_privileges_...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  8. Convert PDF to Image Formats in Python|Aspose.P...

    Explore how to convert PDF pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET.... import aspose.pdf as ap from io import FileIO from...from os import path import sys def convert_PDF_to_TIFF ( infile...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  9. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF documents in Python.... import io import sys import shutil import aspose.pdf...as ap import aspose.pydrawing as drawing from os import path def...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  10. Sign PDF Documents|Aspose.PDF for Python via .NET

    Learn how to sign PDF documents in Python using PdfFileSignature with certificate-based, named, and visible digital signatures.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import aspose.pydrawing as apd DEFAULT_CERTIFICATE_PASSWORD...

    docs.aspose.com/pdf/python-net/pdf-signing/