Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 70,111 for

import

(0.27 sec)
  1. Convert VSSM to VSX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSX to VSDX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  3. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath.... Copy 1 import os 2 from aspose. svg import SVGDocument 3...fimport os 2 from aspose. svg import SVGDocument 3 4 # Prepare a...

    docs.aspose.com/svg/python-net/navigate-svg/
  4. 使用 MAPI 属性|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....有已命名的 MAPI 属性,遍历每个属性以检查其值: import aspose.email as ae msg = ae...属性。以下代码示例展示了如何从附件中读取已命名的 MAPI 属性: import aspose.email as ae msg = ae...

    docs.aspose.com/email/zh/python-net/working-wit...
  5. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    Python source code for Standard 2 of 5 (Industrial 2 of 5) barcode recognition using Java Runtime Environment....Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/standar...
  6. Convert AI to PNG using Python|Documentation

    Check how Aspose.PSD for Python can convert AI File to PNG....achieve converting of AI to PNG -Import the necessary modules: After...installing Aspose.PSD, you need to import the required modules in your...

    docs.aspose.com/psd/python-net/convert/ai-to-png/
  7. Ai Convert to Jpeg|Documentation

    Check how Aspose.PSD for Python can convert AI Images to JPEG...achieve converting of AI to JPEG -Import the necessary modules: After...installing Aspose.PSD, you need to import the required modules in your...

    docs.aspose.com/psd/python-net/convert/ai-to-jpg/
  8. 移除形状保护|Documentation

    This section explains how to remove shape protection using Aspose.Diagram for Python via Java.... import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/zh/python-java/remove-s...
  9. Deleting Messages from POP3 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.... import aspose.email as ae client =...you how to cancel deletes. import aspose.email as ae client =...

    docs.aspose.com/email/python-net/deleting-messa...
  10. 在word转pdf时出现异常报错 - Free Support Forum - aspose.com

    Caused by: java.lang.IllegalStateException: XMLStreamException: Unexpected character ' ' (code 32) (missing name?) at [row,col {unknown-source}]: [45692,46] at com.aspose.words.internal.zzZe6.zz45(Unknown Source) at c…...例如: import com.aspose.words.Document; import com.aspose...aspose.words.SaveFormat; import com.aspose.words.FileCorruptedExcepti;...

    forum.aspose.com/t/word-pdf/320406