Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,110 for

ape

(0.17 sec)
  1. Converter PDF para Documentos do Microsoft Word...

    Aprenda como escrever código Python para conversão de formatos de PDF para Microsoft Word com Aspose.PDF para Python via .NET e ajuste a conversão de PDF para DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Salvar...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  2. 档案

    档案...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-...
  3. 搜索

    搜索...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...
  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. Python을 통해 PDF 페이지를 프로그래밍 방식으로 이동|Aspose.PDF fo...

    Aspose.PDF for Python via .NET을 사용하여 원하는 위치 또는 PDF 파일의 끝으로 페이지를 이동해 보세요....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ko/python-net/move-pages/
  9. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library.... Load the source PDF using ‘ap.Document()’. Create a new PDF...import os import aspose.pdf as ap # Global configuration DATA_DIR...

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