Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 50,403 for

import document

(0.14 sec)
  1. Convert OTT to PPSX via C# .NET or with free On...

    Convert Word ott Documents to PowerPoint ppsx files with C#. Convert multiple files within ASP.NET or other .NET applications....manipulating Microsoft Word documents. Whereas, the latter is a...Aspose.Words.Document class Save the OTT document into HTML Create...

    products.aspose.com/total/net/conversion/ott-to...
  2. Convert OTT to POTX via C# .NET or with free On...

    Convert Word ott Documents to PowerPoint potx files with C#. Convert multiple files within ASP.NET or other .NET applications....manipulating Microsoft Word documents. Whereas, the latter is a...Aspose.Words.Document class Save the OTT document into HTML Create...

    products.aspose.com/total/net/conversion/ott-to...
  3. Convert TXT to PPS via C# .NET or with free Onl...

    Convert Word txt Documents to PowerPoint pps files with C#. Convert multiple files within ASP.NET or other .NET applications....manipulating Microsoft Word documents. Whereas, the latter is a...Aspose.Words.Document class Save the TXT document into HTML Create...

    products.aspose.com/total/net/conversion/txt-to...
  4. Convert JPG to PDF in C++ | products.aspose.com

    Convert JPG to PDF in C++. Use C++ library API to convert JPG files to PDFs... As a modern document processing API, Aspose.Slides.... Add a library reference (import the library) to your C++ project...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  5. Convert JSON Format to ODT in Android Apps | pr...

    Parse JSON to ODT in Java without using Microsoft Word...format used for documents such as text documents, spreadsheets...It is an open standard for document exchange and is used by many...

    products.aspose.com/total/android-java/conversi...
  6. Translate Markdown to DOM|Aspose.Words for Node...

    Tarnslate a Markdown Document to Document Object Model and back using Node.js. So you can work with complex existing Markdown and programmatically create a Markdown Document from scratch....Ask AI Translate Markdown to Document Object Model (DOM) Contents...content and formatting of a document, you need to translate it...

    docs.aspose.com/words/nodejs-net/translate-mark...
  7. doc.removeBlankPages() is raising `java.lang.St...

    We are encountering a reproducible StringIndexOutOfBoundsException: -1 when attempting to process or inspect a specific MS Word Document which can be found here error_page.docx (14.9 KB). The error appears to be trigge…...inspect a specific MS Word document which can be found here error_page...during the parsing of the document structure when it encounters...

    forum.aspose.com/t/doc-removeblankpages-is-rais...
  8. Ruby Programming Guide | Aspose.Tasks Documenta...

    Find out how to utilize Aspose.Tasks Java for Ruby in your projects with this guide....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 3 collector = Rjb :: import( 'com.aspose.tasks.ChildTasksCollector'...

    docs.aspose.com/tasks/java/outline-properties-i...
  9. 请问怎么提取docx文件批注内容和他批注的文字位置内容 - Free Support Foru...

    请问怎么提取docx文件批注内容和他批注的文字位置内容 类似这种 字典的值应该是地址什么什么。值是批注内容...以下是一个简单的示例代码,展示了如何实现这一功能: import com.aspose.words.*; import java.util.HashMap;...HashMap; import java.util.Map; public class ExtractComments { public...

    forum.aspose.com/t/docx/316434
  10. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...要指向 <svg> 元素,您可以应用几种方法: 类的 document_element 属性可以直接访问文档的 <svg>...1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/