Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 4,431 for

ape

(0.4 sec)
  1. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # 打開 PDF 文檔 document = ap.Document(input_pdf) # 將 PDF 另存為...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-doc-...
  2. Изменить размер страницы PDF в Python|Aspose.PD...

    Узнайте, как читать и изменять размеры страниц PDF в Python....pdf as ap from os import path def set_page_size...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/change-page-s...
  3. Объединение PDF-файлов в Python|Aspose.PDF for ...

    Узнайте, как объединить несколько PDF-файлов в один документ в Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ru/python-net/merge-pdf/
  4. Stamp Class|Aspose.PDF for Python via .NET

    Learn how to work with the Stamp class to add image, PDF, and text-based stamps to PDF documents in Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/python-net/stamp-class/
  5. 記録

    記録...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-...
  6. ComparisonMode.IGNORE_SPACES Throws NullReferen...

    Issue 1: SideBySidePdfComparer.compare()consistently throws aNullReferenceExceptionwhenComparisonMode.IGNORE_SPACESis used on cetain PDF pages (~85–110 KB per page). The exact same files compare successfully withCompari…...pdf as ap from aspose.pdf.comparison import...financial statement PDF doc1 = ap.Document("section_pdf1_pages1to3...

    forum.aspose.com/t/comparisonmode-ignore-spaces...
  7. 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-...
  8. ค้นหา

    ค้นหา...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-...
  9. 搜索

    搜索...pdf as ap # 加載PDF文件 document = ap.Document("input.pdf")..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/zh-hant/pdf/encrypt-decrypt-pdf...
  10. Lưu trữ

    Lưu trữ...pdf as ap outputFile = "page_{pageNo}.txt"...# Mở tài liệu PDF document = ap.Document("input.pdf") # Tạo thiết...

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