Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 67,153 for

import

(0.17 sec)
  1. Converting a EPUB file to DOCX using Python | A...

    Sample code on Python for EPUB to DOCX conversion. Use example code for batch EPUB to DOCX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/e...
  2. Reading corrupted PST/OST files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....potentially corrupted PST file: import aspose.email as ae def explore_corrupted_pst...

    docs.aspose.com/email/python-net/reading-corrup...
  3. Convert Excel to PDF to Word - Free Support For...

    Hi, is there a solution to convert Excel to Word directly? My input is Excel and the output must be a Word doc. I have tried with convert of Excel to PDF and from PDF to Word. By doing so, the converted Word containing t…...formats|Documentation Java import com.aspose.cells.SaveFormat; import com.aspose...

    forum.aspose.com/t/convert-excel-to-pdf-to-word...
  4. Aspose.PSD에서 psd 저장 시 IndexOutOfRangeException ...

    일정 heigth 이상의 psd 저장 시 아래와 같은 에러가 발생합니다. RuntimeError: Proxy error(IndexOutOfRangeException): Index was outside the bounds of the array. 포토샵에서 낮은 height로 rescale할 경우에는 해당 에러가 발생하지 않았습니다. 예시로 저장 실패한 height는 36667이고 저장 …...psd import PsdImage as PsdImageAspose...PsdImageAspose from aspose.pycore import cast with PsdImageAspose.load(psd_path)...

    forum.aspose.com/t/aspose-psd-psd-indexoutofran...
  5. Microsoft PowerPoint (PPT)|Aspose.Slides Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Slides for C++ like: Import other MS Office file formats...

    docs.aspose.com/slides/cpp/microsoft-powerpoint...
  6. Create Chart in PPT Presentation Files using Py...

    Python source code to create chart in PPT Presentation.... import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/chart/ppt/
  7. Enable GridWeb EditBox|Documentation

    This article introduces how to work with the formula bar or edit box in GridWeb....enable this feature, you need to import the jquery.js file into your...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. How to Run Aspose.3D in AWS Lambda|Documentation

    Integrate Aspose.3D functionality into your application using Docker regardless of what technology is in your development stack. Learn how to use Aspose.3D in a Docker container....account and IAM user, you can import “credentials.csv” file which...

    docs.aspose.com/3d/net/how-to-run-aspose-3d-in-...
  9. Convert PowerPoint Presentations to SWF Flash i...

    Convert PowerPoint (PPT/PPTX) to SWF Flash in Python with Aspose.Slides. Step‑by‑step code samples, fast quality output, no PowerPoint automation.... import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/convert-power...
  10. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…... 以下是实现该功能的代码示例: import com.aspose.words.*; public...16 KB import uuid from typing import List, Optional import aspose...

    forum.aspose.com/t/docx/310697