Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 4,110 for

ape

(0.11 sec)
  1. ארכיון

    ארכיון...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/
  2. Arsip

    Arsip...pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap.Document(input_pdf) # Simpan...

    blog.aspose.com/id/pdf/convert-pdf-to-doc-in-py...
  3. Rotating PDF Pages Using Python|Aspose.PDF for ...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python....pdf as ap # Global configuration DATA_DIR...90-degree clockwise rotation (ap.Rotation.ON90) to all pages -...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. Удаление изображений из PDF файла с использован...

    В этом разделе объясняется, как удалить изображения из PDF файла с использованием Aspose.PDF для Python через .NET....pdf as ap # Открыть документ document = ap . Document (...aspose.pdf as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-net/delete-images...
  5. 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...
  6. 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-...
  7. ค้นหา

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

    記録...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-...
  9. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via C++ library. Save PDF document to file system, to stream, and in Web applications....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/python-cpp/save-pdf-document/
  10. 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/