Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 5,749 for

ape

(0.27 sec)
  1. نشر النماذج في PDF عبر Python|Aspose.PDF for Py...

    أضف أزرار الإرسال وإجراءات الإرسال إلى PDF AcroForms باستخدام Aspose.PDF لبيثون عبر .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/ar/python-net/posting-form/
  2. Конвертировать форматы изображений в PDF на Pyt...

    Узнайте, как конвертировать BMP, CGM, DICOM, PNG, TIFF, EMF, SVG и другие форматы изображений в PDF на Python с помощью Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/convert-image...
  3. Pythonを使用してPDFにテキストを追加する|Aspose.PDF for Python ...

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加する方法、HTMLフラグメントを追加する方法、またはカスタムOTFフォントを使用する方法を学びます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...テキストフラグメントを作成 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ja/python-net/add-text-to-p...
  4. 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/
  5. 在 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/
  6. 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/
  7. 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/
  8. Aspose.Page per Python - Domande frequenti

    Domande frequenti complete su installazione, licenza, formati supportati, conversione, rendering, modifica, prestazioni e risoluzione dei problemi per la libreria pure‑Python di Aspose.Page....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/it/python-net/faq/
  9. Extraire les données vectorielles d'un fichier ...

    Aspose.PDF facilite l'extraction des données vectorielles d'un fichier PDF. Vous pouvez obtenir les données vectorielles (path, polygon, polyline), telles que la position, la couleur, l'épaisseur de ligne, etc....pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/fr/python-net/extract-vecto...
  10. Archivo

    Archivo...pdf as ap Ahora, exploremos cómo usar Aspose...aspose.pdf as ap # Crear un nuevo documento document = ap.Document()...

    blog.aspose.com/es/pdf/best-python-pdf-library/