Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 5,749 for

ape

(0.11 sec)
  1. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。...pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  2. Posting Forms in PDF via Python|Aspose.PDF for ...

    Add submit buttons and submission actions to PDF AcroForms by using Aspose.PDF for Python via .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/python-net/posting-form/
  3. Trabajar con capas PDF usando Python|Aspose.PDF...

    Aprenda cómo agregar, bloquear, extraer, aplanar y combinar capas PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/es/python-net/working-with-...
  4. Travailler avec les calques PDF en Python|Aspos...

    Apprenez comment ajouter, verrouiller, extraire, aplatir et fusionner des calques PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/fr/python-net/working-with-...
  5. 在 Python 中向 PDF 添加图像印章|Aspose.PDF for Python vi...

    了解如何在 Python 中向 PDF 页面添加图像印章。... 使用 ‘ap.Document()’ 加载 PDF。 使用 ‘ImageStamp()’...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/zh/python-net/image-stamps-...
  6. 在 PDF 中创建或添加表格使用 Python|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NET 是一个用于创建、读取和编辑 PDF 表格的库。在此主题中查看其他高级功能。... table = ap . Table () 在现有 PDF 文档中添加表格 要通过...import aspose.pdf as ap # 加载源PDF文档 doc = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/add-table-in-...
  7. Python で PDF リンクを作成|Aspose.PDF for Python via .NET

    Python で内部、外部、リモート PDF リンクを作成する方法を学びましょう。...pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/ja/python-net/create-links/
  8. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda....pdf as ap # Buka dokumen document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/id/python-net/extra-annotat...
  9. Аннотации безопасности с использованием Python|...

    Узнайте, как помечать текст для редактирования, применять аннотации редактирования и удалять области изображений в PDF‑файлах с использованием Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ru/python-net/security-anno...
  10. Повернуть текст внутри PDF с использованием Pyt...

    Узнайте, как вращать фрагменты текста и абзацы внутри PDF‑документов на Python....pdf as ap from os import path def rota...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ru/python-net/rotate-text-i...