Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 5,749 for

ape

(0.47 sec)
  1. 使用 Python 的 Hello World 示例|Aspose.PDF for Pytho...

    此示例演示如何使用 Aspose.PDF for Python via .NET 创建包含 Hello World 文本的简单 PDF 文档。...pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/zh/python-net/hello-world-e...
  2. Extract PDF Pages in Python|Aspose.PDF for Pyth...

    Learn how to extract single or multiple PDF pages into new files in Python....PDF using the Document API ( ap.Document() ). Create a new Document...output file. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/python-net/extract-pages/
  3. أرشيف

    أرشيف...pdf as ap # إنشاء كائن PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # مسار الدليل الذي يحتوي على...

    blog.aspose.com/ar/pdf/print-pdf-in-python/
  4. 파이썬에서 PDF 문서 비교하기|Aspose.PDF for Python via .NET

    .NET을 통한 Python용 Aspose.PDF 출력과 병렬 및 그래픽 차이 출력을 사용하여 Python에서 PDF 문서를 비교하는 방법을 알아봅니다....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/ko/python-net/compare-pdf-d...
  5. Manipulasi Tabel dalam Dokumen PDF yang Ada|Asp...

    Pelajari cara memeriksa dan memodifikasi tabel dalam dokumen PDF yang ada menggunakan Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/manipulating-...
  6. Python を使用して PDF レイヤーを操作する|Aspose.PDF for Pytho...

    Python で PDF レイヤーを追加、ロック、抽出、フラット化、結合する方法を学びましょう。...pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ja/python-net/working-with-...
  7. Python で PDF リンクを更新する方法|Aspose.PDF for Python v...

    Python で PDF リンクの外観とリンク先を更新する方法を学びましょう。...pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/ja/python-net/update-links/
  8. Bekerja dengan Aksi PDF di Python|Aspose.PDF fo...

    Pelajari cara menambahkan, memperbarui, dan menghapus tindakan dokumen, halaman, dan formulir dalam file PDF menggunakan Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/id/python-net/actions/
  9. Trabalhar com Ações de PDF em Python|Aspose.PDF...

    Aprenda a adicionar, atualizar e remover ações de documento, página e formulário em arquivos PDF usando Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/pt/python-net/actions/
  10. 在 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-...