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

import

(0.12 sec)
  1. Extract PDF Metadata using Python | Aspose.PDF

    Extract PDF format metadata programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path input_file...

    products.aspose.com/pdf/python-net/metadata/
  2. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using Python for faster insights and smarter content audits.... See this Python code: import aspose.slides as slides info1...(information about the presentation): import aspose.slides as slides info...

    docs.aspose.com/slides/python-net/examine-prese...
  3. Convert PowerPoint Presentations to Word Docume...

    Learn how to effortlessly convert PowerPoint and OpenDocument presentations to Word documents using Aspose.Slides for Python via .NET. Our step-by-step guide with sample Python code provides the solution for developers looking to streamline their document workflows....Word document: import aspose.slides as slides import aspose.words...

    docs.aspose.com/slides/python-net/convert-power...
  4. Licensing|Aspose.Finance for .NET

    Python Finance Library API invites its customers to get a Classic license and Metered License. As well as use a limited license to better explore the product....set a license file: Python import aspose.finance as af # Instantiate...license from a stream: Python import aspose.finance as af # Instantiate...

    docs.aspose.com/finance/python-net/licensing/
  5. Editing Task Baseline Durations in Ruby | Aspos...

    Learn how to edit Microsoft Project (MPP/XML) task baseline durations 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/task-baseline-durati...
  6. Extract Text and Images from Excel File Online ...

    Online Excel file parser app. .NET API C# code to extract text in rows and cells from Excel spreadhseets....Excel Document via Online App Import Excel file to parse by uploading...logic. 🔍 Structured Data Import Import .csv , .tsv , or .xlsx content...

    products.aspose.com/total/net/parse/excel/
  7. Converting a DICOM file to PDF using Python | A...

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

    products.aspose.com/pdf/python-net/conversion/d...
  8. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add an XML map into the workbook using the XmlMapCollection.Add method with Aspose.Cells for Node.js via C++....method, which you can use to import an XML map into a workbook...the XML map that has been imported from sample.xml into the output...

    docs.aspose.com/cells/nodejs-cpp/add-xml-map-in...
  9. Creating, Loading and Saving 3D Scene Programma...

    Creating, Loading and Saving 3D Scene Programmatically in C#. Read, Import and save 3D Scenes in PDF and HTML in C#....3D File Save Options in C# Import 3D Scenes and Contents from...

    docs.aspose.com/3d/net/creating-loading-and-sav...
  10. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a word document. How can i get captions for all extracted images along with them? Eventually i want to return a dictionary with image name, its pat…... import com.aspose.words.*; import java.text.MessageFormat;...MessageFormat; import java.util.*; class ImageInfo { public String...

    forum.aspose.com/t/extracting-images-and-captio...