Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 5,741 for

ape

(0.21 sec)
  1. Supprimer les tableaux des documents PDF exista...

    Apprenez comment supprimer un ou plusieurs tableaux des documents PDF existants en Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/removing-tables/
  2. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements....pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  3. 複数列の PDF からのテキスト抽出の改善|Aspose.PDF for Python via...

    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/ja/python-net/text-extracti...
  4. 档案

    档案...pdf as ap # 初始化文档对象 document = ap.Document() # 添加页面...add() # 初始化文本片段对象 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/zh/pdf/create-pdf-files-in-python/
  5. Chercher

    chercher...pdf as ap # Initialiser l'objet document document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/fr/pdf/create-pdf-files-in-python/
  6. Получить и установить свойства страниц PDF в Py...

    Узнайте, как просматривать и обновлять свойства страниц PDF, такие как размер, количество и информация о цвете, в Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/get-and-set-p...
  7. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    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/ja/python-net/add-page-number/
  8. Tambahkan Bentuk Garis ke PDF dengan Python|Asp...

    Pelajari cara menggambar bentuk garis dan garis bergaya dalam file PDF menggunakan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-line/
  9. Adicionar formas de linha ao PDF em Python|Aspo...

    Aprenda como desenhar formas de linha e linhas estilizadas em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-line/
  10. Agregar formas de línea al PDF en Python|Aspose...

    Aprenda cómo dibujar formas de línea y líneas con estilo en archivos PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-line/