Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 70,850 for

import

(0.15 sec)
  1. Convert PPSM to PPTX in Python | products.aspos...

    Convert PPSM to PPTX in Python. Use Python library API to convert PPSM files to PPTX...converting PPSM into PPTX import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  2. Create PDF Files in Python|Aspose.PDF for Pytho...

    Learn how to create PDF files and build searchable PDFs in Python using Aspose.PDF for Python via .NET....PDF document import sys from os import path import aspose.pdf as...searchable PDF. import aspose.pdf as ap import io # Requires:...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  3. Convert Visio to other formats|Documentation

    This topic show you how to convert Visio to SVG,XPS,XML,XAML formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to SVG,XPS,XML,XAML with a few lines of code....XML Programming Sample import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/convert-vis...
  4. Unprotecting Password Protected Worksheet in Jy...

    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 SaveFormat from com . aspose . cells import FileFormatType...

    docs.aspose.com/cells/java/unprotecting-passwor...
  5. 在 Jython 中创建并保存 Outlook 便签|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 MapiNote...aspose.email import NoteColor from com.aspose.email import NoteSaveFormat...

    docs.aspose.com/email/zh/java/creating-and-savi...
  6. Create ListBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add a ListBox form field to a PDF document using Aspose.PDF for Python. This guide shows how to insert a ListBox field, define selectable items, and save the updated PDF file.... import sys from os import path import aspose.pdf.facades...__file__ ), ".." )) from config import set_license , initialize_data_dir...

    docs.aspose.com/pdf/python-net/create-listbox-f...
  7. Save BarCode Image to Streams in Ruby|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....barcode object builder = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'... setSymbologyType ( Rjb :: import ( 'com.aspose.barcode.Symbology'...

    docs.aspose.com/barcode/java/save-barcode-image...
  8. Create TextBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add TextBox fields to a PDF document using Aspose.PDF for Python. This tutorial shows how to insert multiple text fields, set default values, and save the updated PDF document.... import sys from os import path import aspose.pdf.facades...__file__ ), ".." )) from config import set_license , initialize_data_dir...

    docs.aspose.com/pdf/python-net/create-textbox-f...
  9. 与气缸一起工作|Documentation

    Aspose.3D for Python via .NET 允许自定义圆柱体的偏移顶部。为了使用此功能,可以使用Cylinder类的Offset属性。...threed import FileFormat , Scene from aspose...entities import Cylinder from aspose.threed.utilities import Vector3...

    docs.aspose.com/3d/zh/python-net/working-with-c...
  10. Installation|Aspose.Slides for Python Documenta...

    Install Aspose.Slides for Python via Java in Windows, Linux or macOS...following sample code: import jpype import asposeslides jpype ....startJVM () from asposeslides.api import Presentation , SaveFormat pres...

    docs.aspose.com/slides/python-java/installation/