Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 67,787 for

import

(0.41 sec)
  1. Convert FODP to JPG in Python | products.aspose...

    Sample code for FODP to JPG Python conversion. Use PowerPoint Python API for batch conversion FODP files to JPG files....Conversion import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  2. Group Presentation Shapes with Python|Aspose.Sl...

    Learn to group and ungroup shapes in PowerPoint and OpenDocument decks using Aspose.Slides for Python—fast, step-by-step guide with free code.... import aspose.slides as slides # Instantiate...contained within group shapes. import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/group/
  3. PDF Multimedia Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add, get, and delete the multimedia annotation from your PDF document....the computer’s microphone or imported from a file. When the annotation...examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/java/multimedia-annotation/
  4. Read Timephased Data of a Resource in Ruby | As...

    Learn how to read timephased data of resources using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...getByUid( 1 ) 4 5 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 6...

    docs.aspose.com/tasks/java/read-timephased-data...
  5. Baseline Task Scheduling in Ruby | Aspose.Tasks...

    Learn how to edit Microsoft Project (MPP/XML) task baselines using Aspose.Tasks Java for Ruby....oneMinute 6 7 project = Rjb :: import( 'com.aspose.tasks.Project'...project . setBaseline( Rjb :: import( 'com.aspose.tasks.BaselineType'...

    docs.aspose.com/tasks/java/baseline-task-schedu...
  6. EPUB to PDF Merge using Python | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path epub_load_options...

    products.aspose.com/pdf/python-net/merger/epub-...
  7. Converting a XPS file to PDF using Python | Asp...

    Sample code on Python for XPS to PDF conversion. Use example code for batch XPS to PDF 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/x...
  8. 使用 Python 将 PowerPoint 演示文稿转换为 Word 文档|Aspose.S...

    使用 Aspose.Slides for Python via .NET,轻松将 PowerPoint 和 OpenDocument 演示文稿转换为 Word 文档。我们的分步指南附带示例 Python 代码,为希望简化文档工作流的开发者提供解决方案。...的演示文稿,如下所示: import aspose.slides as slides import aspose.words...

    docs.aspose.com/slides/zh/python-net/convert-po...
  9. PPT to PDF Conversion with an Empty Comment in ...

    Hi Team, While converting PPT into PDF we are using Presentation class Object to load ppt file in Java code. Import com.aspose.slides.Presentation; Presentation presentation = new Presentation("sample1.pptx"); We hav…... import com.aspose.slides.Presentation;...without parsing comments : import com.aspose.slides.*; LoadOptions...

    forum.aspose.com/t/ppt-to-pdf-conversion-with-a...
  10. Comparison and fetching coordinates using aspos...

    I am trying to compare two documents(docx,pdf) and get the coordinates of the changes in the initial documents. How can this be achieved? Can I get the coordinates of the changes from the pdf? Is docx to pdf conversion…...the process: import com.aspose.words.*; import com.aspose.pdf...

    forum.aspose.com/t/comparison-and-fetching-coor...