Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 67,132 for

import

(0.18 sec)
  1. Փոխարկել Պատկեր DOCX Python

    Փոխարկեք Պատկեր ը DOCX ձևաչափի Python կոդով: Պահեք Պատկեր որպես DOCX օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  2. Փոխարկել DOC EPUB Python

    Փոխարկեք DOC ը EPUB ձևաչափի Python կոդով: Պահեք DOC որպես EPUB օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.epub" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  3. Փոխարկել HTML SVG Python

    Փոխարկեք HTML ը SVG ձևաչափի Python կոդով: Պահեք HTML որպես SVG օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...+ 1 } .svg" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  4. Փոխարկել HTML PNG Python

    Փոխարկեք HTML ը PNG ձևաչափի Python կոդով: Պահեք HTML որպես PNG օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...+ 1 } .png" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  5. Փոխարկել HTML Markdown Python

    Փոխարկեք HTML ը Markdown ձևաչափի Python կոդով: Պահեք HTML որպես Markdown օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...html" ) doc.save( "Output.md" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  6. Convert PPT & PPTX to PDF in Python | Advanced ...

    Step‑by‑step guide to converting PPT, PPTX, and ODP to high‑quality, WCAG‑compliant PDFs in Python with Aspose.Slides—includes password protection, slide selection, and image‑quality control.... import aspose.slides as slides # Instantiates...with several custom options: import aspose.slides as slides # Instantiates...

    docs.aspose.com/slides/python-net/convert-power...
  7. Aspose::Words::Drawing::ImageData::get_CropLeft...

    Aspose::Words::Drawing::ImageData::get_CropLeft method. Defines the fraction of picture removal from the left side in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageData::get_CropTop ...

    Aspose::Words::Drawing::ImageData::get_CropTop method. Defines the fraction of picture removal from the top side in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Converting a SVG file to GIF using Python | Asp...

    Sample code on Python for SVG to GIF conversion. Use example code for batch SVG to GIF conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/s...
  10. Add Ellipses to Presentations in Python|Aspose....

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Python via .NET across PPT, PPTX and ODP presentations—code examples included.... import aspose.slides as slides # Instantiate...presentation. import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/ellipse/