Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 4,111 for

ape

(0.1 sec)
  1. Архів

    Архів...pdf as ap # Завантажити вхідний документ PDF document = ap.Document("input...текст водяного знака stamp = ap.TextStamp("CONFIDENTIAL") # Встановіть...

    blog.aspose.com/uk/pdf/add-watermark-in-pdf-in-...
  2. 搜索

    搜索...pdf as ap 提取文本:在 Python 中解析 PDF # 解析 PDF...import aspose.pdf as ap # 打開 PDF 文件 document = ap.Document("AddText...

    blog.aspose.com/zh-hant/pdf/parse-pdf-in-python/
  3. Création d'un PDF conforme à PDF/3-A et attache...

    Découvrez comment générer un document PDF avec ZUGFeRD dans Aspose.PDF pour Python via .NET...PDF et donnez-lui un alias ap pour plus de commodité. Définissez...attaché. import aspose.pdf as ap # Définir le chemin vers le répertoire...

    docs.aspose.com/pdf/fr/python-net/attach-zugferd/
  4. Adding Page Stamps to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Stamp to your PDF file....Open the PDF document using ‘ap.Document()’. Create a ‘PdfPageStamp’...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/page-stamps-in-t...
  5. PDFドキュメントをプログラムで開く|Aspose.PDF for Python via C++

    Python Aspose.PDF for Python via C++ライブラリでPDFファイルを開く方法を学びます。既存のPDF、ストリームからのドキュメント、および暗号化されたPDFドキュメントを開くことができます。...AsposePDFPythonWrapp as ap # ドキュメントを開く document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # ドキュメントを開く document = ap . Document ( "sample...

    docs.aspose.com/pdf/ja/python-cpp/open-pdf-docu...
  6. PDF/3-A準拠のPDFを作成し、ZUGFeRD請求書をPythonで添付する|Aspose...

    Aspose.PDF for Python via .NETでZUGFeRDを使用してPDFドキュメントを生成する方法を学ぶ...PDFライブラリをインポートし、便利のためにapというエイリアスを付けます。 入力および出力PDFファイル...を保存します。 import aspose.pdf as ap # 入力および出力PDFファイルが配置されているディレクトリへのパスを定義します...

    docs.aspose.com/pdf/ja/python-net/attach-zugferd/
  7. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "many_pages...Abrir documento PDF document = ap.Document(input_pdf) # Crear objeto...

    blog.aspose.com/es/pdf/convert-pdf-to-image-in-...
  8. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....pdf as ap # Global configuration DATA_DIR...moving the page. """ document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/move-pages/
  9. Faire pivoter les pages PDF à l'aide de Python|...

    Ce sujet décrit comment faire pivoter l'orientation de la page dans un fichier PDF existant de manière programmatique avec Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  10. 使用 Python 向 PDF 添加图像|Aspose.PDF for Python via ...

    本节介绍如何使用 Python 库向现有 PDF 文件添加图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

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