Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 5,749 for

ape

(2.86 sec)
  1. إضافة خلفية إلى PDF باستخدام Python|Aspose.PDF ...

    إضافة صورة خلفية إلى ملف PDF الخاص بك باستخدام Python. استخدم فئة BackgroundArtifact....pdf as ap # إنشاء كائن مستند جديد document = ap . Document...الأثرية للخلفية background = ap . BackgroundArtifact () # تحديد...

    docs.aspose.com/pdf/ar/python-net/add-backgrounds/
  2. Pythonを使用してブックマークを取得、更新、展開する|Aspose.PDF for Pyt...

    この記事では、Aspose.PDF for Pythonライブラリを使用してPDFファイル内のブックマークを操作する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...pdf as ap # PdfBookmarkEditorを作成 bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/ja/python-net/get-update-an...
  3. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    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 # 既存のPDFドキュメントを読み込む pdf_document = ap . Document...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  4. ארכיון

    ארכיון...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # פתח מסמך PDF document = ap.Document(input_pdf) # שמור PDF...

    blog.aspose.com/he/pdf/convert-pdf-to-doc-in-py...
  5. Atur Penyelarasan Bidang|Aspose.PDF for Python ...

    Contoh ini menunjukkan cara mengatur penyelarasan teks FormField dalam dokumen PDF menggunakan Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/set-field-ali...
  6. Ajouter des pièces jointes à un PDF en Python|A...

    Apprenez comment ajouter des pièces jointes à des documents PDF en Python en utilisant Aspose.PDF for Python via .NET....pdf as ap def add_attachments ( infile...with ap . Document ( infile ) as document : file_spec = ap . FileSpecification...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...
  7. Definir Limite de Campo|Aspose.PDF for Python v...

    Este exemplo mostra como definir um limite máximo de caracteres para um campo de formulário em um documento PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/set-field-limit/
  8. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/python-net/replace-text-wit...
  9. Python で PDF ファイルのメタデータを操作する|Aspose.PDF for Pyt...

    Aspose.PDF を使用して Python で PDF ファイルのメタデータと XMP プロパティを抽出、更新、管理する方法を学びましょう。...pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/ja/python-net/pdf-file-meta...
  10. 아카이브

    아카이브...pdf as ap outputFile = "page_{pageNo}.txt"...document = ap.Document("input.pdf") # 텍스트 장치 만들기 textDevice = ap.devices...

    blog.aspose.com/ko/pdf/extract-text-from-pdf-in...