Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 4,093 for

ape

(0.09 sec)
  1. Преобразование PDF в Excel на Python|Aspose.PDF...

    Библиотека Aspose.PDF for Python позволяет преобразовывать PDF в формат Excel с использованием Python. Эти форматы включают 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/ru/python-net/convert-pdf-t...
  2. تحويل PDF إلى Excel في بايثون|Aspose.PDF لـ Pyt...

    تتيح لك مكتبة Aspose.PDF for Python تحويل PDF إلى تنسيق Excel باستخدام بايثون. تشمل هذه التنسيقات 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/ar/python-net/convert-pdf-t...
  3. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir archivo PDF document = ap.Document(input_pdf) # Crear y...

    blog.aspose.com/es/pdf/convert-pdf-to-excel-in-...
  4. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...# PDF-Datei öffnen document = ap.Document(input_pdf) # Speicheroptionen...

    blog.aspose.com/de/pdf/convert-pdf-to-excel-in-...
  5. Archivio

    Archivio...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Apri file PDF document = ap.Document(input_pdf) # Crea e...

    blog.aspose.com/it/pdf/convert-pdf-to-excel-in-...
  6. Manipular Tablas en PDF existente|Aspose.PDF pa...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # Cargar archivo PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/manipulate-ta...
  7. Arşiv

    Arşiv...pdf as ap # Belge nesnesini başlat document = ap.Document()...nesnesini başlat text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/tr/pdf/create-pdf-files-in-python/
  8. أرشيف

    أرشيف...pdf as ap # تهيئة كائن المستند document = ap.Document() #...كائن تجزئة النص text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ar/pdf/create-pdf-files-in-python/
  9. Pindahkan Halaman PDF secara programatis melalu...

    Cobalah untuk memindahkan halaman ke lokasi yang diinginkan atau ke akhir file PDF menggunakan Aspose.PDF untuk Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/id/python-net/move-pages/
  10. 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...