Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 50,389 for

import document

(0.07 sec)
  1. FieldImport.graphic_filter property | Aspose.Wo...

    FieldImport.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is to be inserted....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. 使用 Python 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF 通过 Python 和 .NET 处理 PDF 页脚的 Python 代码示例。...PDF 的页脚中添加图像 import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) footerText...

    products.aspose.com/pdf/zh-hans/python-net/footer/
  3. Convert MHTML to PDF in Python – Aspose.HTML fo...

    Convert MHTML to PDF using Aspose.HTML Python library. Consider the supported MHTML to PDF conversion scenarios in ready-to-use Python code examples....convert an MHTML document into a Portable Document Format ( ) file...'XPS' }} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  4. 在 Python 中保存 HTML 文档 – Aspose.HTML for Python v...

    了解如何使用 Aspose.HTML for Python 通过 .NET API 将 HTML 文档保存到文件或 URL,以及如何应用保存选项。...file using Python 2 3 import os 4 import aspose.html as ah 5 6...output path for saving the document 7 output_dir = "output/" 8...

    docs.aspose.com/html/zh/python-net/save-html-do...
  5. Parse Text from PDF in Node.js|Aspose.PDF for N...

    This article describes various ways to parse text from PDF Documents using Aspose.PDF for Node.js via C++....From PDF Document Parsing text from the PDF document is a very...want to extract text from PDF document, you can use AsposePdfExtractText...

    docs.aspose.com/pdf/nodejs-cpp/extract-text-fro...
  6. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help....@hrnallap When converting documents from .doc to .docx using Aspose...properties in the original document to allow for more flexibility...

    forum.aspose.com/t/table-and-image-truncation-d...
  7. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。...Python 创建 PDF import aspose.pdf as apdf from os import path path_outfile...Initialize document object document = apdf . Document () # Add...

    products.aspose.com/pdf/zh-hans/python-net/create/
  8. PCL to BMP Converter using Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/conversion/p...
  9. 将 HTML 转换为 MHTML – Aspose.HTML for Python via .NET

    学习如何用 Python 将 HTML 转换为 MHTML。考虑所支持的 HTML 到 MHTML 的转换场景以及说明这些场景的 Python 示例。...'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    docs.aspose.com/html/zh/python-net/convert-html...
  10. Convert PDF to Different Image Formats in Pytho...

    Learn how to convert PDF Documents into various image formats using Aspose.PDF in Python via Java....show you how to convert PDF documents to image formats such as BMP...oriented for conversion whole document, but ImageDevice - for a particular...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...