Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 5,872 for

ape

(0.38 sec)
  1. 既存のPDF内のテーブルを操作する|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # 既存のPDFファイルを読み込む pdf_document = ap . Document...テーブルを見つけるためのTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # 最初のページをアブソーバーで訪問する...

    docs.aspose.com/pdf/ja/python-net/manipulate-ta...
  2. 操作现有 PDF 文档中的表格|Aspose.PDF for Python via .NET

    学习如何使用 Python 检查和修改现有 PDF 文档中的表格。...pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/manipulating-...
  3. Work with PDF File Metadata in Python|Aspose.PD...

    Learn how to extract, update, and manage PDF file metadata and XMP properties in Python using Aspose.PDF....pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/python-net/pdf-file-metadata/
  4. Python を使った注釈と特殊テキスト|Aspose.PDF for Python via ...

    Aspose.PDF for Python を使用して、PDF ドキュメント内のスタンプ注釈、強調表示されたテキスト、上付き文字/下付き文字コンテンツからテキストを抽出する方法を学びます。...pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/ja/python-net/annotation-an...
  5. 在 Python 中获取和设置 PDF 页面属性|Aspose.PDF for Python ...

    学习如何在 Python 中检查和更新 PDF 页面属性,如尺寸、页数和颜色信息。...pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/get-and-set-p...
  6. Mengonversi PDF ke format PDF/A di Python|Aspos...

    Topik ini menunjukkan kepada Anda bagaimana Aspose.PDF untuk Python memungkinkan mengonversi file PDF ke file PDF yang sesuai dengan PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Konversi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  7. Ajouter des tampons de page à PDF en Python|Asp...

    Apprenez à ajouter des tampons de page PDF en tant que superpositions ou arrière-plans en Python....le document PDF en utilisant ap.Document() (voir Document )....import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/fr/python-net/page-stamps-i...
  8. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....PDF library as ‘ap’. Load the input PDF file named...using the ‘rotate’ property with ‘ap.Rotation.ON90’ to rotate by 90...

    products.aspose.com/pdf/tutorial/rotate-pdf/
  9. Obter e Definir Propriedades de Página PDF em P...

    Aprenda como inspecionar e atualizar as propriedades de página PDF, como tamanho, contagem e informações de cor, em Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/get-and-set-p...
  10. リンクを抽出|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、すべてのリンクを抽出し、それらの座標と URI (利用可能な場合) を出力します。...pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ja/python-net/extract-links/