Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 50,597 for

import document

(0.32 sec)
  1. Convert VSSX to XPS via Python | products.aspos...

    Sample Python conversion code for VSSX format to XPS file. Use this example code to convert VSSX to XPS within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  2. How to Read Bookmarks in PDF using Python

    This article guides on how to read bookmarks in PDF using Python. It contains the resources to set the IDE, Important classes and a runnable sample code to extract bookmarks in PDF using Python....NET to read bookmarks Import aspose.pdf library to access...bookmarks in it using the Document class object Iterate through...

    kb.aspose.com/pdf/python/how-to-read-bookmarks-...
  3. Merge MD Files in Java

    Follow this article to merge MD files in Java. It has details to set the IDE, a list of steps, and a sample code to combine MD in Java and create a single MD file....for Java to merge MD files Import the desired classes from the...MD files separately into a Document object and assign the respective...

    kb.aspose.com/words/java/merge-md-files-in-java/
  4. Convert HTML to PNG in Python | products.aspose...

    Convert HTML to PNG in Python. Use Python library API to convert HTML files to PNGs... As a modern document processing API, Aspose.Slides...HTML into PNG import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  5. Convert HTML to Image in Python | products.aspo...

    Convert HTML to Image in Python. Use Python library API to convert HTML files to Images... As a modern document processing API, Aspose.Slides...into Image import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  6. Convert Image to PPT in Python | products.aspos...

    Convert Image to PPT in Python. Use Python library API to convert Image files to PDFs... As a modern document processing API, Aspose.Slides...Image into PPT import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  7. Add properties in XMP metadata of EPS | Python

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from datetime import datetime 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  8. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…...convert your Excel documents into Word documents. You can take images...and add them in your word document using Aspose.Words. Please...

    forum.aspose.com/t/how-to-convert-conditionally...
  9. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Cells设置打印区域 通过工作表的页面设置设置打印区域: import aspose.cells as ac # Load sample...如何使用Aspose.Cells清除打印区域 删除现有的打印区域定义: import aspose.cells as ac # Load sample...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  10. Drawing tool image extraction without table and...

    Chapter09.docx (468.6 KB)...extract images from a Word document without including tables and...need to navigate through the document’s structure effectively. The...

    forum.aspose.com/t/drawing-tool-image-extractio...