Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 67,115 for

import

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

    გადაიყვანეთ JPG HTML Python ფორმატში კოდით. შეინახეთ JPG როგორც HTML Python....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  2. Გადაიყვანეთ PDF DOC Python

    გადაიყვანეთ PDF DOC Python ფორმატში კოდით. შეინახეთ PDF როგორც DOC Python....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  3. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... import aspose.pdf as ap def convert_pdf_to_pdf_e...tagging it with alternative text. import aspose.pdf as ap def add_t...

    docs.aspose.com/pdf/python-net/whatsnew/
  4. Გადაიყვანეთ Გამოსახულება PDF Python

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

    products.aspose.com/words/ka/python-net/convers...
  5. Error reading PDF documents - Free Support Foru...

    Hi! In your demo (see attached images), reading and converting from PDF documents is supported, but when using this feature, the following error message appears: “Pdf format is not supported on this platform. Use .NET S…...Words does not include PDF import functionality, so the runtime...it is unrelated to the PDF‑import limitation. Why it happens...

    forum.aspose.com/t/error-reading-pdf-documents/...
  6. Add Videos to Presentations in Python|Aspose.Sl...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Python via .NET. Fast how-to guide....locally to a presentation: import aspose.slides as slides with...width, height, fname) method: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/video-frame/
  7. 用 Python 将 SVG 转换为 PNG – Aspose.HTML

    使用 Aspose.HTML Python 库将 SVG 转换为 PNG。了解 ImageSaveOptions 并参考将 SVG 转换为 PNG 的 Python 代码示例。...'TIFF'}} import aspose.html.dom.svg as ahsvg import aspose.html...converters as conv import aspose.html.saving as sav import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-svg-...
  8. Export data from document|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....only facilitates its users to import data to worksheets from external...AI Document Assistant Close Import data from document Analyzing...

    docs.aspose.com/cells/net/export-data-from-docu...
  9. 使用 Python 在演示文稿中自定义饼图|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides 在 Python 中创建和自定义饼图,支持导出为 PowerPoint 和 OpenDocument,秒级提升您的数据叙事能力。... import aspose.slides.charts as charts import aspose.slides...PPTX 文件。 import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/zh/python-net/pie-chart/
  10. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class.... import aspose.pdf as ap import io def add_background_image...

    docs.aspose.com/pdf/python-net/add-backgrounds/