Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 51,274 for

import document

(0.31 sec)
  1. 将 Python 格式的 Word 转换为 Excel|Python via .NET 格式的...

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 DOCX 转换为 Excel Python。使用 Python 将各种格式的文档保存到 XLSX。... Document ( docs_base . my_dir + "Pdf Document.pdf" ) doc...XLSX: from aspose.words import Document , DocumentBuilder from...

    docs.aspose.com/words/zh/python-net/convert-a-d...
  2. Setting Formula Calculation Mode of Workbook wi...

    Learn how to set formula calculation mode (automatic, manual) in Excel workbooks using Aspose.Cells for Python via .NET API. Step-by-step guide with code examples....cells import Workbook , CalcModeType # Load..."output.xlsx" ) import os from aspose.cells import Workbook , CalcModeType...

    docs.aspose.com/cells/python-net/setting-formul...
  3. Logical Levels of Nodes in a Document in Java|A...

    In Aspose.Words for Java Documentation mentioned logical levels of nodes – block level, inline-level, or row level. The node level is used to describe the location in the Document tree where the node is typically occur....Nodes in a Document Contents [ Hide ] This documentation sometimes...belonging to a “level” in a document, such as “block-level”, “inline-level”...

    docs.aspose.com/words/java/logical-levels-of-no...
  4. 使用 Python 添加、提取或移除 PDF 中的附件 | Aspose.PDF

    在 .NET 和 Python 上添加、提取和移除附件。...方法将 FileSpecification 对象添加到 Document 对象的 EmbeddedFiles 集合中 保存 PDF...将附件添加到 PDF 文档。 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/atta...
  5. | 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...
  6. Converting a TEX file to PNG using Python | Asp...

    Sample code on Python for TEX to PNG conversion. Use example code for batch TEX to PNG conversion with Python and .NET...programmatically a document from TEX 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/t...
  7. 将 PDF 转换为图像格式|Aspose.PDF for Java

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式。只需几行代码即可将 PDF 页面转换为 PNG、JPEG、BMP 图像。...文件中的所有页面转换为单个 TIFF 图像: 创建一个 Document 类的对象。 调用 Process 方法来转换文档。... toString (); Document document = new Document ( documentFileName...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-imag...
  8. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF Document with Aspose.PDF for Python via .NET....semantic hierarchy of a PDF document, such as sections, headers...Tagged PDF Document: Create a new tagged PDF document. Set document...

    docs.aspose.com/pdf/python-net/setting-structur...
  9. Serialize and Work with a Document in a Databas...

    Convert a Document into a byte array for work with this Document in a database. You can store and retrieve a Document to and from the database using Java....Serialize and Work with a Document in a Database Contents [ Hide...working with documents is storing and retrieving Document objects...

    docs.aspose.com/words/java/serialize-and-work-w...
  10. How to Add Top10 Conditional Formatting|Documen...

    How to use the Aspose.Cells for Python via .NET library to apply Top10 conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Adds color cues that make important data points stand out visually...aspose.cells import Workbook from aspose.cells import Workbook ...

    docs.aspose.com/cells/python-net/how-to-add-top...