Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 73,771 for

import

(0.09 sec)
  1. Compress DOCX In Python

    Compress DOCX in Python without losing quality. Optimize DOCX content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/d...
  2. Compress DOC In Python

    Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/doc/
  3. Optimize File's Content Using Python

    Compress files in Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...pip install aspose-words Copy import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/
  4. Manage VBA Projects in Presentations with Pytho...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Python via .NET to streamline your workflow....scratch to a presentation: import aspose.slides as slides # Create...how to remove a VBA macro: import aspose.slides as slides # Load...

    docs.aspose.com/slides/python-net/presentation-...
  5. Converting a SVG file to GIF using Python | Asp...

    Sample code on Python for SVG to GIF conversion. Use example code for batch SVG to GIF conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/s...
  6. Connecting to SMTP Server|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....the property into a project: import aspose.email as ae client =...using SMTP with SOCKS proxy: import aspose.email as ae client =...

    docs.aspose.com/email/python-net/connecting-to-...
  7. 搜索

    搜索...__future__ import print_function import jpype import webbrowser...webbrowser import os.path from google.auth.transport.requests import Request...

    blog.aspose.com/zh-hant/cells/export-excel-data...
  8. 使用Python将PDF转换为Excel|Aspose.PDF for Python via ...

    Aspose.PDF for Python库允许您使用Python将PDF格式转换为Excel格式。这些格式包括XLS, XLSX, XML 2003电子表格, CSV, ODS。... import aspose.pdf as ap input_pdf...,将其保存为 XLSX 格式并指定 .xlsx 扩展名 。 import aspose.pdf as ap input_pdf...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  9. Step-by-Step Guide to Read QR Code from Image i...

    Learn how to read QR codes from image files in Python using Aspose.BarCode for Python via .NET. Follow this step‑by‑step guide with code and setup tips.... Import the required classes : Use...Use from aspose.barcode import barcoderecognition to bring the reader...

    blog.aspose.com/barcode/step-by-step-guide-to-r...
  10. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for Python via .NET, with step-by-step guidance for PowerPoint and OpenDocument presentations.... import aspose.slides as slides # Instantiate...after the specified interval. import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/slide-transit...