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

ape

(0.15 sec)
  1. ארכיון

    ארכיון...pdf as ap # אInstantiate LoadOption object...option = ap.EpubLoadOptions() # טען קובץ EPUB document = ap.Document("sample...

    blog.aspose.com/he/pdf/convert-epub-to-pdf-in-p...
  2. 在 Python 中获取、更新和展开 PDF 书签|Aspose.PDF for Python...

    了解如何使用 Python 检索、更新和展开 PDF 文档中的书签。...pdf as ap def get_bookmarks ( input_pdf ): document = ap . Document...import sys import aspose.pdf as ap def get_bookmark_page_number...

    docs.aspose.com/pdf/zh/python-net/get-update-an...
  3. 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/
  4. 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...
  5. 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/
  6. 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/
  7. Remover Tabelas de PDF Existente|Aspose.PDF par...

    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 # Carregar documento PDF existente...existente pdf_document = ap . Document ( input_file ) # Criar objeto...

    docs.aspose.com/pdf/pt/python-net/remove-tables...
  8. 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/
  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...