Sort Score
Result 10 results
Languages All
Labels All
Results 5,611 - 5,620 of 73,785 for

import

(2.92 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. Converting a CGM file to PDF using Python | Asp...

    Sample code on Python for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path # The...

    products.aspose.com/pdf/python-net/conversion/c...
  3. How To Work With Microsoft Project Predecessor ...

    Learn how to work with predecessor and successor tasks in Microsoft Project using Aspose.Tasks Java for Ruby. This guide includes step-by-step instructions, examples, and best practices....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 3 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 4...

    docs.aspose.com/tasks/java/predecessor-and-succ...
  4. Utility Features - SMTP Client|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....Security Provider import java.security.Security ; import org.bouncycastle...

    docs.aspose.com/email/java/utility-features-smt...
  5. 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...
  6. Default Project Properties in Ruby | Aspose.Tas...

    Learn how to work with default project properties of Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'Sample.xml' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/default-project-prop...
  7. Resize GridWeb and its Header Bar|Documentation

    This article introduces how to resize in GridWeb....GridWeb control is a simple but important feature. The Aspose.Cells...height Apply Styles to GridWeb Import Microsoft Excel File Analyzing...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Copy Paragraphs and Text Portions in Presentati...

    Discover how to copy paragraphs and text portions between PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET to enhance your workflow.... import aspose.slides as slides #Function...portion gets the copied values. import aspose.slides as slides #Function...

    docs.aspose.com/slides/python-net/copying-parag...
  9. 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...
  10. 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/