Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 53,988 for

import document

(0.17 sec)
  1. Change Progress of a Task in Ruby | Aspose.Task...

    Learn how to change task progress in Microsoft Project files using Aspose.Tasks for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...add( "Task" ) 6 7 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 8...

    docs.aspose.com/tasks/java/change-progress-of-a...
  2. Convert DOCM to PPTX via Java or with free Onli...

    Java API to Export DOCM to PPTX without using Microsoft Word or PowerPoint or online. Test free DOCM to PPTX online converter quickly before integrating the code....Java Open DOCM file using Document class Convert DOCM file to...presentation file Save the document to PPTX using save method...

    products.aspose.com/total/java/conversion/docm-...
  3. Convert POT to DOTM in Python or with free Onli...

    POT to DOTM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free POT to DOTM online converter quickly before integrating the code....Why to Convert The Portable Document Format (PDF) is a widely used...format for documents. It is used for sharing documents and is supported...

    products.aspose.com/total/python-net/conversion...
  4. Several PDF Into DOCX C#

    Merge multiple PDF into DOCX in C# code. Save PDF as DOCX using C#....several PDF into DOCX Use our document merging API to develop high-level...example that iterates through documents and converts them to DOCX:...

    products.aspose.com/words/net/merge/pdf-to-docx/
  5. Several WORD Into EPUB C#

    Merge multiple a Word Document into EPUB in C# code. Save a Word Document as EPUB using C#....several Word into EPUB Use our document merging API to develop high-level...example that iterates through documents and converts them to EPUB:...

    products.aspose.com/words/net/merge/word-to-epub/
  6. Several HTML Into MARKDOWN C#

    Merge multiple HTML into MARKDOWN in C# code. Save HTML as MARKDOWN using C#....HTML into Markdown Use our document merging API to develop high-level...example that iterates through documents and converts them to Markdown:...

    products.aspose.com/words/net/merge/html-to-mar...
  7. Several HTML Into WORD C#

    Merge multiple HTML into WORD in C# code. Save HTML as WORD using C#....several HTML into Word Use our document merging API to develop high-level...example that iterates through documents and converts them to Word:...

    products.aspose.com/words/net/merge/html-to-word/
  8. Several PDF Into MARKDOWN C#

    Merge multiple PDF into MARKDOWN in C# code. Save PDF as MARKDOWN using C#....PDF into Markdown Use our document merging API to develop high-level...example that iterates through documents and converts them to Markdown:...

    products.aspose.com/words/net/merge/pdf-to-mark...
  9. Group Presentation Shapes with Python|Aspose.Sl...

    Learn to group and ungroup shapes in PowerPoint and OpenDocument decks using Aspose.Slides for Python—fast, step-by-step guide with free code.... import aspose.slides as slides # Instantiate...contained within group shapes. import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/group/
  10. 请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数...

    请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数页页码在右边,偶数页页码在左边。 html中应该怎么写?...以下是一个示例代码,展示如何实现奇偶页页码不同的页脚设置: import com.aspose.words.*; public...throws Exception { Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/aspose-words-html-word/315396