Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 5,741 for

ape

(0.14 sec)
  1. Python で PDF リンクを更新する方法|Aspose.PDF for Python v...

    Python で PDF リンクの外観とリンク先を更新する方法を学びましょう。...pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/ja/python-net/update-links/
  2. Anotações e Texto Especial usando Python|Aspose...

    Aprenda como extrair texto de anotações de selo, texto destacado e conteúdo de sobrescrito/subscrito em documentos PDF usando Aspose.PDF for Python....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/pt/python-net/annotation-an...
  3. Архивы

    Архивы...pdf as ap # Инициализировать объект документа document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ru/pdf/create-pdf-files-in-python/
  4. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap.Document(input_pdf) # 创建和设置保存选项 save_option = ap.ExcelSaveOptions()...

    blog.aspose.com/zh/pdf/convert-pdf-to-excel-in-...
  5. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap.Document(input_pdf) # 創建和設置保存選項 save_option = ap.ExcelSaveOptions()...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-exce...
  6. Obtenir et rechercher des images dans le PDF|As...

    Apprenez comment rechercher et inspecter des images dans des documents PDF avec Python....pdf as ap from aspose.pycore import cast...document = ap . Document ( infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/fr/python-net/search-and-ge...
  7. 改进多列 PDF 的文本提取|Aspose.PDF for Python via .NET

    了解使用 Aspose.PDF for Python 改进多列 PDF 布局中文本提取的技术。...pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/zh/python-net/text-extracti...
  8. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  9. Extraer páginas PDF en Python|Aspose.PDF for Py...

    Aprende cómo extraer una o varias páginas PDF en nuevos archivos con Python....origen usando el Document API ( ap.Document() ). Crear un nuevo...especificado. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/es/python-net/extract-pages/
  10. 在 PDF 中处理标题|Aspose.PDF for Python via .NET

    使用 Python 在 PDF 文档的标题中创建编号。Aspose.PDF for Python via .NET 提供不同类型的编号样式。...pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/zh/python-net/working-with-...