Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 55,226 for

import

(0.07 sec)
  1. Convert PDF To PNG Python

    Convert PDF to PNG format in Python code. Save PDF as PNG using Python....professional software solution to import and export PDF, PNG, and many...pip install aspose-words Copy import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/conversion...
  2. Convert PDF To DOCX Python

    Convert PDF to DOCX format in Python code. Save PDF as DOCX using Python....professional software solution to import and export PDF, DOCX, and many...pip install aspose-words Copy import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/conversion...
  3. 使用 Python 添加额外注释|Aspose.PDF for Python via .NET

    本节描述如何从您的 PDF 文档中添加、获取和删除额外类型的注释。...以下代码片段显示了如何将插入符号注释添加到 PDF 文件: import aspose.pdf as ap # 打开文档 document...请尝试使用以下代码片段在 PDF 文档中获取插入符号注释 import aspose.pdf as ap document =...

    docs.aspose.com/pdf/zh/python-net/extra-annotat...
  4. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document.... 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...
  5. ImageData.bi_level property | Aspose.Words for ...

    ImageData.bi_level property. Determines whether an image will be displayed in black and white.... 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...
  6. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an image.... 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...
  7. 在 Python 中转换 SVG 文件 – Python 示例

    了解如何在 Python 中将 SVG 转换为其他格式,查找 Python 代码示例并尝试在线 SVG 转换器。... import aspose from aspose.svg import * from aspose...converters import * from aspose.svg.drawing.skiasharp import * from...

    docs.aspose.com/svg/zh/python-net/convert-svg/
  8. Manage Ink|Aspose.Slides for Python Documentation

    Use ink tools to draw objects in PowerPoint Python...for a brush: import aspose.slides as slides import aspose.pydrawing...for a brush: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/manage-ink/
  9. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...example in Java: import com.aspose.pdf.Color; import com.aspose.pdf...Document; import com.aspose.pdf.Rectangle; import com.aspose...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...
  10. 使用Python.NET在多线程中同时读取单元格值|Documentation

    了解如何使用Aspose.Cells for Python via .NET API在多个线程中同时读取单元格值。... import threading import random import time from aspose...aspose.cells import Workbook test_workbook = None def thread_loop...

    docs.aspose.com/cells/zh/python-net/reading-cel...