Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,096 for

ape

(0.43 sec)
  1. تحويل PDF إلى HTML في بايثون|Aspose.PDF لـ Pyth...

    يوضح لك هذا الموضوع كيفية تحويل ملف PDF إلى تنسيق HTML باستخدام مكتبة Aspose.PDF لبايثون .NET....pdf as ap input_pdf = DIR_INPUT + "sample...html" # فتح مستند PDF document = ap . Document ( input_pdf ) # حفظ...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  2. Converter PDF para HTML em Python|Aspose.PDF pa...

    Este tópico mostra como converter arquivo PDF para formato HTML com a biblioteca Aspose.PDF para Python .NET....pdf as ap input_pdf = DIR_INPUT + "sample...Abra o documento PDF document = ap . Document ( input_pdf ) # salve...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  3. Comment Fusionner des PDF en utilisant Python|A...

    Cette page explique comment fusionner des documents PDF en un seul fichier PDF avec Python....pdf as ap # Ouvrir le premier document document1 = ap . Document...deuxième document document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/fr/python-net/merge-pdf-doc...
  4. 아카이브

    아카이브...pdf as ap # PDF 로드 doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/ko/pdf/rotate-pdf-in-python/
  5. Archiwa

    Archiwa...pdf as ap # Krok 2: Załaduj dokument PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Krok 4: Zapisz...

    blog.aspose.com/pl/pdf/resize-pdf-document-in-p...
  6. Архів

    Архів...pdf as ap # Крок 2: Завантажте PDF документ document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Крок 4: Збережіть...

    blog.aspose.com/uk/pdf/resize-pdf-document-in-p...
  7. Chercher

    chercher...pdf as ap # Charger le PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/fr/pdf/rotate-pdf-in-python/
  8. 記録

    記録...pdf as ap # PDFファイルを読み込む document = ap.Document("input...pages: # 新しい PDF を作成する splitPDF = ap.Document() # ページを PDF に追加 splitPDF...

    blog.aspose.com/ja/pdf/split-pdf-in-python/
  9. PDFファイルから画像を削除するPythonの使用|Aspose.PDF for Python...

    このセクションでは、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/ja/python-net/delete-images...
  10. PythonでPDFに背景を追加|Aspose.PDF for Python via .NET

    PythonでPDFファイルに背景画像を追加します。BackgroundArtifactクラスを使用します。...pdf as ap # 新しいDocumentオブジェクトを作成 document = ap . Document...Artifactオブジェクトを作成 background = ap . BackgroundArtifact () # ba...

    docs.aspose.com/pdf/ja/python-net/add-backgrounds/