Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 73,653 for

import

(0.08 sec)
  1. Გადაიყვანეთ JPG WORD Python

    გადაიყვანეთ JPG WORD Python ფორმატში კოდით. შეინახეთ JPG როგორც WORD 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/ka/python-net/convers...
  2. Გადაიყვანეთ Გამოსახულება 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/ka/python-net/convers...
  3. Გადაიყვანეთ Გამოსახულება PNG Python

    გადაიყვანეთ Გამოსახულება PNG Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Python....install aspose-words კოპირება import aspose.words as aw doc = aw...ImageSaveOptions(aw.SaveFormat.PNG)) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  4. Გადაიყვანეთ Გამოსახულება GIF Python

    გადაიყვანეთ Გამოსახულება GIF Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF Python....install aspose-words კოპირება import aspose.words as aw doc = aw...ImageSaveOptions(aw.SaveFormat.GIF)) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  5. Გადაიყვანეთ Გამოსახულება BMP Python

    გადაიყვანეთ Გამოსახულება BMP Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP Python....install aspose-words კოპირება import aspose.words as aw doc = aw...ImageSaveOptions(aw.SaveFormat.BMP)) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  6. Manage Callouts in Presentation Charts with Pyt...

    Create and style callouts in Aspose.Slides for Python .NET with concise code examples, compatible with PPT, PPTX and ODP to automate presentation workflows.... import aspose.slides as slides with...is given. import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/python-net/callout/
  7. Python and .NET Version Differences|Aspose.Imag...

    Aspose.Imaging for Python via .NET is a wrapper of Aspose.Imaging for .NET, this page describes the differences in features and API of these two products....imaging import Image from aspose.imaging.fileformats...fileformats.jpeg import JpegImage import aspose.pycore as casting...

    docs.aspose.com/imaging/python-net/python-notes/
  8. Manage Text Boxes in Presentations with Python|...

    Aspose.Slides for Python via .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....example implements these steps: import aspose.slides as slides # Instantiate...was created as a text box: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/manage-textbox/
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....from Excel workbooks and importing content into a presentation...a simple and intuitive way. Import an Excel Chart The next step...

    docs.aspose.com/slides/java/excel-integration/
  10. View ODP in Python | products.aspose.com

    View ODP in Python. Use Python library API to open and view OpenOffice presentation...manipulate or edit presentations, import presentations from images or...Python code for viewing ODP import aspose.slides as slides pres...

    products.aspose.com/slides/python-net/viewer/odp/