Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 70,850 for

import

(0.14 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/python-java/pyinstaller-p...
  3. Optimize PDF Files in Python|Aspose.PDF for Pyt...

    Learn how to optimize, compress, and reduce PDF file size in Python using Aspose.PDF.... import aspose.pdf as ap from os import path , stat...stat import sys def optimize_pdf ( infile , outfile ): document...

    docs.aspose.com/pdf/python-net/optimize-pdf/
  4. PDF Certification|Aspose.PDF for Python via .NET

    Learn how to certify PDF documents in Python using PdfFileSignature and DocMDPSignature with different document modification permissions.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def certify_pdf_with_mdp_signature ( infile...

    docs.aspose.com/pdf/python-net/pdf-certification/
  5. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment.... 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/add-attachment/
  6. Replace Images in PDF|Aspose.PDF for Python via...

    This example binds an input PDF, replaces the first image on page 1 with a new image, and saves the modified document.... import aspose.pdf.facades as pdf_facades import sys from...from os import path sys . path . append ( path . join ( path ....

    docs.aspose.com/pdf/python-net/replace-image/
  7. Create AcroForm - Create Fillable PDF in Python...

    Create AcroForm fields from scratch in PDF documents by using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pydrawing...Save PDF File. import aspose.pdf as ap import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/create-form/
  8. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of 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-alignm...
  9. 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/
  10. Remove Field Action|Aspose.PDF for Python via .NET

    Removing JavaScript from form fields can be useful when modifying interactive PDF forms, disabling previously assigned actions, or cleaning documents that contain unnecessary scripts.... 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/remove-field-act...