Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 5,749 for

ape

(0.79 sec)
  1. XFA 양식 사용|Aspose.PDF for Python via .NET

    .NET API를 통한 파이썬용 Aspose.PDF 기능을 사용하면 PDF 문서에서 XFA 및 XFA 아크로폼 필드를 사용할 수 있습니다....pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/xfa-forms/
  2. Travailler avec les actions PDF en Python|Aspos...

    Apprenez comment ajouter, mettre à jour et supprimer les actions de document, de page et de formulaire dans les fichiers PDF à l'aide de Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/fr/python-net/actions/
  3. Архів

    Архів...pdf as ap Витягування тексту: Парсинг PDF...aspose.pdf as ap # Відкрийте PDF документ document = ap.Document("AddText...

    blog.aspose.com/uk/pdf/parse-pdf-in-python/
  4. Arsip

    Arsip...pdf as ap Menarik Teks: Mengurai PDF di...aspose.pdf as ap # Buka dokumen PDF document = ap.Document("AddText...

    blog.aspose.com/id/pdf/parse-pdf-in-python/
  5. Ganti Gambar dalam File PDF yang Ada menggunaka...

    Pelajari cara mengganti gambar yang disematkan dalam file PDF yang ada menggunakan Python.... Muat PDF sumber dengan ap.Document(infile) . Buka gambar...diperbarui. import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/id/python-net/replace-image...
  6. Hias Field|Aspose.PDF for Python via .NET

    Contoh ini menunjukkan cara menyesuaikan tampilan field form dalam dokumen PDF menggunakan Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/decorate-field/
  7. Decorar Campo|Aspose.PDF for Python via .NET

    Este exemplo demonstra como personalizar a aparência de um campo de formulário em um documento PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/decorate-field/
  8. Python で PDF ページを抽出|Aspose.PDF for Python via .NET

    Python で 1 つまたは複数の PDF ページを新しいファイルに抽出する方法を学びましょう。... Document アピ ( ap.Document() ). 新規作成 Document 抽出されたページを保持します。...に保存します。 import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/extract-pages/
  9. Manipulate Tables in Existing PDF Documents|Asp...

    Learn how to inspect and modify tables in existing PDF documents using Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  10. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific page region or paragraph structure in PDF documents with Aspose.PDF for Python....pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/python-net/region-based-ext...