Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 73,976 for

import

(0.19 sec)
  1. Convert VSSX to JPEG via Python | products.aspo...

    Sample Python conversion code for VSSX format to JPEG file. Use this example code to convert VSSX to JPEG within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSSX in an object...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSDM to VSTM via Python | products.aspo...

    Sample Python conversion code for VSDM format to VSTM file. Use this example code to convert VSDM to VSTM within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSDM in an object...

    products.aspose.com/diagram/python-java/convers...
  3. Manage Connectors in Presentations with Python|...

    Empower Python apps to draw, connect and auto-route lines in PowerPoint & OpenDocument slides—gain full control over straight, elbow and curved connectors....(an ellipse and a rectangle): import aspose.slides as slides # Instantiate...preferred connection point: import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/connector/
  4. Infinite Hang on Document Conversion - Free Sup...

    Aspose Words Layout Engine Infinite Hang Bug Report Issue Summary Product: Aspose.Words for Java Version: 26.3 Issue: Layout engine enters infinite loop during getPageCount(), updateFields(), or save() operations Impa…...Reproduction Code import com.aspose.words.Document; import com.aspose...aspose.words.LoadOptions; import com.aspose.words.PdfSaveOptions;...

    forum.aspose.com/t/infinite-hang-on-document-co...
  5. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET...password-protected PDF containing important information or documents....can be important when archiving or backing up important documents...

    products.aspose.com/pdf/python-net/decrypt/
  6. Create Image Stencils in Python – Aspose.SVG

    Create black-and-white image stencils in Python with Aspose.SVG. Vectorize raster images to stencil-style SVG using StencilConfiguration....Copy 1 import os 2 from aspose. svg . drawing import Color 3...aspose. svg . imagevectorization import ( 4 BezierPathBuilder, 5 ImageTraceSmoother...

    docs.aspose.com/svg/python-net/image-stencil/
  7. 如何加载字体?| Java 版 Aspose.Font

    如何使用 Aspose.Font for Java 在您的应用程序中加载字体?本文通过代码示例为您提供答案。... font ; 3 4 import com.aspose.font.FontDefinition...aspose . font ; 2 3 import java.io.File ; 4 import java.io.IOException...

    docs.aspose.com/font/zh/java/how-to-load-fonts/
  8. BlockImportMode | Aspose.Words for Java

    Specifies how properties of block-level elements are Imported from HTML-based documents in Java....of block-level elements are imported from HTML-based documents...of block-level elements are imported from HTML-based documents...

    reference.aspose.com/words/java/com.aspose.word...
  9. Reading and Writing DBF Files|Documentation

    Aspose.Cells is a Java library for working with spreadsheet files, which supports reading and writing dBASE III and IV (DBF) files. This article explains how to Import data from and export data to DBF files using Aspose.Cells, including file format details, supported features, and step-by-step examples....giving you the ability to: Import data from existing DBF files...cell values. import com.aspose.cells.* ; import java.io.File...

    docs.aspose.com/cells/java/reading-and-writing-...
  10. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。... svg import SVGDocument 2 3 # Create a...等属性: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/zh/python-net/create-svg-file/