Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 4,093 for

ape

(0.05 sec)
  1. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via .NET library. You can open existing PDF, document from stream, and encrypted PDF document....pdf as ap # Open document document = ap . Document ( input_pdf...from stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/python-net/open-pdf-document/
  2. Get and Search Images in PDF|Aspose.PDF for Pyt...

    Learn how to search and get images from the PDF document in Python using Aspose.PDF....pdf as ap from aspose.pycore import cast...document = ap . Document ( path_infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/python-net/search-and-get-i...
  3. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....pdf as ap from os import path path_outfile..., outfile ) try : document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  4. Манипулировать PDF документом в Python через .N...

    Эта статья содержит информацию о том, как проверить PDF документ на соответствие стандарту PDF A с использованием Python, как работать с оглавлением, как установить срок действия PDF и т. д....pdf as ap # Открыть документ document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Следующий...

    docs.aspose.com/pdf/ru/python-net/manipulate-pd...
  5. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  6. Konversi PDF ke Excel di Python|Aspose.PDF untu...

    Aspose.PDF untuk perpustakaan Python memungkinkan Anda mengonversi PDF ke format Excel menggunakan Python. Format ini termasuk XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  7. Buka dokumen PDF secara programatis|Aspose.PDF ...

    Pelajari cara membuka file PDF di Python Aspose.PDF untuk pustaka Python via .NET. Anda dapat membuka PDF yang sudah ada, dokumen dari stream, dan dokumen PDF terenkripsi....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...dari stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/id/python-net/open-pdf-docu...
  8. Программное сохранение PDF документа|Aspose.PDF...

    Узнайте, как сохранить PDF файл в библиотеке Python Aspose.PDF для Python через .NET. Сохраните PDF документ в файловой системе, в поток и в веб-приложениях....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ru/python-net/save-pdf-docu...
  9. Simpan dokumen PDF secara programatis|Aspose.PD...

    Pelajari cara menyimpan file PDF di Python Aspose.PDF untuk perpustakaan Python via .NET. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/save-pdf-docu...
  10. Working with Vector Graphics using Python|Aspos...

    This article describes the features of working with GraphicsAbsorber tool using Python....pdf as ap path_infile = self . data_dir...infile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/working-with-vec...