Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 4,431 for

ape

(0.6 sec)
  1. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Lưu PDF...

    blog.aspose.com/vi/pdf/convert-pdf-to-doc-in-py...
  2. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....pdf as ap # Inicializar objeto documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  3. Exemplo de Hello World usando Python|Aspose.PDF...

    Este exemplo demonstra como criar um documento PDF simples com o texto Hello World usando Aspose.PDF para Python via .NET....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/hello-world-e...
  4. 将PDF转换为PDF/A格式在Python中|Aspose.PDF for Python vi...

    本主题向您展示如何通过Python使用Aspose.PDF将PDF文件转换为符合PDF/A标准的PDF文件。...pdf as ap input_pdf = DIR_INPUT + "sample....log" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 转换为符合...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  5. arkiv

    arkiv...pdf as ap # Ladda PDF:en doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/sv/pdf/rotate-pdf-in-python/
  6. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...PDF Dokument öffnen document = ap.Document(input_pdf) # Erstellen...

    blog.aspose.com/de/pdf/convert-pdf-to-ppt-in-py...
  7. ค้นหา

    ค้นหา...pdf as ap # โหลดไฟล์ PDF document = ap.Document("input...pages: # สร้าง PDF ใหม่ splitPDF = ap.Document() # เพิ่มหน้าใน PDF...

    blog.aspose.com/th/pdf/split-pdf-in-python/
  8. 将PDF转换为PowerPoint在Python中|Aspose.PDF for Python...

    Aspose.PDF允许您使用Python将PDF转换为PPT(PowerPoint)格式。可以通过将幻灯片作为图像的方式将PDF转换为PPTX。...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 实例化...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  9. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    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...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  10. Удалить страницы PDF в Python|Aspose.PDF для Py...

    Узнайте, как удалять страницы из файлов PDF в Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/delete-pages/