Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 5,741 for

ape

(0.07 sec)
  1. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...Otwórz dokument PDF document = ap.Document(input_pdf) # Utwórz...

    blog.aspose.com/pl/pdf/convert-pdf-to-ppt-in-py...
  2. Archiv

    Archiv...pdf as ap # PDF-Datei laden document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/de/pdf/encrypt-decrypt-pdf-in-p...
  3. ארכיון

    ארכיון...pdf as ap # טען קובץ PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/he/pdf/encrypt-decrypt-pdf-in-p...
  4. Ajouter une pièce jointe à un document PDF en u...

    Cette page décrit comment ajouter une pièce jointe à un fichier PDF avec Aspose.PDF pour Python via la bibliothèque .NET....pdf as ap # Ouvrir le document document = ap . Document (...pièce jointe fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...
  5. دمج ملفات PDF في بايثون|Aspose.PDF for Python v...

    تعرف على كيفية دمج ملفات PDF متعددة في مستند واحد في Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ar/python-net/merge-pdf/
  6. Gabungkan File PDF di Python|Aspose.PDF for Pyt...

    Pelajari cara menggabungkan beberapa file PDF menjadi satu dokumen dalam Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/id/python-net/merge-pdf/
  7. 在 Python 中向 PDF 添加页面印章|Aspose.PDF for Python vi...

    了解如何在 Python 中将 PDF 页面印章作为叠加层或背景添加。... 使用以下方法打开 PDF 文档 ap.Document() (见 Document ). 创建一个...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/zh/python-net/page-stamps-i...
  8. Converter formatos PDF para PDF/A em Python|Asp...

    Este tópico mostra como o Aspose.PDF para Python permite converter um arquivo PDF em um arquivo PDF compatível com PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Converter...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  9. Extraer tablas de PDF en Python|Aspose.PDF for ...

    Aprenda cómo extraer datos de tabla de documentos PDF existentes en Python.... Carga el PDF en un objeto ap.Document. Recorre las páginas...por fila. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/es/python-net/extracting-ta...
  10. Python を使用したリージョンベースの抽出|Aspose.PDF for Python v...

    Aspose.PDF for Python を使用して PDF 文書内の特定のページ領域または段落構造からテキストを抽出する方法を学びましょう。...pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

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