Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 67,790 for

import

(0.08 sec)
  1. Convert VSDX to VTX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  2. Converting a HTML file to JPEG using Python | A...

    Sample code on Python for HTML to JPEG conversion. Use example code for batch HTML to JPEG conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/h...
  3. Converting a EPUB file to JPEG using Python | A...

    Sample code on Python for EPUB to JPEG conversion. Use example code for batch EPUB to JPEG conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/e...
  4. Converting a XPS file to EMF using Python | Asp...

    Sample code on Python for XPS to EMF conversion. Use example code for batch XPS to EMF conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/x...
  5. 使用 Python 在演示文稿中创建线形状|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中操作线条格式。发现属性、方法和示例。... import aspose.slides as slides # 实例化...将演示文稿保存为 PPTX 文件。 import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/line/
  6. 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...
  7. Aspose.Slides Adds an Unwanted “1” Label to the...

    Hi Team, We are encountering an issue where, during the creation of a stacked vertical chart, Aspose automatically inserts the value “1” on the horizontal (category) axis whenever a category label is empty. This behavio…...reproduce the issue import com.aspose.slides.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.io.ByteArrayOutputStrea; public...

    forum.aspose.com/t/aspose-slides-adds-an-unwant...
  8. ImportFormatOptions class | Aspose.Words for No...

    Aspose.Words.ImportFormatOptions class. Allows to specify various Import options to format output...class Allows to specify various import options to format output. To...whether to change a first imported section type to the SectionStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 将PDF转换为不同的图像格式在Python中|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为各种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码即可实现。... from asposepdf import Api , Device # 初始化许可证 documentName...PDF 转换为 BMP from asposepdf import Api , Device DIR_INPUT = "testdata/"...

    docs.aspose.com/pdf/zh/python-java/convert-pdf-...
  10. Lock PDF using Python | Aspose.PDF

    Sample Python code for using Aspose.PDF to read protected (password encrypted) documents, secure a document with protection, or remove protection.... This is especially important for protecting personal or...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/encrypt/