Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 70,852 for

import

(0.08 sec)
  1. Aspose.words module not found - Free Support Fo...

    I have installed aspose inside uv with uv add aspose-words everthing seems to have work, I can find the aspose inside the lib folder of the .venv. When I do the python interpreter and Import aspose.words as aw it works, …...the python interpreter and import aspose.words as aw it works...I create a script and do : import aspose.words as aw .... It...

    forum.aspose.com/t/aspose-words-module-not-foun...
  2. The Gradient Color Disappears After XLSX-to-PDF...

    When converting the Excel chart to PDF and then to PPTX, the gradient color is missing, and the text in the Y-axis is not rotating properly. Please consider the first slide only. Aspose version: implementation ‘com.as…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/the-gradient-color-disappear...
  3. Add Footer to PDF|Aspose.PDF for Python via .NET

    Learn how to add text and image footers to PDF pages using PdfFileStamp in Python.... import sys from os import path import aspose.pdf.facades...as pdf_facades from config import initialize_data_dir , set_license...

    docs.aspose.com/pdf/python-net/add-footer/
  4. Get PDF Version|Aspose.PDF for Python via .NET

    Learn how to programmatically determine the version of a PDF document using Aspose.PDF for Python. This tutorial demonstrates how to use the PdfFileInfo class to check the PDF version of a file.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades from io import FileIO import sys from os import path sys ....

    docs.aspose.com/pdf/python-net/get-pdf-version/
  5. Get Required Field Names|Aspose.PDF for Python ...

    This example demonstrates how to identify and retrieve the names of required form fields in a PDF document using Aspose.PDF Facades API....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/get-required-fie...
  6. Hello World Java 示例|Aspose.PDF for Android via ...

    本页展示如何使用简单的编程创建包含文本 - Hello World 的 PDF 文档,使用 Aspose.PDF for Android。...examplesimple ; import android.app.Activity ; import android.os.Bundle...Bundle ; import android.os.Environment ; import android.widget...

    docs.aspose.com/pdf/zh/androidjava/hello-world-...
  7. 如何添加文本条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用文本条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook from aspose.cells import Workbook ...pydrawing import Color from datetime import datetime import aspose...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  8. Signature Management|Aspose.PDF for Python via ...

    Learn how to remove digital signatures from PDF documents and optionally clean up signature fields using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def remove_signature_from_pdf ( infile , outfile...

    docs.aspose.com/pdf/python-net/signature-manage...
  9. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python.... import aspose.pdf as ap import sys from os import path from...from aspose.pycore import cast , is_assignable def link_anno...

    docs.aspose.com/pdf/python-net/update-links/
  10. Add and Delete PDF Bookmarks in Python|Aspose.P...

    Learn how to add and delete bookmarks in PDF documents using Python.... import aspose.pdf as ap import sys from os import path def...document. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/add-and-delete-b...