Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 50,484 for

import document

(0.13 sec)
  1. NodeImporter class | Aspose.Words for Node.js

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated Import of nodes from one Document to another...perform repeated import of nodes from one document to another. To...Aspose.Words Document Object Model (DOM) documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Convert other file formats to PDF in Python|Asp...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF Document....Fixed-layout Document (also called Open Fixed Document format). It...33190-2016) for electronic documents, introduced as an alternative...

    docs.aspose.com/pdf/python-net/convert-other-fi...
  3. Copy Bookmarked Text in Ruby|Aspose.Words for Java

    Copy bookmarked text using Ruby....Load the source document. src_doc = Rjb :: import ( 'com.aspose...aspose.words.Document' ) . new ( data_dir + "Template.doc" ) # This...

    docs.aspose.com/words/java/copy-bookmarked-text...
  4. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...因此,您可以遵循以下步骤将 BMP 图像转换为 PDF: 初始化一个新的 Document 加载示例 BMP 图像文件 最后,保存输出的 PDF...examples ; import java.io.FileNotFoundExceptio ; import java.nio...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  5. Working With Comments in Ruby|Aspose.Words for ...

    Working with comments using Ruby....initialize () # The path to the documents directory. data_dir = File...'/data/' # Open the document. doc = Rjb :: import ( 'com.aspose.words...

    docs.aspose.com/words/java/working-with-comment...
  6. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython....words import Settings from com . aspose . words import Document.... words import Node from com . aspose . words import Paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  7. View MHT Files using Python | Aspose.PDF

    Open and view MHT Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...the MHT with an instance of Document. View resultant File. Python...MHT files import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/viewer/mht/
  8. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_Document method...append_document method Contents [ Hide ] append_document(src_doc...oc, import_format_mode) Appends the specified document to the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF Document with Python. It is possible to delete all or particular bookmarks from a PDF Document....to a PDF Document Bookmarks are held in the Document object’s...a PDF: Open a PDF document using Document object. Create a bookmark...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  10. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....Moving a Page from one PDF Document to Another Aspose.PDF for...selected page from the original document and then adds it to a new...

    docs.aspose.com/pdf/python-net/move-pages/