Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 5,872 for

ape

(0.13 sec)
  1. Crear portafolios PDF en Python|Aspose.PDF for ...

    Aprenda cómo crear y administrar portafolios PDF en Python con Aspose.PDF for Python via .NET....pdf as ap def create_pdf_portfolio ( input_files...Instantiate Document Object document = ap . Document () # Instantiate document...

    docs.aspose.com/pdf/es/python-net/portfolio/
  2. Извлечение страниц PDF в Python|Aspose.PDF for ...

    Узнайте, как извлекать отдельные или несколько страниц PDF в новые файлы с помощью Python....PDF с помощью Document API ( ap.Document() ). Создайте новый...вывода. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/extract-pages/
  3. Python で PDF から署名情報を抽出する方法|Aspose.PDF for Pytho...

    Python で PDF ファイルから署名画像、証明書、電子署名の詳細を抽出する方法を学びます。...pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/extract-image...
  4. Manipular Tabelas em PDF existente|Aspose.PDF p...

    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....as ap # Carregar arquivo PDF existente pdf_document = ap . Document...encontrar tabelas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/pt/python-net/manipulate-ta...
  5. Memanipulasi Tabel dalam PDF yang Ada|Aspose.PD...

    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 # Muat file PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/manipulate-ta...
  6. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  7. 在 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-...
  8. Python を使用して PDF 形式でフォームを投稿する|Aspose.PDF for Py...

    .NET 経由で Aspose.PDF for Python を使用して PDF AcroForms に送信ボタンと送信アクションを追加します。...pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/posting-form/
  9. 使用 XFA 表单|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET API 让您能够在 PDF 文档中使用 XFA 和 XFA AcroForm 字段。...pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/xfa-forms/
  10. Tambahkan Gambar ke PDF menggunakan Python|Aspo...

    Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/add-image-to-...