Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 5,749 for

ape

(0.15 sec)
  1. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET....pdf as ap import sys def add_background_image_to_pdf...with ap . Document ( infile ) as document : artifact = ap . BackgroundArtifact...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  2. 在 Python 中将 PDF 表格与数据源集成|Aspose.PDF for Python ...

    了解如何在 Python 中将 PDF 表格与数据库和 pandas DataFrame 等数据源集成。... 该函数执行以下步骤: 使用创建一个空的 PDF 文档 ap.Document() . 向文档添加一个页面。 通过调用将...pandas as pd import aspose.pdf as ap from config import set_license...

    docs.aspose.com/pdf/zh/python-net/integrate-table/
  3. Intégrer des tables PDF avec des sources de don...

    Apprenez comment intégrer des tables PDF avec des sources de données telles que des bases de données et des pandas DataFrames en Python....Créer un document PDF vide avec ap.Document() . Ajoutez une page...pandas as pd import aspose.pdf as ap from config import set_license...

    docs.aspose.com/pdf/fr/python-net/integrate-table/
  4. PDF sticky Annotations using Python|Aspose.PDF ...

    Discover how to add sticky annotations in PDF documents using Aspose.PDF in Python via .NET for comments and feedback....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/sticky-annotations/
  5. العمل مع العناوين في PDF|Aspose.PDF لـ Python ع...

    إنشاء ترقيم في عنوان مستند PDF الخاص بك باستخدام Python. يوفر Aspose.PDF for Python عبر .NET أنواعًا مختلفة من أنماط الترقيم....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  6. Ekstrak Data Vektor dari file PDF menggunakan P...

    Aspose.PDF memudahkan mengekstrak data vektor dari file PDF. Anda dapat memperoleh data vektor (path, polygon, polyline), seperti posisi, warna, lebar garis, dll....pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/id/python-net/extract-vecto...
  7. تحويل PDF إلى EPUB، LaTeX، نص، XPS باستخدام باي...

    يوضح لك هذا الموضوع كيفية تحويل ملف PDF إلى صيغ ملفات أخرى مثل EPUB، LaTeX، نص، XPS إلخ باستخدام بايثون....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # افتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  8. Защитить PDF‑файлы в Python|Aspose.PDF for Pyth...

    Узнайте, как шифровать файлы, расшифровывать защищённые PDF‑файлы и менять пароли в Python....pdf as ap import sys from os import path...document = ap . Document ( infile ) document_privilege = ap . facades...

    docs.aspose.com/pdf/ru/python-net/protect-pdf-f...
  9. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....pdf as ap from aspose.pycore import * import...uuid # Open PDF document with ( ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  10. 在 Python 中添加数字签名或对 PDF 进行数字签名|Aspose.PDF for Py...

    了解如何在 Python 中对 PDF 文档进行数字签名、添加时间戳以及验证签名。...pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/zh/python-net/digitally-sig...