Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 48,517 for

import document

(0.15 sec)
  1. Convert POT to SVG in Python | products.aspose.com

    Sample code for POT to SVG Python conversion. Use PowerPoint Python API for batch conversion POT files to SVG files....Install-Package Visit our documentation for more details. Convert...Conversion import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  2. Convert Image To TXT C++

    Convert Image to TXT format in C++ code. Save Image as TXT using C++....to import and export image, TXT, and many other document formats...convert images to a image document programmatically? With Aspose...

    products.aspose.com/words/cpp/conversion/image-...
  3. 如何用 Python.NET 将点设置为总和|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 逐步配置Excel瀑布图中的总点。...Python 配置总分数 以下代码演示了正确的总分数配置: import aspose.cells as cells from...from aspose.cells.charts import ChartType # Load sample workbook...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  4. Customizing the Ribbon XML with Python via .NET...

    Read, write, and manage Excel Ribbon XML customization using Aspose.Cells for Python via .NET API.... import os from aspose.cells import Workbook # For...Cells-for-.NET # The path to the documents directory. current_dir = os...

    docs.aspose.com/cells/python-net/customizing-th...
  5. Conversion from Word to Excel using Python

    Follow this article for conversion from Word to Excel using Python. It has all the details to set the IDE, a list of steps, and a sample code for writing a simple Word DOC to Excel converter using Python....the DOC file to an Excel file Import the necessary modules from...from aspose.words such as Document and License Create an instance...

    kb.aspose.com/words/python/conversion-from-word...
  6. Working with Images|Documentation

    This page describes how to extract, replace or insert an image from a page of the Visio drawing with Aspose.Diagram library....Picture Shape Programming Sample Import Image as a Visio Shape Aspose...API now allows developers to import a image as a Microsoft Visio...

    docs.aspose.com/diagram/python-java/working-wit...
  7. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list....another document, you should use ImportNode to import the node...node to the current document. The imported node can then be inserted...

    reference.aspose.com/words/net/aspose.words/com...
  8. CSS Style & format is not applied in convert wo...

    Hi Team, CSS style & format is not applied in word file, when we convert html file into word file using aspose word. Therefore, when we convert word file into pdf file. Then, in pdf file also css style & format is not a…...isclosures"; Document discWordDoc= new Document(sampleHtmlPath);...th); org.jsoup.nodes.Document htmlDoc = Jsoup.parse(htmlFile...

    forum.aspose.com/t/css-style-format-is-not-appl...
  9. TxtTrailingSpacesOptions Enum | Aspose.Words fo...

    Discover Aspose.Words.TxtTrailingSpacesOptions enum for efficient trailing space management when Importing text files. Enhance your Document processing today!...trailing spaces handling during import from Text file. public enum...whitespace when loading plaintext documents. string textDoc = " Line 1...

    reference.aspose.com/words/net/aspose.words.loa...
  10. PDF Highlights Annotation|Aspose.PDF for Java

    标记注释在文档的文本中以高亮、下划线、删除线或波浪下划线的形式呈现。...文档中,我们需要执行以下操作: 加载 PDF 文件 - 新的 Document 对象。 创建注释: HighlightAnnotation...aspose.pdf.examples ; import java.util.* ; import com.aspose.pdf.*...

    docs.aspose.com/pdf/zh/java/highlights-annotation/