Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 51,271 for

import document

(0.22 sec)
  1. Convert FODP to PPS in Python | products.aspose...

    Convert FODP to PPS in Python. Use Python library API to convert FODP files to PPS... As a cutting-edge document processing API, Aspose.Slides...converting FODP into PPS import jpype import asposeslides jpype ....

    products.aspose.com/slides/python-java/conversi...
  2. Add, Delete and Get Annotation - Facades|Aspose...

    Discover how to add, delete, and retrieve annotations in PDF Documents using C++ and Aspose.PDF for advanced Document markup....annotation in an existing PDF document. For example, in the following...CreateFreeText(…), etc. Save the PDF document by using the Save(…) method...

    docs.aspose.com/pdf/cpp/add-delete-and-get-anno...
  3. Online XLS Text Search Application or Develop X...

    Free online app to search in XLS files. Java code for any XLS file text search application....Search Xls Online Searchable Document App and XLS Search API Code...Develop powerful Java based XLS document search engine software or...

    products.aspose.com/total/java/search/xls/
  4. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python via C++....Programmatic modification of PDF documents is an essential part of modern...enables developers to stamp PDF documents quickly and efficiently through...

    products.aspose.com/pdf/python-cpp/stamps/text/
  5. Add Page Stamp to PDF using Python | Aspose.PDF

    Add page stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....aspose-pdf Add Page Stamp to PDF Document Python You need Aspose.PDF...instance of Document. Open a PDF document using Document object....

    products.aspose.com/pdf/python-net/stamps/page/
  6. Add Pages to PDF using Go | Aspose.PDF

    Add PDF pages to your Document programmatically with Go sample code using Aspose.PDF for Go via C++...need to add pages to PDF documents? To add pages, we’ll use Aspose...your environment. Create a Document object with the input PDF...

    products.aspose.com/pdf/go-cpp/pages/add/
  7. Online PowerPoint File Text Finder or Build Pow...

    Free online app to search in PowerPoint file. C# API code for any PowerPoint file text search application....Powerpoint Online Searchable Document App and PowerPoint Text Search...powerful .NET based PowerPoint document search engine software or...

    products.aspose.com/total/net/search/powerpoint/
  8. Online ODS Text Search Application or Develop O...

    Free online app to search in ODS files. Java code for any ODS file text search application....Search Ods Online Searchable Document App and ODS Search API Code...Develop powerful Java based ODS document search engine software or...

    products.aspose.com/total/java/search/ods/
  9. Convert WORD To HTML Python

    Convert a Word Document to HTML format in Python code. Save a Word Document as HTML using Python....converting Word to HTML Use our document conversion API to develop...to import and export Word, HTML, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  10. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...如果我们从头创建一个文档,我们需要遵循某些步骤: 实例化一个 Document 对象。在这一步中,我们将创建一个带有一些元数据但没有页面的空PDF文档。...复杂示例 */ import java.io.FileNotFoundExceptio ; import java.nio...

    docs.aspose.com/pdf/zh/java/complex-pdf-example/