Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 37,008 for

import

(0.14 sec)
  1. Save SVG File – Aspose.SVG for Python via .NET

    Learn how to save an SVG document to a file, memory stream or Url using Aspose.SVG Python library....file: Copy 1 import os 2 from aspose. svg import * 3 4 # Prepare...Url: Copy 1 import os 2 from aspose. svg import * 3 4 # Setup...

    docs.aspose.com/svg/python-net/save-svg-file/
  2. 图片|Aspose.Slides for Python 文档

    在Python中向PowerPoint幻灯片或演示文稿添加图像...下Python示例代码展示了如何将图像添加到幻灯片: import aspose.slides as slides with...灯片: import aspose.slides as slides import urllib2 import base64...

    docs.aspose.com/slides/zh/python-net/image/
  3. ImageData.is_link property | Aspose.Words for P...

    ImageData.is_link property. Returns ``True`` if the image is linked to the shape (when [ImageData.source_full_name](../source_full_name/) is specified).... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BMP to PDF Merge using Python | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import the aspose.pdf module and rename...easier access in the code. Import necessary file handling modules...

    products.aspose.com/pdf/python-net/merger/bmp-t...
  5. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw...) doc.save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/h...
  6. Convert PowerPoint Presentations to TIFF in Pyt...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Python via .NET. Step-by-step guide with code examples included....PowerPoint presentation to TIFF: import aspose.slides as slides # Instantiate...to a black-and-white TIFF: import aspose.slides as slides tiff_options...

    docs.aspose.com/slides/python-net/convert-power...
  7. Chart Formatting|Aspose.Slides for Python Docum...

    Format chart entities in PowerPoint presentations in Python...PPTX file import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiating...

    docs.aspose.com/slides/python-net/chart-formatt...
  8. Support for IMAP Extensions|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.... import aspose.email as ae with ae...IMAP4 extended list command. import aspose.email as ae with ae...

    docs.aspose.com/email/python-net/support-for-im...
  9. Aspose::Words::Drawing::ImageData::get_BiLevel ...

    Aspose::Words::Drawing::ImageData::get_BiLevel method. Determines whether an image will be displayed in black and white in C++....MakeObject < Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. How to Convert Excel to DataTable in C#

    In this brief tutorial you will learn how to convert Excel to datatable in C#. This conversion can be exercised in .NET environment for Windows, Linux and macOS....Following are the steps to import Excel to DataTable in C# that...along with the provision to import column headers also. After...

    kb.aspose.com/cells/net/how-to-convert-excel-to...