Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 51,416 for

import document

(0.12 sec)
  1. Convert WORD To JPG Python

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

    products.aspose.com/words/python-net/conversion...
  2. Convert DOC To PNG Python

    Convert DOC to PNG format in Python code. Save DOC as PNG using Python....converting DOC to PNG Use our document conversion API to develop...solution to import and export DOC, PNG, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  3. View DOCM File Online and Load or Read DOCM Fil...

    Free online DOCM file viewer app. Python API code to read and load DOCM file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOCM document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/docm/
  4. Merge PCL files using Python | Aspose.PDF

    Merge PCL files programmatically with Python sample code using Aspose.PDF for Python for .NET...a robust and user-friendly document manipulation API designed...The Python library enables document conversion from any supported...

    products.aspose.com/pdf/python-net/merger/pcl/
  5. Merge HTML files using Python | Aspose.PDF

    Merge HTML files programmatically with Python sample code using Aspose.PDF for Python for .NET...a robust and user-friendly document manipulation API designed...The Python library enables document conversion from any supported...

    products.aspose.com/pdf/python-net/merger/html/
  6. Merge MHT files using Python | Aspose.PDF

    Merge MHT files programmatically with Python sample code using Aspose.PDF for Python for .NET...a robust and user-friendly document manipulation API designed...The Python library enables document conversion from any supported...

    products.aspose.com/pdf/python-net/merger/mht/
  7. Serialize and Work with a Document in a Databas...

    Convert a Document into a byte array for work with this Document in a database. You can store and retrieve a Document to and from the database using Java....Serialize and Work with a Document in a Database Contents [ Hide...working with documents is storing and retrieving Document objects...

    docs.aspose.com/words/java/serialize-and-work-w...
  8. Convert NumPy to Excel|Documentation

    Convert NumPy to Excel by using Aspose.Cells for Python via .NET API....snippet to demonstrate how to import data from a NumPy array to...Traverse the NumPy array and import data using Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-numpy-...
  9. Remove PDF Annotation Online or Manage Annotati...

    delete comments from PDF file through online app for free. Java API code to manage comments of PDF files....Pdf Clear Comments from PDF Document Online or Manage via Java...Develop powerful Java based PDF document annotation utility application...

    products.aspose.com/total/java/annotate/pdf/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...util; import java.awt.Color; import java.awt.geom.Rectangle2D;...Rectangle2D; import java.io.InputStream; import java.util.ArrayList;...

    forum.aspose.com/t/word-header-footer-x-y/316493