Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,740 for

ape

(0.21 sec)
  1. 使用 Python 在 PDF 中添加图像印章|Aspose.PDF for Python v...

    使用 Aspose.PDF for Python 库的 ImageStamp 类在 PDF 文档中添加图像印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建图像印章 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/zh/python-net/image-stamps-...
  2. Ajouter des tampons d'image dans un PDF en util...

    Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF pour Python....pdf as ap # Ouvrir le document document = ap . Document (...tampon d'image image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/fr/python-net/image-stamps-...
  3. Gerenciar cabeçalhos e rodapés de PDF usando Py...

    Aprenda como gerenciar cabeçalhos e rodapés em documentos PDF com Python e Aspose.PDF....pdf as ap import sys def _create_text_artifact...artifact . text_state . font = ap . text . FontRepository . find_font...

    docs.aspose.com/pdf/pt/python-net/artifacts-hea...
  4. Ajouter des formes d'arc au PDF en Python|Aspos...

    Apprenez comment tracer et remplir des formes d'arc dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-arc/
  5. Integrate PDF Tables with Data Sources in Pytho...

    Learn how to integrate PDF tables with data sources such as databases and pandas DataFrames in Python....Create an empty PDF document with ap.Document() . Add a page to the...pandas as pd import aspose.pdf as ap from config import set_license...

    docs.aspose.com/pdf/python-net/integrate-table/
  6. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。...pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  7. Annotations collantes PDF utilisant Python|Aspo...

    Ce sujet concerne les annotations collantes, en tant qu'exemple nous montrons l'Annotation Filigrane dans le texte....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/fr/python-net/sticky-annota...
  8. Работа с PDF-операторами в Python|Aspose.PDF fo...

    Узнайте, как использовать низкоуровневые PDF-операторы в Python для точного управления потоком содержимого и графикой....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/working-with-...
  9. 在 Python 中使用 PDF 操作符|Aspose.PDF for Python via ...

    了解如何在 Python 中使用低层 PDF 操作符,以实现精确的内容流处理和图形控制。...pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  10. Using Link Annotations in PDF|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...number textFragmentAbsorber = ap . text . TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/link-annotations/