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

ape

(0.68 sec)
  1. Удалить страницы PDF в Python|Aspose.PDF для Py...

    Узнайте, как удалять страницы из файлов PDF в Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/delete-pages/
  2. 从 PDF 文件中删除图像使用 Python|Aspose.PDF for Python vi...

    本节解释如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中删除图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  3. Extraire des tables d'un PDF en Python|Aspose.P...

    Apprenez comment extraire les données d'une table à partir de documents PDF existants en Python.... Charge le PDF dans un objet ap.Document. Boucle à travers les...par ligne. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/fr/python-net/extracting-ta...
  4. Créer un document PDF par programmation|Aspose....

    Cette page décrit comment créer un document PDF à partir de zéro avec Aspose.PDF pour Python via la bibliothèque .NET....pdf as ap # Initialiser l'objet document document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/fr/python-net/create-document/
  5. تحويل HTML إلى PDF في بايثون|Aspose.PDF لـ Pyth...

    يوضح هذا الموضوع كيفية تحويل HTML إلى PDF وMHTML إلى PDF باستخدام Aspose.PDF لبايثون....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ar/python-net/convert-html-...
  6. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/
  7. PDF から添付ファイルを抽出|Aspose.PDF for Python via .NET

    Python と Aspose.PDF を使用して PDF 添付ファイルを操作する方法を学びましょう。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/extract-attac...
  8. Архів

    Архів...pdf as ap # Завантажте PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/uk/pdf/rotate-pdf-in-python/
  9. PdfViewer Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfViewer class in Aspose.PDF for Python via .NET to decode all PDF pages, decode a specific page, and inspect viewer-related PDF metadata....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/python-net/pdfviewer-class/
  10. Obtenir l'apparence du champ|Aspose.PDF for Pyt...

    Cet article explique comment ouvrir un PDF, accéder à un champ de formulaire, récupérer ses paramètres d'apparence et les afficher. L'exemple montre la récupération de l'apparence d'un champ nommé "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/get-field-app...