Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 66,907 for

import

(0.23 sec)
  1. PDL Conversion API Solution | Python

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the Python library with the Aspose.Page PDL conversion functionality....eps import * # from aspose.page.eps.device import * # The...source file # import aspose # from aspose.page.eps import * # from...

    products.aspose.com/page/python-net/conversion/
  2. Python and .NET Version Differences|Aspose.Imag...

    Aspose.Imaging for Python via .NET is a wrapper of Aspose.Imaging for .NET, this page describes the differences in features and API of these two products....imaging import Image from aspose.imaging.fileformats...fileformats.jpeg import JpegImage import aspose.pycore as casting...

    docs.aspose.com/imaging/python-net/python-notes/
  3. TeX typesetting functionality | Java API

    Java API Solution to work with TeX. Learn on the example how to typeset TeX/LaTeX files with a few lines of Java code....TeX/LaTeX file import com.aspose.tex.TeXOptions; import com.aspose...TeXConfig; import com.aspose.tex.OutputFileSystemDire; import com.aspose...

    products.aspose.com/tex/java/typeset-tex-files/
  4. XPS to PDF Merge using Python | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import Python modules required for...format. This is used when importing scientific or technical documents...

    products.aspose.com/pdf/python-net/merger/xps-t...
  5. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...service; import com.aspose.words.*; import lombok.SneakyThrows;...SneakyThrows; import lombok.extern.slf4j.Slf4j; import java.io.FileInputStream;...

    forum.aspose.com/t/why-does-paragraphformat-get...
  6. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...); doc.save( "Output.doc" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/doc/
  7. Გადაიყვანეთ TEXT Გამოსახულება Python

    გადაიყვანეთ TEXT Გამოსახულება Python ფორმატში კოდით. შეინახეთ TEXT როგორც Გამოსახულება Python....install aspose-words კოპირება import aspose.words as aw doc = aw...+ 1 } .jpg" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  8. Გადაიყვანეთ WORD XPS Python

    გადაიყვანეთ WORD XPS Python ფორმატში კოდით. შეინახეთ WORD როგორც XPS Python....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.xps" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  9. Გადაიყვანეთ JPG DOC Python

    გადაიყვანეთ JPG DOC Python ფორმატში კოდით. შეინახეთ JPG როგორც DOC Python....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  10. Გადაიყვანეთ HTML MARKDOWN Python

    გადაიყვანეთ HTML MARKDOWN Python ფორმატში კოდით. შეინახეთ HTML როგორც MARKDOWN Python....install aspose-words კოპირება import aspose.words as aw doc = aw...html" ) doc.save( "Output.md" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...