Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 4,096 for

ape

(0.09 sec)
  1. ค้นหา

    ค้นหา...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-...
  2. 記録

    記録...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-...
  3. Extract Table from PDF Document|Aspose.PDF for ...

    Aspose.PDF for Python via .NET makes it possible to carry out various manipulations with the tables contained in your pdf document.... Loads the PDF into an ap.Document object. Loop through...by row. import aspose.pdf as ap from os import path path_infile...

    docs.aspose.com/pdf/python-net/extracting-table/
  4. Changing Page Size with Python|Aspose.PDF for P...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library....pdf as ap # Global configuration DATA_DIR...the Document class document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/
  5. Procurar

    Procurar...pdf as ap outputFile = "page_{pageNo}.txt"...Abrir documento PDF document = ap.Document("input.pdf") # Criar...

    blog.aspose.com/pt/pdf/extract-text-from-pdf-in...
  6. Archiv

    Archiv...pdf as ap # Načíst soubor PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/cs/pdf/encrypt-decrypt-pdf-in-p...
  7. Mengonversi HTML ke PDF dalam Python|Aspose.PDF...

    Topik ini menunjukkan kepada Anda cara mengonversi HTML ke PDF dan MHTML ke PDF menggunakan Aspose.PDF. untuk Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/id/python-net/convert-html-...
  8. Mengonversi PDF ke format PDF/A di Python|Aspos...

    Topik ini menunjukkan kepada Anda bagaimana Aspose.PDF untuk Python memungkinkan mengonversi file PDF ke file PDF yang sesuai dengan PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Konversi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  9. ארכיון

    ארכיון...pdf as ap # טען את ה-PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/he/pdf/rotate-pdf-in-python/
  10. Cropping PDF Pages using Python|Aspose.PDF for ...

    You may change page properties, such as the width, height, Bleed-, Crop- and Trimbox using Aspose.PDF for Python via .NET....Load the PDF as a Document (use ap.Document() ). Define the cropping...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/crop-pages/