Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 4,431 for

ape

(0.08 sec)
  1. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap.Document(input_pdf) # 创建和设置保存选项 save_option = ap.ExcelSaveOptions()...

    blog.aspose.com/zh/pdf/convert-pdf-to-excel-in-...
  2. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap.Document(input_pdf) # 創建和設置保存選項 save_option = ap.ExcelSaveOptions()...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-exce...
  3. Adicionar Imagem ao PDF usando Python|Aspose.PD...

    Esta seção descreve como adicionar imagem a um arquivo PDF existente usando a biblioteca Python....pdf as ap # Abrir documento document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/add-image-to-...
  4. Архивы

    Архивы...pdf as ap # Создайте объект LoadOption...параметров загрузки EPUB. option = ap.EpubLoadOptions() # Загрузите...

    blog.aspose.com/ru/pdf/convert-epub-to-pdf-in-p...
  5. Archivio

    Archivio...pdf as ap # Istanziati l'oggetto LoadOption...di caricamento EPUB option = ap.EpubLoadOptions() # Carica un...

    blog.aspose.com/it/pdf/convert-epub-to-pdf-in-p...
  6. Archiwa

    Archiwa...pdf as ap # Zainicjuj obiekt LoadOption...option = ap.EpubLoadOptions() # Załaduj plik EPUB document = ap.Document("sample...

    blog.aspose.com/pl/pdf/convert-epub-to-pdf-in-p...
  7. أرشيف

    أرشيف...pdf as ap # أرسل كائن LoadOption باستخدام...option = ap.EpubLoadOptions() # تحميل ملف EPUB document = ap.Document("sample...

    blog.aspose.com/ar/pdf/convert-epub-to-pdf-in-p...
  8. Открыть PDF документ программно|Aspose.PDF для ...

    Узнайте, как открыть PDF файл в Python с помощью библиотеки Aspose.PDF для Python через C++. Вы можете открыть существующий PDF, документ из потока и зашифрованный PDF документ....AsposePDFPythonWrapp as ap # Открыть документ document = ap . Document (...AsposePDFPythonWrapp as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-cpp/open-pdf-docu...
  9. إزالة الجداول من ملف PDF موجود|Aspose.PDF لـ Py...

    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 # تحميل مستند PDF موجود pdf_document = ap . Document...للعثور على الجداول absorber = ap . text . TableAbsorber () # زيارة...

    docs.aspose.com/pdf/ar/python-net/remove-tables...
  10. Déplacer des pages PDF par programmation via Py...

    Essayez de déplacer des pages à l'emplacement souhaité ou à la fin d'un fichier PDF à l'aide de Aspose.PDF pour 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/fr/python-net/move-pages/