Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,196 for

ape

(0.2 sec)
  1. Change PDF Page Size in Python|Aspose.PDF for P...

    Learn how to read and change PDF page dimensions in Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/
  2. 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) # Tạo phiên...

    blog.aspose.com/vi/pdf/convert-pdf-to-ppt-in-py...
  3. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap.Document(input_pdf) # 创建 PptxSaveOptions...

    blog.aspose.com/zh/pdf/convert-pdf-to-ppt-in-py...
  4. Procurar

    Procurar...pdf as ap outputFile = "page_{pageNo}.txt"...Abrir documento PDF document = ap.Document("input.pdf") # Criar...

    blog.aspose.com/pt/pdf/extract-text-from-pdf-in...
  5. Archiv

    Archiv...pdf as ap # Načíst soubor PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/cs/pdf/encrypt-decrypt-pdf-in-p...
  6. 在 PDF 中添加页面与 Python|Aspose.PDF for Python via .NET

    本文介绍如何在 PDF 文件的所需位置插入(添加)页面。了解如何使用 C# 移动、删除(删除)PDF 文件中的页面。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/add-pages/
  7. Archiwa

    Archiwa...pdf as ap # Załaduj plik PDF document = ap.Document("input...Utwórz nowy plik PDF splitPDF = ap.Document() # Dodaj stronę do...

    blog.aspose.com/pl/pdf/split-pdf-in-python/
  8. ארכיון

    ארכיון...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # פתח מסמך PDF document = ap.Document(input_pdf) # צור מופע...

    blog.aspose.com/he/pdf/convert-pdf-to-ppt-in-py...
  9. Convertir PDF en PowerPoint en Python|Aspose.PD...

    Aspose.PDF vous permet de convertir des PDF au format PPT (PowerPoint) en utilisant Python. Il est possible de convertir un PDF en PPTX avec des diapositives sous forme d'images....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Instancier...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  10. 程序化创建PDF文档|Aspose.PDF for Python via .NET

    本页描述如何使用Aspose.PDF for Python via .NET库从头开始创建PDF文档。...pdf as ap # 初始化文档对象 document = ap . Document () # 添加页面...textfragment 对象 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/zh/python-net/create-document/