Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 52,981 for

import document

(0.46 sec)
  1. NodeImporter breaks padding - Free Support Foru...

    Hi there we use Aspose.Words to copy ContentControls of multiple Documents into a single resulting docx file. We use the NodeImporter for this use case like var ImportFormatOptions = new ImportFormatOptions { KeepSour…...ContentControls of multiple documents into a single resulting docx...KeepSourceNumbering = true }; var importer = new NodeImporter( sourceDocument...

    forum.aspose.com/t/nodeimporter-breaks-padding/...
  2. Track Changes in a Document|Aspose.Words for Py...

    Track changes to content and formatting made by you or others using Python. Access individual revisions in a Document and apply various properties to them....Ask AI Track Changes in a Document Contents [ Hide ] Purpose...NET to track changes in a document, covering starting and stopping...

    docs.aspose.com/words/python-net/track-changes-...
  3. Converting a SVG file to TEX using Python | Asp...

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

    products.aspose.com/pdf/python-net/conversion/s...
  4. 将 HTML 转换为 Markdown – Aspose.HTML for Python vi...

    使用 Aspose.HTML 或在线 HTML 转换器以编程方式将 HTML 转换为 Markdown。通过 Python 示例探索 HTML 到 MD 的转换场景。...'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...
  5. Logical Levels of Nodes in a Document in C#|Asp...

    In Aspose.Words for .NET Documentation mentioned logical levels of nodes – block level, inline level, or row level using C#. The node level is used to describe the location in the Document tree where the node is typically occur....Logical Levels of Nodes in a Document Contents [ Hide ] Purpose...explains the logical levels of document nodes and describes how Aspose...

    docs.aspose.com/words/net/logical-levels-of-nod...
  6. Converting a MD file to SVG using Python | Aspo...

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

    products.aspose.com/pdf/python-net/conversion/m...
  7. Aspose.Words - Opening non-Word files has diffe...

    We’ve recently renewed our Aspose.Total for Java license and was additionally looking to see about bumping to the latest versions of the Aspose.Xxx families of products. One post-processing flow we have converts Office …...flow we have converts Office documents to a PDF, but I’m noticing...Before , if we were to send a document through any of the libraries...

    forum.aspose.com/t/aspose-words-opening-non-wor...
  8. CompositeNode.insertBefore method | Aspose.Word...

    CompositeNode.insertBefore method. Inserts the specified node immediately before the specified reference node....inserted was created from another document, you should use DocumentBase...to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Converting a MD file to XLSX using Python | Asp...

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

    products.aspose.com/pdf/python-net/conversion/m...
  10. 导航和检测 SVG – Aspose.SVG for Python via .NET

    了解如何使用 Python 检查 SVG、迭代 SVG 元素以及使用 CSS 选择器或 XPath 浏览 SVG。... Copy 1 import os 2 from aspose. svg import SVGDocument 3..."data/" 6 document_path = os. path . join (data_dir, "document.svg"...

    docs.aspose.com/svg/zh/python-net/navigate-svg/