Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 53,301 for

import document

(0.38 sec)
  1. 将PDF转换为Microsoft PowerPoint|Aspose.PDF for Java

    Aspose.PDF允许您使用Java将PDF转换为PowerPoint格式。可以将PDF转换为带有图像幻灯片的PPTX。...PptxSaveOptions 类的对象作为第二个参数传递给 Document .save(..)方法。 查看下一个代码片段,以解...(); // 加载PDF文档 Document document = new Document ( documentFileName...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-powe...
  2. 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...
  3. Get, Update and Expand a Bookmark using Python|...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for Python library....[ Hide ] Get Bookmarks The Document object’s OutlineCollection...file. import aspose.pdf as ap # Open document document = ap ...

    docs.aspose.com/pdf/python-net/get-update-and-e...
  4. 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...
  5. Display MHT Formats 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/
  6. Aspose::Words::NodeImporter class | Aspose.Word...

    Aspose::Words::NodeImporter class. Allows to efficiently perform repeated Import of nodes from one Document to another. To learn more, visit the Documentation article in C++....perform repeated import of nodes from one document to another. To...Aspose.Words Document Object Model (DOM) documentation article. class...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. Replace Text in PDF via Python|Aspose.PDF for P...

    Learn more about various ways of replacing and removing text from Aspose.PDF for Python via .NET library....Replace Text in all pages of PDF document You can try to find in replace...replace the text in the document using Aspose.PDF and get the results...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  8. Aspose::Words::DocumentBase::ImportNode method ...

    Aspose::Words::DocumentBase::ImportNode method. Imports a node from another Document to the current Document in C++....bool) method Imports a node from another document to the current...current document. System :: SharedPtr < Aspose :: Words :: Node >...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Replace Image in Existing PDF File|Aspose.PDF f...

    This section describes about replace image in existing PDF file using Java library....Open the PDF file using the Document object. Replace a particular...file using Save method of the Document object. The following code...

    docs.aspose.com/pdf/java/replace-image-in-exist...
  10. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....or other subtle design, to documents. In Aspose.PDF for Python...Python via .NET, each PDF document is a collection of pages and each...

    docs.aspose.com/pdf/python-net/add-backgrounds/