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

ape

(0.61 sec)
  1. Архів

    Архів...pdf as ap # Завантажити файл PDF document = ap.Document("input...Створіть новий PDF splitPDF = ap.Document() # Додати сторінку...

    blog.aspose.com/uk/pdf/split-pdf-in-python/
  2. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  3. 記録

    記録...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # PDFファイルを開く document = ap.Document(input_pdf) # 保存オプションの作成と設定...

    blog.aspose.com/ja/pdf/convert-pdf-to-excel-in-...
  4. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...سند PDF را باز کنید document = ap.Document(input_pdf) # PDF را...

    blog.aspose.com/fa/pdf/convert-pdf-to-doc-in-py...
  5. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "many_pages...PDF Dokument öffnen document = ap.Document(input_pdf) # Resolution...

    blog.aspose.com/de/pdf/convert-pdf-to-image-in-...
  6. ค้นหา

    ค้นหา...pdf as ap input_pdf = DIR_INPUT + "many_pages... # เปิดเอกสาร PDF document = ap.Document(input_pdf) # สร้างวัตถุความละเอียด...

    blog.aspose.com/th/pdf/convert-pdf-to-image-in-...
  7. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  8. 아카이브

    아카이브...pdf as ap # 입력 PDF 문서 로드 document = ap.Document("input...Document("input.pdf") # 워터마크 텍스트 설정 stamp = ap.TextStamp("CONFIDENTIAL") # 워터마크...

    blog.aspose.com/ko/pdf/add-watermark-in-pdf-in-...
  9. 在 Python 中合并 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中将多个 PDF 文件合并为单个文档。...pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/merge-pdf/
  10. 既存の PDF ドキュメントから表を削除|Aspose.PDF for Python via ...

    Python で既存の PDF ドキュメントから 1 つまたは複数のテーブルを削除する方法を学びます。...pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ja/python-net/removing-tables/