Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 53,182 for

import document

(0.12 sec)
  1. FieldIncludePicture.resize_horizontally propert...

    FieldIncludePicture.resize_horizontally property. Gets or sets whether to resize the picture horizontally from the source....using IMPORT and INCLUDEPICTURE fields. doc = aw . Document () builder...= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 格式 Visio 页|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....stylesheet and add it to the Visio document’s stylesheet collection. The...following code sample. import jpype import asposediagram jpype ...

    docs.aspose.com/diagram/zh/python-java/format-v...
  3. | Aspose.PDF

    使用 Python 使用适用于 Python for .NET 的 Aspose.PDF 以编程方式管理 PDF 批注...在 Document 类的实例中加载 PDF。 1。创建要添加到 PDF...Example: Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/anno...
  4. LaTeX to XPS | Python

    The Aspose.TeX API solution for Python provides conversion functionality to convert LaTeX files to XPS format. Here are a few code examples....еру paginated content of a document, along with the necessary...that contain the document data itself. The document data is divided...

    docs.aspose.com/tex/python-net/latex-to-xps/
  5. 使用 Python 查看 PCL 文件 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式打开和查看 PCL 文档...此示例代码显示如何查看 PCL 文件 import aspose.pdf as apdf from os import path path_infile...PclLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  6. Specify Load Options in Python|Aspose.Words for...

    More accurately control the load process using Python....NET to customize document loading, including setting...loading encrypted documents. When loading a document, you can set...

    docs.aspose.com/words/python-net/specify-load-o...
  7. Converting a PDF file to PNG using Python | Asp...

    Sample code on Python for PDF to PNG conversion. Use example code for batch PDF to PNG conversion with Python and .NET...programmatically a document from PDF to PNG format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/p...
  8. Convert Markdown to HTML in Python – Aspose.HTML

    Convert Markdown to HTML using Aspose.HTML Python library. Consider Markdown to HTML conversion scenarios in Python examples....'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-markdow...
  9. 使用 Python 查看 MD 文件 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式打开和查看 MD 文档...此示例代码显示如何查看 MD 文件 import aspose.pdf as apdf from os import path path_infile...MdLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  10. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...for Java的 Document 类和相关方法。以下是一个示例代码,展示如何实现这一点: import com.aspose...aspose.words.Document; import com.aspose.words.ImportFormatMode;...

    forum.aspose.com/t/word-word-word/320564